Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output to memory #130

Open
NebuchadrezzarPL opened this issue Jan 1, 2019 · 0 comments
Open

Output to memory #130

NebuchadrezzarPL opened this issue Jan 1, 2019 · 0 comments

Comments

@NebuchadrezzarPL
Copy link

Maybe I should start with explaining what I’m trying to do, and then I’ll form my questions. I would like to take raw frames provided by RTMP protocol and combine them into short MP4 files. However instead of saving them on a hard-drive I would like to keep them in memory as some kind of ByteBuffers, so I can send them via WebSockets to a web brower.

Questions:

  1. Can I mux raw h.264 frames (ByteBuffers) into an mp4 container using humble-video?
  2. Can I force this library to save encoded files into ByteBuffers instead of files?

P.s. It took 12h to compile project on mbp 2013 (vagrant)... damn, that was long!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant