LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   webcam rebroadcast (https://www.linuxquestions.org/questions/linux-newbie-8/webcam-rebroadcast-820839/)

alex1986 07-19-2010 06:14 PM

webcam rebroadcast
 
I have a high bandwidth linux server and a lower bandwidth windows computer. I want to have the windows computer send my webcam stream to the linux server, then have the linux server redistribute the stream with it's higher available speed to any users connected to it (via http, or whatever will work).

I don't even know what to start to google to try to find this...

adamk75 07-20-2010 12:19 PM

There might be an easier way, but you could use vlc to stream the webcam to a local port on the windows box, and then use vlc on the linux server to grab the stream from the windows box and stream it to a port on the linux server.

It *might* be possible to just do it with one instance vlc, but I'm not really sure of that.

Adam

alex1986 07-20-2010 04:00 PM

what program would I use on the linux box would I use to view and stream it? vlc?

adamk75 07-20-2010 04:07 PM

Yes, in the scenario I described above you would use vlc on both the window machine with the webcam (streaming to a port on the windows machine, say 8080) and on the linux machine you would also use vlc to pull from http://windowsmachine:8080/ and stream to it's own port 8080 (or some other port).

Adam


All times are GMT -5. The time now is 07:48 PM.