Vlc 8.6 - transcode correctly, but it cann't work with some mms streams.
Vlc 9.8a - works with that mms stream, but cannot transcode ony if b-frames is disabled. When b-frames is enabled - the VLC doesn't work - it not send
any video data to DarwinStreaming Server (but generate valid sdp file with correct video and audio streams).
But when I try to store stream with b-frames into file (std instread rtp) - the it saves correctly!
I works on CentOS 5.2 (aka RedHat enterprise 5)
transcode command is:
Code: Select all
vlc -vvv --http-caching=5000 --mms-caching=5000 --udp-caching=5000 -L --ttl 3 --file-caching=10000 --sout-transcode-high-priority -I dummy -V dummy --file-logging --logmode=syslog --logfile=local3 $URL --sout '#transcode{venc=ffmpeg{bframes=0,ffmpeg-debug=1,debug=1},vcodec=mp4v,vb=400,fps=20,width=320,height=240,acodec=mp4a,channels=1,ab=48}:rtp{port-audio=20000,port-video=20002,dst=127.0.0.1,sdp=file:///usr/local/movies/1.sdp}
I'am using iptraf for monitoring network activity on 127.0.0.1 - the simplest way to watch is the transcoding works or not.
Is anybody face problem like this?