You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
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.
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?)
The text was updated successfully, but these errors were encountered: