Guys,
I've posted a few times about this, and still have not resolved the issues.
I am working with Carnegie Mellon with their End System Multicast team (http://esm.cs.cmu.edu/), and they have pretty much given up on videolan vlc. However, I would really like them to use it instead of micro$oft media encoder.
We NEED to define a bitrate and have vlc keep the stream under the defined settings. 128K video, and 96K audio would be a nice start.
Why are we having so many troubles getting this to work? We keep seeing streams > 500K with these settings, which just isn't going to work.
Thanks,
Paul
here is the command line I'm using
vlc test.m3u \
--loop \
--rc-host 10.11.1.92:70123 \
--extraintf ncurses \
-vvv --sout \
'#transcode{vcodec=mp4v,acodec=mpga,vb=128,ab=96}:standard{access=udp,mux=ts,url=10.11.1.52:23450}'