Streamer-Desktop
Streamer-Desktop copied to clipboard
A application build with electron.js that can broadcast local multimedia content to other nearby devices directly with wifi.
Streamer-Desktop
A application build with electron.js that can broadcast local multimedia content to other nearby devices directly with wifi. Supported platforms Windows,Mac,Linux. Future Plans for Android And ios.
Binaries Download
Steps for custom build
- clone repo.
- in same dir run
For Mac
electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icons/mac/icon.icns --prune=true --out=release-builds
For Windows
electron-packager . streamer --overwrite --asar=true --platform=win32 --arch=ia32 --icon=assets/icons/win/icon.ico --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName="Electron Tutorial App"
For Linux
electron-packager . streamer --overwrite --asar=true --platform=linux --arch=x64 --icon=assets/icons/png/1024x1024.png --prune=true --out=release-builds
****** Replace app name icons accordingly for your icons
steps for usage
- Start Application and Configure properties
- Start the server and let remote devices connect and scan QR code generated or type given url in remote browser
- Select audio or video file to play from list in remote browser and enjoy streaming