On Mon, 2007-08-06 at 09:13 +1000, Josh Stewart wrote:
> Hi all,
> 
> I've been playing with connecting my Gloss 'media centre' to the Myth
> backend and have got to the point where I am able to receive live TV
> streams through a socket, however being fairly new to media type apps
> I'm not sure what the best way to flow this stream through to gst is.
> I tried dumping the data to a temporary buffer file and having
> gstreamer read from that and whilst this works initially, the video
> stops playing when gstreamer has read upto the point at which it
> started.
> Eg. If I tell gst to start reading the file when it has 5 seconds of
> buffered video, it will play for 5 seconds only, even though by that
> time another 5 seconds will have been written to the file.
> 
> This is very much a noob type question, but can anyone advise on what
> is the best way to have this data stream fed through to gst?

Are you using GStreamer by itself or are you using it through the
clutter-gst stuff? Are you reading the TV streams from the socket and
writing to a file, and then telling GStreamer to play the file?

It sounds like what is happening is that GStreamer is reading the length
of the file when you tell it to start playing and then stops after that.
Maybe using a GstFDSrc on the socket would work (and then also having a
queue in it to provide buffering)

iain

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to