Page 1 of 1

vlc 2.0.3 can not decode rtsp mp4 stream

Posted: 14 Aug 2012 15:46
by runner0502
Hi, all
I use vlc 2.0.3 as RTSP Server on Windows7, the stream command as below:
sout=#transcode{vcodec=mp4v,vb=0,fps=15,scale=0,acodec=none}:rtp{sdp=rtsp://:8554/} :sout-keep

then i user vlc 2.0.3 as client open the stream, but can not see video, below is log:
avcodec warning: cannot decode one frame (18584 bytes)
avcodec warning: cannot decode one frame (20501 bytes)
....


i user vlc 2.0.0 as client open the stream, it just work fine.


it is a bug?

thanks

Re: vlc 2.0.3 can not decode rtsp mp4 stream

Posted: 28 Aug 2012 09:09
by Titanic
Try to set the FFMPEG thread count to one, this worked for me.
http://wiki.videolan.org/WindowsFAQ-2.0 ... r_laggy.29