簡體   English   中英

使用 GStreamer 管道創建 onvif 合規攝像頭

[英]Creating the onvif compliance camera using the GStreamer Pipeline

我有一台相機,我正在使用 GStreamer 流式傳輸視頻數據。 使用下面的管道。

gst-launch-1.0 -e camerasrc ! video/x-h264,width=1920,height=1080,framerate=30/1 ! h264parse config-interval=-1 ! rtph264pay pt=96 ! udpsink host=127.0.0.1 port=8554

現在我想讓流媒體 ONVIF 合規。 我怎么能用 Gstreamer 做到這一點?

GStreamer 支持 ONVIF。 不幸的是,這並不像使用 gst-launch 運行管道那么簡單,您應該使用gst-rtsp-server來實現 RTSP 服務器。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM