Error: gst-stream-error-quark: Internal data stream error (1) for element UDPSrc
vk_gst
venkateshkuppan26 at gmail.com
Thu Nov 29 10:10:49 UTC 2018
Hi,
I have a receiver pipeline as follows:
udpsrc name=source port=xxxx timeout=100000000 ! application/x-rtp !
rtpbin.recv_rtp_sink0 rtpbin. ! rtph264depay ! h264parse ! avdec_h264 !
intervideosink intervideosrc timeout=-1 ! videotransform ! glimagesink
The corresponding sender pipeline , is able to transmit video and is
displayed at receiver.
Now the issue is when I stop the sender pipeline using ctrl+c, and restart
it again - I get the following errors at the receiver side :
0:00:10.372655073 2516 0x2a821e0 WARN basesrc
gstbasesrc.c:3055:gst_base_src_loop:<source> error: Internal data stream
error.
0:00:10.372704723 2516 0x2a821e0 WARN basesrc
gstbasesrc.c:3055:gst_base_src_loop:<source> error: streaming stopped,
reason not-linked (-1)
Error: gst-stream-error-quark: Internal data stream error. (1)
The receiver pipeline needs to be started again, to avoid this issue. Is it
not possible that the receiver pipeline continuously listens to the udp port
and displays video when it receives the data?
Does anyone have any pointers to this issue?
Regards
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list