Streaming VND.ONVIF.METADATA with rtsp-server

Mailing List SVR lists at svrinformatica.it
Mon Oct 6 01:30:02 PDT 2014


Il 06/10/2014 10:10, aborilov ha scritto:
> Hello!
>
> I need to stream from Axis camera that have two RTP stream: video and
> application(motiondetection)
>
> GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc3: caps =
> "application/x-rtp\,\ media\=\(string\)application\,\ payload\=\(int\)98\,\
> clock-rate\=\(int\)90000\,\ encoding-name\=\(string\)VND.ONVIF.METADATA\,\
> a-recvonly\=\(string\)\"\"\,\ ssrc\=\(uint\)2103554003"
>
> If I use RTSPMediaFactoryURI, it stream only video. How can I stream both
> RTP streams?
>
> Do I really need to create pay and depay elements for it?

I think so, I created a payloader to feed onvif metadata to my custom 
rtsp server (based on gstreamer but not on gst-rtsp-server), in my case 
I don't need a depayloader server side, with gst-rtsp I think a 
depayloader is needed too,

Nicola

>
> P.S.
> I can simple print out this xml with:
> gst-launch-1.0 rtspsrc location="url" ! application/x-rtp, media=video !
> fakesink dump=true
>
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Streaming-VND-ONVIF-METADATA-with-rtsp-server-tp4668957.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>



More information about the gstreamer-devel mailing list