question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HTML video/audio backend

See original GitHub issue

It 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:open
  • Created 7 years ago
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
thijstriemstracommented, Apr 14, 2016

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.

0reactions
SalahAdDincommented, Feb 24, 2017

👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found