stream video file via tcpserversink

badea_ion at gmx.fr badea_ion at gmx.fr
Wed Jul 17 02:34:07 PDT 2013


Hey!

The problem with the tcpserversink is that it needs to know what is carrying out. You could try interpolating a typefind element (e.g. filesrc ! typefind ! tcpserversink). You could also try specifying the sync parameter for the tcpservsink (sync=true / sync=false) to see if it makes any difference.

Hope it works!
----- Original Message -----
From: ram
Sent: 07/17/13 09:31 AM
To: gstreamer-devel at lists.freedesktop.org
Subject: stream video file via tcpserversink

Hi, While trying to stream a video file(.avi or .mov) via tcpserversink,pipeline execution terminated as shown below. >gst-launch filesrc location=file.ogg ! queue ! tcpserversink host=10.1.124.99 port=500 Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClock Got EOS from element "pipeline0". Execution ended after 68443653 ns. Setting pipeline to PAUSED ... Setting pipeline to READY ... Setting pipeline to NULL ... Freeing pipeline ... How can we stream a file without decoding it via tcp. Thanks n regards, Ram -- View this message in context: http://gstreamer-devel.966125.n4.nabble.com/stream-video-file-via-tcpserversink-tp4661068.html Sent from the GStreamer-devel mailing list archive at Nabble.com. _______________________________________________ gstreamer-devel mailing list gstreamer-devel at lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130717/47ced5ed/attachment.html>


More information about the gstreamer-devel mailing list