On 8/6/07, iain <[EMAIL PROTECTED]> wrote:> > 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? >
I was hoping to use as much of the clutter-gst stuff as possible. Yes, currently reading the stream from the socket into a file and getting a VideoTexture to read from that. > 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) > Yep I think that's exactly it. Creating a buffer / queue is easy enough, is it possible to use GstFDSrc just using clutter-gst (Maybe through a URI), or is this something I need to be interfacing GST directly for? Thanks -Josh -- To unsubscribe send a mail to [EMAIL PROTECTED]
