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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

2,307件の閲覧回数
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

ラベル(4)
0 件の賞賛
返信
2 返答(返信)

1,411件の閲覧回数
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 件の賞賛
返信

1,411件の閲覧回数
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 件の賞賛
返信