mozilla / mp4parse-rust

Parser for ISO Base Media Format aka video/mp4 written in Rust.
Mozilla Public License 2.0
404 stars 62 forks source link

ERROR mp4parse] Found 2 nul bytes in "\0\0" / ERROR viaduct::backend::ffi] Missing HTTP status freezes any youtube videos #380

Closed Marietto2008 closed 1 year ago

Marietto2008 commented 1 year ago

Hello,

I've just upgraded Ubuntu 22.04 to 22.10. Everything seems to work great except for Firefox. Infact this is what happens when I run it :

ziomario@Z390-AORUS-PRO-DEST:~/Scrivania$ firefox

[GFX1-]: More than 2 GPUs detected via PCI, secondary GPU is arbitrary 

ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.

[2022-11-06T16:55:34Z ERROR mp4parse] Found 2 nul bytes in "\0\0"
[2022-11-06T16:55:34Z ERROR mp4parse] Found 2 nul bytes in "\0\0"
[2022-11-06T16:55:34Z ERROR mp4parse] Found 2 nul bytes in "\0\0"
[2022-11-06T16:55:36Z ERROR mp4parse] Found 2 nul bytes in "\0\0"
[2022-11-06T18:10:17Z ERROR viaduct::backend::ffi] Missing HTTP status
[2022-11-06T18:10:17Z ERROR viaduct::backend::ffi] Missing HTTP status
[2022-11-06T18:10:17Z ERROR viaduct::backend::ffi] Missing HTTP status
[2022-11-06T18:10:17Z ERROR viaduct::backend::ffi] Missing HTTP status
[2022-11-06T18:10:17Z ERROR viaduct::backend::ffi] Missing HTTP status

The problem is that when I try to open any video on youtube,for example,I get only 5 times the error that you see above (Found 2 nul bytes in "\0\0"),and it freezes. I've tried to look for a solution on the web,but without success.

kinetiknz commented 1 year ago

Thanks for the bug report - I saw your comment in https://bugzilla.mozilla.org/show_bug.cgi?id=1772085#c19 also. The mp4parse error message is non-fatal and won't cause playback issues, so I'll go ahead and close this. Playback issues are best investigated in Bugzilla, so please continue providing information there if you're still having issues.