Page 1 of 1

My bat file to stream line in to multicast

Posted: 21 Jun 2018 23:00
by bobgardner
@rem VlcPlayLineinToMulticast.bat June 13 2018 Bob G stream line in to multicast
C:\"Program Files"\VideoLAN\VLC\vlc.exe ^
-vvv --dshow-adev= --dshow-vdev=none ^
--sout-#rtp{proto=udp,dst=239.1.1.1,port=5004,ttl=1,disc-caching=40} ^
--sout-keep --sout-all ^
--file-logging ^
pause

I can use vlc on my android to listen to 239.1.1.1 port 5004 but its choppy. Task manager shows 1.6 megabits which is about 200K bytes which is about right. Latency seems to be 250-500ms.... just long enough to be distracting. I want to stream a live sound console out to folks to listen on their phone instead of the main speakers (quiet concert). Any speed-em-up tips you can see? Thanks!