-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
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
HTML5 Video Tag #29
Comments
Cannot reproduce. I've used this code: <video controls>
<source src="test.mp4" type="video/mp4">
</video> and it works. |
I can reproduce this... Here is a nicer description of how to do it
Here's what it looks like for me: https://i.imgur.com/Fu2GQwb.mp4 |
Very interesting, still can't reproduce it with the exact link you provided: https://imgur.com/a/U7XsuGP Could you please open the console to see if there are any errors thrown by the extension? |
Heyy, I fixed it and it now works locally! The extension didn't search for media elements, as |
Thank you for researching this and making the PR! |
What service is not compatible? (e.g. "Vimeo"): HTML5 Video Tag
Can you provide a link to a specific video where this has occurred? (i.e. can you provide the link where this happend?): every video opened direct in the browser
What is the exact problem that occurred? (e.g. "No sound detected" or "No video detected/icon is not green"): No video detected
What version of Skip Silence are you using? (i.e. 1, 2 or 3. You can find this information by opening the popup, it should be right in the title): 3
Problem is probably caused by having a source tag within an video tag instead of a src attribute.
The text was updated successfully, but these errors were encountered: