You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<video controls preload="metadata">
<source src="node.webm" type="video/webm"/>
Video not supported.
</video>
When I try that, Firefox says "No video with supported format and MIME type found".
When I inspect and click "open in a new tab", http://localhost:8000/node.webm opens, but it's a 404
I think it would be great if it worked the same was as it works for img, where images get served as expected.
The text was updated successfully, but these errors were encountered:
I am taking another approach to copy everything in the docs folder due to #6 and #27, but I'll see if I can get a hotfix implemented for now so you don't have to wait for the large overhaul
I've been trying to use the following video tag:
When I try that, Firefox says "No video with supported format and MIME type found".
When I inspect and click "open in a new tab", http://localhost:8000/node.webm opens, but it's a 404
I think it would be great if it worked the same was as it works for
img
, where images get served as expected.The text was updated successfully, but these errors were encountered: