There’s no built in resume functionality. You would have to build it by hand. First, you would need to store the user’s position within each video periodically during playback. Some channels have API mechanisms for storing this data in the could, others use the device registry. Then, you would have to use that stored position data to populate the playStart attribute of your content-meta-data structure when the user clicked your resume button.
Would anyone be willing to share the specific code modifications that need to be made to the MRSS template in order to implement a “resume” feature such as included in the videoplayer example? I sort of get what RokuChris is saying–i.e. I realize videoplayer is writing/reading the registry with the various episodes’ playback positions; I just don’t understand specifically how to adapt MRSS template to do likewise.
Would anyone be willing to share the specific code modifications that need to be made to the MRSS template in order to implement a “resume” feature such as included in the videoplayer example? I sort of get what RokuChris is saying–i.e. I realize videoplayer is writing/reading the registry with the various episodes’ playback positions; I just don’t understand specifically how to adapt MRSS template to do likewise.
Hey, I noticed this update also supports VAST for serving ads. Is there any way to use this feature to just play an ad video off a local server–i.e. is there a way I can set up the “vast.xml” to just play a brief video clip off my local server before each episode is played?
VAST may be overkill for your application, but you could certainly have your own ad play before the main content is played. Look at the example code you have and you’ll see how the logic works. You should be able to adapt the videoplayer to grab and play your own video.