We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I should be able to see correct poster images, subtitles and other data when serving a video from offline storage.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Dev note: We should design what other data might be. May have audio tracks, need to consider that.
The text was updated successfully, but these errors were encountered:
@jwold I feel like this issue is a Phase: 1 priority as the POC is some ways already does this.
Phase: 1
Sorry, something went wrong.
Implemented and merged to develop. The assets are cached.
develop
https://github.com/xwp/web-dev-media/blob/70f2691599efadd20f480116ec163ca4c00f7623/src/js/components/VideoDownloader.js#L167-L177
Verified that video from offline storage can play and display subtitles.
#105 ticket captures the inability for video to be downloaded when network connection is cut.
@jwold @dero - Could you help me understand what is the Acceptance Criteria for user being able to see the posterURL for a video from offline storage ?
Holding this ticket in QA column till the related questions are answered.
I'll defer to Dero on this one and see, I'm not sure. :)
No branches or pull requests
Feature description
As a user, I should be able to see correct poster images, subtitles and other data when serving a video from offline storage.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Notes
Dev note: We should design what other data might be. May have audio tracks, need to consider that.
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: