mbebenita / Broadway

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

Image Resolution #208

Closed njw-bupt closed 5 years ago

njw-bupt commented 5 years ago

This project seems cannot support higher Image Resolution? When I try 1080p, it renders nothing on canvas, and no error information. But 720p works correctly.

njw-bupt commented 5 years ago

I also found that the onPictureDecoded() function won't be called when use 1080p frame.

njw-bupt commented 5 years ago

I found the problem. It is a profile missmatch.