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
docs/examples/hls/index.html
Issue: On line 25 of docs/examples/hls/index.html:
RTSPtoWeb/docs/examples/hls/index.html
Lines 16 to 29 in 54a1ac9
Suggested Fix: Replace video.canPlayType with videoEl.canPlayType to ensure the correct variable is used.
video.canPlayType
videoEl.canPlayType
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Typo in
docs/examples/hls/index.html
JavaScript CodeIssue:
On line 25 of
docs/examples/hls/index.html
:RTSPtoWeb/docs/examples/hls/index.html
Lines 16 to 29 in 54a1ac9
Suggested Fix:
Replace
video.canPlayType
withvideoEl.canPlayType
to ensure the correct variable is used.The text was updated successfully, but these errors were encountered: