In a poll conducted recently 158 FlexiHub users said that they use it to share a webcam over network among their Windows machines. This number surprised me, so I decided to see if there are good online guides on how to do it.
The lack in straightforward, easy-to-follow information has motivated me to create a definitive guide on webcam sharing across different operating systems - Windows, Mac, and Linux. Whether you're looking to establish remote control over another PC's webcam, or simply want to stream an image from one computer to another, this guide aims to provide you with the best techniques and tips. Additionally, I'll introduce you to FlexiHub, a versatile application that simplifies network webcam sharing, regardless of your operating system.
Below are the best techniques and tips I picked to share with you.
You may be wondering why is it necessary to create an account when you just want to share your webcam. The answer is you need an account to share devices over network instead of LAN. All devices are shared in your account and won't be openly available to everyone over local network or Internet.
Back to your camera and software.
After selecting a service, obtain the corresponding stream key from your streaming channel. This will enable your service to access your webcam through the network.
If you want to share it across multiple services, such as Twitch, YouTube, and Facebook, go to “Stream Settings” > “Add channel” again and repeat the process for the other channels.
dpkg -i [package]
dpkg -i [package]
sudo apt-get update
apt-get install -f
dpkg -i [package]
yum install [package]
$ sudo apt-get install vlc
$ sudo yum install vlc
$ cd /etc/yum.repos.d/
$ sudo wget http://pkgrepo.linuxtech.net/el6/release/linuxtech.repo
$ sudo yum install vlc
/dev/video0.
$ ls /dev/video*
/dev/video0
$ vlc v4l2:///dev/video0
$ vlc
/dev/video0
for webcam, and hw:0,0 for audio. Tick "Show more options" checkbox and make a note of value strings in "MRL" and "Edit Options" fields. These strings will be used later in the tutorial. Click "Stream" button.v4l2:///dev/video
, and click "Next" to continue.$ sudo netstat -nap | grep 8080
http:// <ip_address_of_webcam_host>:8080/stream.wmv
$ vlc http:// <ip_address_of_webcam_host>:8080/stream.wmv
$ mplayer http:// <ip_address_of_webcam_host>:8080/stream.wmv