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?)