Page 1 of 1
If the first frame is not keyframe..
Posted: 22 Mar 2004 02:29
by tiantao
when streaming, If the first frame is not keyframe, the first frame on the client will be seen as a green screen, and become normal after a few seconds. How can I avoid this happen. Can the client wait for the first keyframe and then display it? Dose it have an option to do this?
Thank you!
Posted: 22 Mar 2004 09:24
by Gibalou
It doesn't have any such option but it would be relatively easy to add (by checking the picture type of the decoded picture in the ffmpeg video decoder - modules/codec/ffmpeg/video.c).
Posted: 23 Mar 2004 14:09
by tiantao
Thank you !
i am using the VCL under RedHat 9.0 Can I change some Configure file to avoid this happened?
I am just don't want to let the screen be green for a little time and then turn right, must I modify the source code? ( In the text it says the first frame is not key frame)
why I use it in Windows this doesn't happen?
Thank you.