Justin Lebo
Justin Lebo
AFIK adding support for the main profile would require a rebuild/modification of the source android decoder. The problem with the "main" profile is it's use of P frames, which this...
I'm not an expert at nal parsing, but if you look at mp4.js file around line 851 you'll see the start of the "play" function. This function just feeds nals...
Thank you for writing this up! I find it strange however that no canvas is created on an iPhone 5c. I have an old iPhone 5s I test with and...
Updating to h265 would require building an entirely new decoder from source. There is already a project that decodes h265 videos with Javascript you can check out: https://github.com/strukturag/libde265.js?files=1
Unfortunately that's part of the price that comes with H265. It compresses more efficiently because it does more calculations under the hood. You could probably improve the performance of the...
What features do you need the mp4 reader to have? If I can get a successful end event I can implement a seamless loop. Also as long as the video...
Even when installing via NPM I can also reproduce the issue, when running in a browser environment.