Live demo does not load files
sandersdan opened this issue · 4 comments
sandersdan commented
mradionov commented
Hey, it's only supposed to work with .h264 files. Maybe I should make it more clear in the UI, and also handle errors when a wrong file type is uploaded. Here you can find a command which can help extract .h264 from .mp4 https://github.com/mradionov/h264-bitstream-viewer/blob/master/docs/h264.md#h264
mradionov commented
Buttery fingers, didn't mean to close
sandersdan commented
Title updated. Replacing the line with window.requestIdleCallback(() => {
allows the app to function with raw H.264.
mradionov commented
I've fixed it. Thank you for letting me know!