How to decode RTP stream, display it then transcode it and save it to a file using gstreamer ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to decode RTP stream, display it then transcode it and save it to a file using gstreamer ?

1,477 Views
ottob
Contributor IV

Hi There,

We would like to decode an incoming RTP video stream, display it on a LCD display then transcode it and save it to a file. To me it seems like the best solution for this would be to use a video sink device which supports passing through the data. That way there is no need to duplicate the data (using "tee"). Is it possible to configure mfw_isink or mfw_v4lsink for something like this ? If not, would it be a herculean task to modify the plug-ins ?

Thanks,

/Otto

Labels (4)
0 Kudos
2 Replies

581 Views
jamesbone
NXP TechSupport
NXP TechSupport

Please check the following link:

GStreamer RTP Streaming


Have a great day,
Jaime

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

581 Views
ottoblom
Contributor III

Hi Jamie,

Although I'd prefer to have a pass-through video sink, using "tee" appears to work but it burns about 30% CPU usage (presumably from all the buffer memcpy:s)

Thanks,

/Otto

0 Kudos