Created
November 20, 2012 20:19
-
-
Save will-in-wi/4120767 to your computer and use it in GitHub Desktop.
Kindle Fire HTML5 Audio Streaming Bug Test Case
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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