Skip to content

Instantly share code, notes, and snippets.

@mcrute
Created March 2, 2012 21:05
Show Gist options
  • Select an option

  • Save mcrute/1961394 to your computer and use it in GitHub Desktop.

Select an option

Save mcrute/1961394 to your computer and use it in GitHub Desktop.
Shoutcast streaming with HTML5
<!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