kazuki / video-codec.js

JavaScript Video Encoder/Decoder Sample (daala/libvpx/openH264 compiled with emscripten to JavaScript)
85 stars 25 forks source link

Video Stream Support #4

Open saginadir opened 8 years ago

saginadir commented 8 years ago

Great Work!

I have been using your library and have come to a need to decode a mp4 h264 File, It seems not matter how I tried to stream it does not work.

When I send the NalUnits to the decoder I always get back error 4.

Do you have any directions on decoding an mp4 h264 file? perhaps I need to stream the NalUnits in a certain way?