mbebenita / Broadway

A JavaScript H.264 decoder.
Other
2.73k stars 424 forks source link

Information on frame decoded fail #168

Open scaret opened 6 years ago

scaret commented 6 years ago

I suppose that every successfully decoded I frame or P frame will trigger the event onFrameDecoded once. Is there corresponding event onFrameDecodedFail event?

hosnar commented 3 years ago

Hi. Did you manage to figure this out?

scaret commented 3 years ago

@hosnar No. I kept maximum 2 frames in decoder and set a timeout so as to reset the decoder if it has no response.