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
Create sources with different bitrates for amp-video cached sources.
<amp-video> <source src="cache?amp_quality=high" data-bitrate="hardcoded_value"> <source src="cache?amp_quality=medium" data-bitrate="hardcoded_value"> <source src="cache?amp_quality=low" data-bitrate="hardcoded_value"> <source src="origin"> </amp-video>
Pointers:
amphtml/extensions/amp-video/0.1/amp-video.js
Lines 438 to 450 in 855a2a3
Lines 126 to 160 in 855a2a3
The text was updated successfully, but these errors were encountered:
mszylkowski
Successfully merging a pull request may close this issue.
Create sources with different bitrates for amp-video cached sources.
Pointers:
amphtml/extensions/amp-video/0.1/amp-video.js
Lines 438 to 450 in 855a2a3
amphtml/extensions/amp-video/0.1/amp-video.js
Lines 126 to 160 in 855a2a3
The text was updated successfully, but these errors were encountered: