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

Saving RTP stream to File.mp4 #64

Open
ioKun opened this issue Apr 11, 2018 · 3 comments
Open

Saving RTP stream to File.mp4 #64

ioKun opened this issue Apr 11, 2018 · 3 comments

Comments

@ioKun
Copy link

ioKun commented Apr 11, 2018

I'm trying to save video stream to file using MediaMuxer.
For this purpose write custom RtpMediaDecoder class.
And try to save stream in decodeFrame method.
But for some reason the key frames is missed.
Any suggestions? (maybe need to wite custom class to unpuc RTP?)

@adamantivm
Copy link
Member

sorry @ioKun unfortunately I don't have any good recommendations to make.
I think your proposal overall sounds reasonable, just take into account that a saved video will need its own envelope, besides the encoding.
key frames should be included in the stream, not sure why they would be missed.

@tjacobs
Copy link

tjacobs commented Apr 5, 2021

I would also like to save the incoming video to a file.

Any tips on this?

Anywhere to start with?

@tjacobs
Copy link

tjacobs commented Apr 5, 2021

Also your readme https://github.com/jonbo372/efflux link needs updating, is broken

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

3 participants