Not able to include metadata in RTSP stream

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Not able to include metadata in RTSP stream

1,155 次查看
vinay_hasyagar
Contributor III

Hi,

I am using IMX8Q Max and I want to insert metadata in RTSP streaming specifically in RTSP server. How exactly I can do that? My gstreamer pipeline is

"v4l2src  device=/dev/video3 ! videoconvert ! v4l2h264enc ! rtph264pay name=pay0"

I want to insert a string of user defined data in RTSP stream. I have tried an element called taginject but its of no use. I tried passing this pipeline to gst_bin_iterate_all_by_interface()API which returns those elements which support GstTagSetter interface. But none of the elements in my pipeline support GstTagSetterinterface. I tried using mux elements but those mux can not be linked to rtph264pay. I can't use any other encoding other than H.264. Please suggest any other methods to insert metadata

Thanks

0 项奖励
回复
4 回复数

1,109 次查看
vinay_hasyagar
Contributor III

Hi ,

Is there any solution to this?

0 项奖励
回复

856 次查看
Udhay_
Contributor III

still not get it. did you find any solution how to insert metadata in gstreamer h264 plugins?

0 项奖励
回复

820 次查看
vinay_hasyagar
Contributor III

Hi,

No. We could not include any metadata in RTSP stream. We achieved this by sending metadata packets through UDP sockets in a an interval. 

 

Thank you

0 项奖励
回复

813 次查看
udhayamoorthi
Contributor II

Hi,

Can you please tell me how you have added metadata in UDP sockets?

 

share it with me in umoorthi@phoenix.tech

0 项奖励
回复