bgrins / videoconverter.js

[UNMAINTAINED] Convert videos in your browser
http://bgrins.github.io/videoconverter.js/
Other
2.34k stars 300 forks source link

decode h264 frames without entire file #73

Open youahmad opened 6 years ago

youahmad commented 6 years ago

Hello, i try to decode live h264 stream in browser and your api looks great! I have a question for you:

  I receive h264 frames via http server. It is a live stream, so i receive chunked data. I push the frames in a Uint8Array when they arrive.
  Could i convert h264 frames with ffmpeg_run without the entire file?

  Thanks you.
youahmad commented 6 years ago

I specify that the h264 stream is not in a container.

Thanks you