Skip to content

Instantly share code, notes, and snippets.

@will-in-wi
Created November 20, 2012 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save will-in-wi/4120767 to your computer and use it in GitHub Desktop.
Save will-in-wi/4120767 to your computer and use it in GitHub Desktop.
Kindle Fire HTML5 Audio Streaming Bug Test Case
<!doctype html>
<html>
<head>
<title>Audio Streaming test</title>
</head>
<body>
<div>
<p>
Test page for Kindle Fire Audio Streaming. Using 89.3 The Current as an example.
</p>
</div>
<div>
<!-- MP3 Stream -->
<audio src="http://currentstream1.publicradio.org" controls></audio>
</div>
<div>
<!-- AAC Stream -->
<!--<audio src="http://204.93.222.93:80/kcmp" controls></audio>-->
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment