I’m trying to play an RTMP encoded with h264 using the Flash Player 11 h264 encoder –
with ffplay.
It works. But only if the stream is set with a bitrate of 64KB and the keyframe interval is 4.
Otherwise it cant find any frames.
Any ideas why?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yay, it’s finally working!
you need to set some options in the application.xml for the app that streams the video in the FMS,
basically cancel-out things related to buffering:
Also, I think this helps too:
Also, set bufferTime to 0 in the netstream object of the client that broadcasts the stream.