[gst-devel] Pausing RTSP stream from server
Felipe Mogollón
fmogollon at vicomtech.org
Mon Aug 31 12:55:31 CEST 2009
Hello,
I am developing a RTSP server using the gst-rtsp plugin.
I would like to control the stream from server, I mean, I would like to
stop and pause the stream without using client's controls, just from
server.
Is it possible?
This is what I am doing:
I get the pipeline created by RTSP server, but when I do the
gst_element_set_state(mypipeline,GST_STATE_PAUSED) call, nothing
happens.
Am I doing something wrong?
Is there other way to internally (from server) control the stream?
Many thanks.
More information about the gstreamer-devel
mailing list