[vlc-devel] why won't the bitrate on sout match the incoming bitrate?
Ricardo Kleemann
ricardo at americasnet.com
Wed Nov 1 06:25:25 CET 2006
Hi,
For sometime I've been having a hard time getting VLC to behave the way I
assume it's supposed to behave. At first I thought it was because I was
transmitting between VLC and another program, but I'm getting the same
behavior between 2 VLC sessions.
Here's what I have:
1. VLC 0.8.5 on windows, playing a wmv2 file, and streaming out to a local
port:
:sout=#transcode{vcodec=WMV2,vb=128,fps=15,scale=0.75,acodec=mp3,ab=32,channels=2}:duplicate{dst=std{access=mmsh,mux=asfh,dst=192.168.0.105:1234}}
2. VLC 0.8.6-test1 on linux, pulling the stream from the windows computer
above, and doing NO transcoding:
/usr/local/bin/vlc -vvv mmsh://<ip:port> --sout
'#standard{access=mmsh,mux=asf,dst=:8010}'
The original file being streamed on windows is 768Kbps, and I'm transcoding
it locally to 128.
When I play the file streamed via sout from linux, the total bitrate is
1012Kbps!
I'm not transcoding on linux, I'm just broadcasting the stream directly as
received. I have tried many combinations but always the same thing happens.
Why doesn't this work?
Ricardo
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list