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