Hi,
I'm using Windows Media Encoder to output a stream which is then picked up by VLC and then redistributed with sout.
WME is encoding video at 100Kbps. I run vlc as follows:
vlc -vvv mmsh://ip:port --sout '#standard{access=mmsh,mux=asf,dst=:8080}'
VLC is able to pull the stream off of WME, however when it retransmits, the 100Kbps video stream is suddenly 1.5Mbps!
Since I don't want to do any re-encoding of either video or audio, I didn't want to put a #transcode in the command. But just as a test, I put in #transcode{vb=100} in there, and that didn't help much. It did decerase the streamed video bitrate a little, but it was still over 1Mbps
Any idea why this is happening?