| View previous topic :: View next topic |
| Author |
Message |
russellharrower
Joined: 11 Oct 2009 Posts: 10
|
Posted: Wed Feb 10, 2010 12:04 pm Post subject: HTML5 with AACP |
|
|
| Hi I am wondering if anyone has been able to get HTML5 and aacp working? |
|
| Back to top |
|
 |
russellharrower
Joined: 11 Oct 2009 Posts: 10
|
Posted: Thu Feb 11, 2010 1:39 am Post subject: |
|
|
Ok to clarify this is what I have been trying.
| Code: |
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
</head>
<body>
<audio controls src="http://99.198.119.226:8313/live" autoplay="true"></audio>
</body>
</html>
|
However it sadly has not worked, the stream is AACP. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Feb 11, 2010 3:44 am Post subject: |
|
|
which browser are you using to process that stream format and is the browser actually attempting to make a connection for the stream?
karl. |
|
| Back to top |
|
 |
russellharrower
Joined: 11 Oct 2009 Posts: 10
|
Posted: Thu Feb 11, 2010 3:58 am Post subject: |
|
|
I have tried to use this with chrome, firefox, and safari, all on the mac.
It tries to play it, but fails. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Feb 11, 2010 4:39 am Post subject: |
|
|
they are probably not able to decode the aac+ element then. While the debate on html5 video (theora/h.264) is focused on in the media, the same issue does also apply to audio (vorbis vs aac). From what I understand the browser support for vorbis is further along.
karl. |
|
| Back to top |
|
 |
iunderwood

Joined: 23 Aug 2008 Posts: 114 Location: Leicester, MA
|
Posted: Tue Feb 16, 2010 3:59 pm Post subject: |
|
|
The code looks correct, but it seems more like it's waiting for a file to complete before playing.
For grins, I thought I'd try it w/ my own stream and the logs that I'm able to dig up show that it's QuickTime UA, so that's where I suspect the problem lies. _________________ ++I; |
|
| Back to top |
|
 |
|