daria
9 years agoVisitor
Bookmark functionality in Scene Graph app
Hi!
I'm confused about this item in channel checklist:
All I found about bookmarks in documentation is this page: https://sdkdocs.roku.com/display/sdkdoc ... ideo+Start. But it's about Brightscript components. I have Scene Graph app and Video component crashes when these metadata keys are specified.
I've implemented resuming video with Video's seek field. Progress is saved to local associative array, so it works fine, but saved positions are cleared on channel restart. Reviewers are saying that progress should be saved after channel restart as well. I guess I should use Registry for this, and I also guess it's total pain. May be there's a simpler way? How do you guys do this functionality?
Thanks!
I'm confused about this item in channel checklist:
Channels with video bookmarks functionality behave as expected and allow user to resume playback from location. Longer form content (15 minutes or over) are required to have bookmark functionality.
All I found about bookmarks in documentation is this page: https://sdkdocs.roku.com/display/sdkdoc ... ideo+Start. But it's about Brightscript components. I have Scene Graph app and Video component crashes when these metadata keys are specified.
I've implemented resuming video with Video's seek field. Progress is saved to local associative array, so it works fine, but saved positions are cleared on channel restart. Reviewers are saying that progress should be saved after channel restart as well. I guess I should use Registry for this, and I also guess it's total pain. May be there's a simpler way? How do you guys do this functionality?
Thanks!