I need to process an incoming h264 stream from an external server.
This stream is composed by h264 frames with sps / pps information.
I need to "strip" this information out and pass the data along to the receiver.
How can I do this ?
I need to process an incoming h264 stream from an external server.
This stream is composed by h264 frames with sps / pps information.
I need to "strip" this information out and pass the data along to the receiver.
How can I do this ?