webrtcbin state change issue
Lusine
lusinehayrapetyan1992 at gmail.com
Mon Mar 15 13:10:31 UTC 2021
Hi Folks,
I need to change my pipeline(which streams with webrtcbin) state from
PLAYING to READY and then again recover the playing state.
gst_element_set_state(pipe1, GST_STATE_READY);
// DO something and then again set the playing state.
gst_element_set_state(pipe1, GST_STATE_PLAYING);
My pipeline is this:
https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/tests/examples/webrtc/webrtc.c
But after setting the PLAYING state again the streaming doesn't work, is
there an issue or do I need to do some extra step to recover the PLAYING
state?
Regards,
Lusine
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list