My app lets users update their playlist during playback, changing the order etc...w
ith every change in the playlist, the app executes something like [size=85]roVideoPlayer.SetContentList([thePlayListAsDefinedByTheUser])[/size]
Since firmware 7.5.0 this no longer works correctly: if playback is already in progress, playback will be interrupted and the user is now just staring at a blank screen.
To illustrate, in pseudo code:
roVideoPlayer.SetContentList([videoMedatadata1]) ' ok this works, video1 now playing
'....a little later, after the user takes action
roVideoPlayer.SetContentList([videoMedatadata1, videoMedatadata2 ]) ' Expected: video1 should keep playing (and video2 should start playing when video1 ends). Observed: video1 stops, the screen turns black
I only have a 7.5.0 device to experiment with at the moment, but I am pretty sure that the very same logic was working as expected with 7.2.0 - is anyone else experiencing the same? Any workaround?
(I sent an email with the same info to developer at roku dat com - but I was told on a different thread that they aren't terribly responsive so trying my luck here)