Skip to content

thachnb85/EZLiveStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EZLiveStream

Custom web server for live streaming from embedded devices with USB webcam.

Hardware:

  • You need Odroid or Raspberry Pi any version, or any development board which support Linux/Python.
  • Preinstall Unbutu is the best, ready to download any missing python pkg.
  • An USB camera, any old-webcam can work, I am using HD one from Odroid.

Software:

Download Code:

  • Download code above, put it to your home folder, for example, /home/user/ipcam
  • Edit livestream.py to customize username and password protection (YOUR_USER_NAME_HERE, and YOUR_PASS_WORD_HERE)
  • Edit port you want, default port is 65432.

Open Router Port:

Start Live Streaming Server

  • From where you put the code, for example goto /home/user/ipcam
  • Run it by: python livestream.py
  • By default, server will work on port 65432, if your IP address is 1.2.3.4, you can access to your server via: http://1.2.3.4:65432
  • Input your user name and password, then enjoy your live stream.

About

Custom web server for live streaming from embedded devices with USB webcam.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors