[FFmpeg-user] Compatibility with ffmpeg RTMP?

rcunning rcunning at gmail.com
Tue Apr 19 20:56:14 CEST 2011


You probably need to put some valid timestamp info into the stream. Try: 
./ffmpeg -loglevel debug -timestamp now -i ~/Downloads/20051210-w50s.flv -re
-ac 1 -acodec copy -vcodec flv -f copy rtmp://localhost:1936/ 

You would also need to add timestamp even if you push through ffserver. 

--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Compatibility-with-ffmpeg-RTMP-tp3265373p3461243.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list