Is there a way to establish a session with a rtspsrc without playing the pipeline?

Nicolas Dufresne nicolas at ndufresne.ca
Mon Jun 8 18:39:45 UTC 2020


Le lundi 08 juin 2020 à 08:44 -0500, Mariano Koremblum a écrit :
> Hi gstreamers! I want to know if there is any way to connect to an RTSP
> server without automatically sending the "PLAY" request, but manually.

rtspsrc element is build on top of GStreamer RTSP [0], RTP[1] and
SDP[2] libraries. You can use these libraries to gain control of the
the session and potentially handle the play request differently (or
remotely ?)

Nicolas

[0] https://gstreamer.freedesktop.org/documentation/rtsplib/
[1] https://gstreamer.freedesktop.org/documentation/rtplib/
[2] https://gstreamer.freedesktop.org/documentation/sdp/


> 
> Thanks in advance :)
> 
> 
> 
> --
> 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