Graham Reeves
Graham Reeves
Oh, maybe I overlooked that this code buffers up and waits for a FULL nalu (or rather, it would have to wait for the next one) The broadway code splits...
Ah so you are just duplicating the work C/Wasm side, you're not buffering up waiting for "complete" slices (as it's not really possible unless you feed a fake EOF nalu...
> no need to add extra separators there. I'm not adding seperators, I'm pushing one EOS NALU (there's a nalu content type for end of stream) to my stream, when...
Do we know what version of emscripten IS good? I've just installed via official guide (on mac) `2.0.14` and it seems like the new version doesn't make a `~/.emscripten` file,...
https://emscripten.org/docs/introducing_emscripten/release_notes.html Your comment is 13th may, so that should be `1.39.15: 05/06/2020`
I think I'm not setting up emscripten correctly in some way (`emcc` works though), switched to `1.39.15` and have the same problem. Same error via github action.
Compiling directly with emscipten/emcc is okay, my setup just doesn't seem happy with the python script; https://github.com/NewChromantics/PopH264/blob/master/PopH264.Emscripten/Build.sh#L117
@myjimmy the build script is in the post above your one. That has all the instructions on how I build broadway to wasm in my project.
Being a basic bash script is a wild diversion from your python script, with no features, not very crossplatform... and I couldn't really see why the python one wouldn't work...
I'm afraid I have no idea what's causing that error; (and don't really have the time to debug it) Googling the error gives a lot of results of other people...