Sorry if this issue has been discussed before.
Occasionally with some urls - I get only black screen - no playback. The problem is - when trying to exit - enigma freezes and the only way out is to reboot the box.
For example :-
rtmp://stream.smcloud.net/live2/vox/vox_720p - problem
rtmp://stream.smcloud.net/live/vox2/stream1 - ok
Movieplayer is started as usual with :-
sref = eServiceReference(4097,0,url)
sref.setName(name)
self.session.open(MoviePlayer, sref)
and closed with :-
self.session.nav.stopService()
self.session.nav.playService(self.srefOld)
Is there a solution to this problem ?
Regards, pcd.