running a Webcam with vlc
Posted: 27 May 2004 19:00
Hi,
i've got a problem i want to run a webcam on a windows client and want to broadcast the stream to a linux (command line) Server.
Other clients shall be able to see the stream through http.
Broadcasting from one to another vlc client directly through the linuxserver works fine.
I stream from vlc windowsclient via udp to the linux server 192.168.92.88:
vlc -vvv 192.168.92.13 --sout '#standard access=http,url=192.168.92.88:8080}'
Now i want to connect from lets say 192.168.92.12 to http://192.168.92.88:8080 to the stream that i broadcast from 192.168.92.13.
What do i miss here?
Thank you for your support
i've got a problem i want to run a webcam on a windows client and want to broadcast the stream to a linux (command line) Server.
Other clients shall be able to see the stream through http.
Broadcasting from one to another vlc client directly through the linuxserver works fine.
I stream from vlc windowsclient via udp to the linux server 192.168.92.88:
vlc -vvv 192.168.92.13 --sout '#standard access=http,url=192.168.92.88:8080}'
Now i want to connect from lets say 192.168.92.12 to http://192.168.92.88:8080 to the stream that i broadcast from 192.168.92.13.
What do i miss here?
Thank you for your support