How to stream a video file from a amazon server using gstreamer to the internet
Tim Müller
tim at centricular.com
Sun Mar 9 06:19:00 PDT 2014
On Sun, 2014-03-09 at 05:52 -0700, manickam palaniappan wrote:
> WARNING: from
> element /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstRTSP
> Src:source: Could not read from resource.
> Additional debug info:
> gstrtspsrc.c(4367): gst_rtspsrc_reconnect
> (): /GstPlayBin:playbin0/GstURIDecodeB
> in:uridecodebin0/GstRTSPSrc:source:
> Could not receive any UDP packets for 5.0000 seconds, maybe your
> firewall is blocking it. Retrying using a TCP connection.
Did you see that? ^^^ :)
First thing to try, to make sure things work in principle:
gst-launch-1.0 playbin uri=rtspt://10.xxx.xx.xxx:8555/test
(Note the 't' at the end here: rtspt:// not rtsp://)
That will send data interleaved over the tcp connection as well (usually
the TCP connection is just for session setup/control, and the actual
data is streamed over UDP).
Cheers
-Tim
--
Tim Müller, Centricular Ltd - http://www.centricular.com
More information about the gstreamer-devel
mailing list