UDP Multicast won't stream remotely until I start locally
Posted: 29 Mar 2014 18:03
I have an application that runs the following command line on Windows 7
vlc "http://localhost:8251/Cam5/Lgn?UID=vayt ... PWD=admin1" --sout "#transcode{vcodec=h264, scale=1 , acodec=none}:udp{dst=239.200.0.1:3005} sout-all"
There's a service that can output MJPEG that I want to distribute across our single subnet LAN.
After running the above I attempt to get the stream on another computer on the LAN using udp://@239.200.0.1:3005 I have waited as long as 30 minutes to see if it will show. No luck.
Next I start a VLC instance on the server as in udp://@239.200.0.1:3005. Within about 20 seconds I get a stream and the remote system (idle now for 30 minutes or more) also starts streaming.
For my own sanity I would like to know why. Barring that I would like to be able to get the other systems to receive the stream without having to start a receiver on the server.
Any ideas - I have looked at the logs and VLC kicks out some errors reading the MJPEG stream, quit a few actually but I can stream directly into VLC with the HTTP URI and it works fine.
vlc "http://localhost:8251/Cam5/Lgn?UID=vayt ... PWD=admin1" --sout "#transcode{vcodec=h264, scale=1 , acodec=none}:udp{dst=239.200.0.1:3005} sout-all"
There's a service that can output MJPEG that I want to distribute across our single subnet LAN.
After running the above I attempt to get the stream on another computer on the LAN using udp://@239.200.0.1:3005 I have waited as long as 30 minutes to see if it will show. No luck.
Next I start a VLC instance on the server as in udp://@239.200.0.1:3005. Within about 20 seconds I get a stream and the remote system (idle now for 30 minutes or more) also starts streaming.
For my own sanity I would like to know why. Barring that I would like to be able to get the other systems to receive the stream without having to start a receiver on the server.
Any ideas - I have looked at the logs and VLC kicks out some errors reading the MJPEG stream, quit a few actually but I can stream directly into VLC with the HTTP URI and it works fine.