Skip to content

A application build with electron.js that can broadcast local multimedia content to other nearby devices directly with wifi.

License

Notifications You must be signed in to change notification settings

sps014/Streamer-Desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Windows

Steps for custom build

  1. clone repo.
  2. 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

  1. Start Application and Configure properties

strm1

  1. Start the server and let remote devices connect and scan QR code generated or type given url in remote browser

strmr2

  1. Select audio or video file to play from list in remote browser and enjoy streaming

strm4

About

A application build with electron.js that can broadcast local multimedia content to other nearby devices directly with wifi.

Resources

License

Stars

Watchers

Forks

Packages

No packages published