ericmckean / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

How can I judge one incoming frame is a key frame? #647

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hello, I'm developing one video conference app with vp8, but the network is 
something mess, many frames were dropped during transmission, so most of time 
the screen looks blurred.

Now I want to optimize it, our requirement is that no mess screens allowed, 
even the animation stop there.

My opinion is: once frame dropping happened, ignore all following frames until 
next key frame arrived, then I must judge if one frame is a key frame, is there 
some samples for this function? Or can you supply your opinion?

Many thanks.

Original issue reported on code.google.com by viborace...@gmail.com on 17 Oct 2013 at 7:40

GoogleCodeExporter commented 9 years ago
The issue tracker is for tracking bugs. Suggest you send the discussion to webm 
discussion group. 

Original comment by ya...@google.com on 17 Oct 2013 at 10:25

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 17 Oct 2013 at 10:26