HTML Audio Player

33 views
Skip to first unread message

Grant W

unread,
Sep 11, 2013, 6:10:29 AM9/11/13
to html5...@googlegroups.com
Hello,

Firstly I would like to thank you all for your hard work getting the audio tag to properly work across all browsers.

I am having some troubles getting it to work on Firefox (23.0.1) using a radio stream. I will post the code I am using below.

<!DOCTYPE html>

<head>
<title>ZED4 Radio | Player</title>
<link rel="stylesheet" type="text/css" href="assets/style.css">
</head>

<body>
<img src="assets/img/logo.png"><br />
<audio width="460" height="32" controls="controls" autoplay="autoplay" src="http://176.31.251.21:8000/;"></audio>
</body>
</html>

I hope you are able to help me.
 
Kind Regards,
Grant Williamson

Dave Hall

unread,
Sep 11, 2013, 9:16:23 AM9/11/13
to html5...@googlegroups.com

Hi,

How is the radio stream implemented? Is it a static mp3 file, or some sort of on-the-fly endless audio stream.

In Firefox, mp3 files are played via the flash fallback player, rather than natively, which might be the problem, if the flash player doesn't support live streaming.

Best,

Dave.

--
You received this message because you are subscribed to the Google Groups "html5media" group.
To unsubscribe from this group and stop receiving emails from it, send an email to html5media+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

rogerp...@gmail.com

unread,
Nov 3, 2015, 7:31:14 PM11/3/15
to html5media


On Wednesday, September 11, 2013 at 7:16:23 AM UTC-6, Dave Hall wrote:

Hi,

How is the radio stream implemented? Is it a static mp3 file, or some sort of on-the-fly endless audio stream.

In Firefox, mp3 files are played via the flash fallback player, rather than natively, which might be the problem, if the flash player doesn't support live streaming.


Little late to the party, but thought I'd share my related research:
flowplayer (the flash fallback) apparently can: http://flash.flowplayer.org/demos/plugins/streaming/audio-live.html
"Jplayer" can apparently do some streaming: http://jplayer.org/latest/demo-08/

Anyway I'll update this space if I figure it out sometime.
-roger-
Reply all
Reply to author
Forward
0 new messages