Re: [clutter] Media streaming with gst

2007-08-07 Thread iain
On Mon, 2007-08-06 at 22:25 +1000, Josh Stewart wrote: > 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 p

Re: [clutter] Media streaming with gst

2007-08-06 Thread Josh Stewart
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

Re: [clutter] Media streaming with gst

2007-08-06 Thread iain
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 w

Re: [clutter] Media streaming with gst

2007-08-05 Thread Emmanuele Bassi
On Mon, 2007-08-06 at 10:10 +1000, Josh Stewart wrote: > > Note also see; > > http://bugzilla.openedhand.com/show_bug.cgi?id=429 > > > > The plan is to get this in very shortly after 0.4.0 (i.e probably > > 0.4.1). Please test ! > > I'll check out the patch tonight. I've just updated the test-th

Re: [clutter] Media streaming with gst

2007-08-05 Thread Josh Stewart
On 8/6/07, Matthew Allum <[EMAIL PROTECTED]> wrote: > This may be a question for the gst list. Im no gstreamer expert and all > I can really offer is the examples/ in clutter-gst. > > Also are you aware of gmyth; > http://gmyth.sourceforge.net/wiki/index.php/Main_Page > They have a specific gst ele

Re: [clutter] Media streaming with gst

2007-08-05 Thread Matthew Allum
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 w

Re: [clutter] Media streaming with gst

2007-08-05 Thread Emmanuele Bassi
On Mon, 2007-08-06 at 09:13 +1000, Josh Stewart wrote: > On a secondary note and in the hopes of saving others some pain, I > discovered that if you're using python with clutter and are making use > of multiple threads, then you need to execute the following line > before the clutter.main() loop i

[clutter] Media streaming with gst

2007-08-05 Thread Josh Stewart
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 dum