Le lundi 13 octobre 2008 à 10:19 +0200, Philippe Normand a écrit :
> Hi Guillaume,
>
> Well our player uses GStreamer's playbin (as totem-gstreamer) so if the
> mms streams play fine with totem-gstreamer it should be the same for
> Elisa...
I observed occasionally the same issues with totem so I guess that's
just a server streaming slowness problem. I think a bigger buffer should
improve user's experience. Is it possible to tweak the gst pipeline to
do that?
Any idea about how to check if the stream exists? I'd like to display
the video entry of the news only if it has already be uploaded.
> I saw your plugin on LP, keep up the good progress :)
Thanks :)
G.
>
> Le dimanche 12 octobre 2008 à 12:39 +0100, Guillaume Desmottes a écrit :
> > Hi,
> >
> > I'm writing a small plugin allowing access to mms:// video streams and
> > have 2 questions on this regard.
> >
> > Is it possible to test if a specific mms:// stream exists without
> > starting to actually play it?
> >
> >
> > I observed some lags when playing video from my stream source. Is it
> > possible to increase the buffer size of the vide player?
> >
> > My current play code is basically:
> >
> > playable_model = PlayableModel()
> > playable_model.uri = MediaUri(my_uri)
> > controllers =
> > self.frontend.retrieve_controllers('/poblesec/video_player')
> > player = controllers[0]
> > player.player.play_model(playable_model)
> >
> > controllers = self.frontend.retrieve_controllers('/poblesec')
> > main = controllers[0]
> > main.show_video_player()
> > self.stop_loading_animation()
> >
> >
> >
> > Thanks for your help,
> >
> >
> > G.
> >
--
Guillaume Desmottes <[EMAIL PROTECTED]>
Jabber <[EMAIL PROTECTED]>
GPG 1024D/711E31B1 | 1B5A 1BA8 11AA F0F1 2169 E28A AC55 8671 711E 31B1