Rtsp range header
Mailing List SVR
lists at svrinformatica.it
Fri Jul 17 09:41:28 UTC 2020
Hi,
in GStreamer you can connect the "before-send" signal and inside your
callback you can add the range header something like this:
gst_rtsp_message_add_header(message,GST_RTSP_HDR_RANGE,"header here");
if this is an ONVIF G recording you need to be sure to add this header
for GST_RTSP_PLAY method,
please referer to the docs here
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good/html/gst-plugins-good-plugins-rtspsrc.html#GstRTSPSrc-before-send
regards
Nicola
Il 17/07/20 11:24, emreoner ha scritto:
> Thank u for your reply.
> I want to explain the issue in detail.
> I hava a playback rtsp stream url of a camera from Video Management System
> and i need to playback specific time For ex. 20200706T120000Z.
> I tried in sharprtsp (https://github.com/ngraziano/SharpRTSP) demo
> application while adding range header in rtsp play request. It is doing
> playback properly. Without rtsp range header it is not working
>
> In gstreamer how can i do playback or seek the specific time?
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list