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 saw your plugin on LP, keep up the good progress :)
Philippe

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.
> 

Reply via email to