yaruno
yaruno
I ran to a similar issue while transporting mpegts over websocket protocol. It seems that sometimes the data packets get lost and then the sync byte is no longer where...
Hi xqq, Yeah the JS unfortunately isn't very verbose about the errors. For reference, here's what chrome://media-internals says when the player panics. What I've been testing out has been sending...
Thank you for posting the Gecko and WebKit repos here. You are right that in these repos there's no mention of HEVC support. However, it's interesting that Safari does mention...
> Perhaps they do support HEVC but not the HEVC specific configuration? That is possible, but it is interesting if that's the case. The difference between annex-b and non-annex b...
> Webkit is the engine. With that Apple builds Safari. This is the same as every chrome-based Browser can have different codecs included. Often they are using the codecs from...
I'll need to have a look at https://github.com/WebKit/WebKit/blob/main/Source/WebCore/Modules/webcodecs/WebCodecsVideoEncoder.cpp , maybe hevc annex-b support could be added to it and then I can revisit this issue on later date.