Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

does firefox support embedding m3u audio files over html5?

  • 3 个回答
  • 1 人有此问题
  • 8 次查看
  • 最后回复者为 deathtokoalas

more options

so, i'm working on a completely local project. specifically, i'm working on an interactive bandcamp liner note download, and the actual target is mostly flac (although it should work for mp3, too). for this reason, i can't be downloading software, and i'm not interested in running scripts. the user needs to be able to launch a notes.html file locally and be able to run a local playlist of the local files s/he just bought in the document.

i understand that it's as easy as directing to the proper m3u file via the html5 tag, iff you're using safari. but, i'm not using safari, and i'd guess most of my audience isn't, either.

what happens in both firefox 54 (windows 7) and a 60x v of chrome on a chromebook is that the controls load, but i can't press play.

this is an old laptop, and i can't run nightly builds on it. but, is there a specific version of firefox where this flips over and starts working?

basically, what i want is for this to work or for some very close analog of it to work:

<audio controls>

  <source src="../playlist.m3u" type='audio/x-mpegURL'>

</audio>

again: i know how to do this using javascript, but i'm assuming the end user is running the file locally. so, there's no server involved.

so, i'm working on a completely local project. specifically, i'm working on an interactive bandcamp liner note download, and the actual target is mostly flac (although it should work for mp3, too). for this reason, i can't be downloading software, and i'm not interested in running scripts. the user needs to be able to launch a notes.html file locally and be able to run a local playlist of the local files s/he just bought in the document. i understand that it's as easy as directing to the proper m3u file via the html5 tag, iff you're using safari. but, i'm not using safari, and i'd guess most of my audience isn't, either. what happens in both firefox 54 (windows 7) and a 60x v of chrome on a chromebook is that the controls load, but i can't press play. this is an old laptop, and i can't run nightly builds on it. but, is there a specific version of firefox where this flips over and starts working? basically, what i want is for this to work or for some very close analog of it to work: <audio controls> &lt;source src="../playlist.m3u" type='audio/x-mpegURL'&gt; </audio> again: i know how to do this using javascript, but i'm assuming the end user is running the file locally. so, there's no server involved.

由deathtokoalas于修改

所有回复 (3)

more options

(deleted)

由deathtokoalas于修改

more options

(deleted)

由deathtokoalas于修改

more options

(deleted)

由deathtokoalas于修改