HTML video/audio backend
See original GitHub issueIt looks like regular urls don’t have a fallback to a <video> element that plays back the content. Would adding a native HTML video/audio backend (as a default for urls that end with .mp3, .mp4 etc) make sense (and be welcome or considered a plugin)?
Issue Analytics
- State:
 - Created 7 years ago
 - Comments:11 (2 by maintainers)
 
Top Results From Across the Web
Video and Audio APIs - Learn web development | MDN
Objective: To learn how to use browser APIs to control video and audio playback. HTML video and audio. The < ...
Read more >How to Embed Audio and Video in HTML? - GeeksforGeeks
To embed audio in HTML, we use the <audio> tag. Before HTML5, audio ... It contains one or more video sources at a...
Read more >HTML Audio/Video DOM Reference - W3Schools
HTML Audio and Video DOM Reference. The HTML5 DOM has methods, properties, and events for the <audio> and <video> elements.
Read more >HTML5 Audio and Video - Tech Altum Tutorial
HTML5 Audio tag is used to play audio files, like mp3, ogg and AAC. All browsers supporting audio tag are having build in...
Read more >can't seek html5 video or audio in chrome - Stack Overflow
I used Sails/Nodejs backend and gridFS/mongodb database for storing Videos files as Chunks. try { let foundMetaFile = await GridFS.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Cool, I’ve started working on it here. Just switched to tox for testing against multiple Django/Pythons locally, now on to the real code.
👍