Created
March 2, 2012 21:05
-
-
Save mcrute/1961394 to your computer and use it in GitHub Desktop.
Shoutcast streaming with HTML5
This file contains hidden or 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
| <!html> | |
| <html> | |
| <head> | |
| <title>Test Player</title> | |
| </head> | |
| <body> | |
| <audio controls="controls"> | |
| <source src="http://shout1.phoncert.softgrouphosting.net:8096/source" type="audio/mp3" /> | |
| Your browser does not support the audio tag. | |
| </audio> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment