Page 1 of 1

remote webcam streaming.

Posted: 13 Dec 2005 10:14
by Cstdenis
I am looking for a solution where multiple remote webcams stream video data over the internet in to a server which then rebroadcasts it via multicast to end users.

Is VLC a good solution for this? Can anyone suggest any good webcams for this purpose?

How do i view a live stream from a web browser

Posted: 13 Dec 2005 21:09
by Guest
Does someone have step by step instructions how to get a live stream going over the web.
eastcoast@shaw.ca

Posted: 14 Dec 2005 07:49
by bishamon
here's my two cents to this:

stream out each of your webcams to particular ports in the server using unicast in vlc.

for each port in the server, you put vlc to listen and stream out the data using http.

then the clients (i.e. media player, browser) open the URL. then you're done.

:wink:

Posted: 16 Dec 2005 07:08
by Cstdenis
I'm looking to use IP based webcams actually so I may need to pull rather than push the data.

Does VLC support mjpeg?