Skip to content

Instantly share code, notes, and snippets.

@EricTendian
Created February 5, 2023 19:01
Show Gist options
  • Save EricTendian/7c4743a6d8fbf9db80dd2ad6a42bdd45 to your computer and use it in GitHub Desktop.
Save EricTendian/7c4743a6d8fbf9db80dd2ad6a42bdd45 to your computer and use it in GitHub Desktop.
Created March 17 2014
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Chicago Police Zone 4 - Dist 1 and 18 Live Audio Feed</title>
<script src="mediaelement/jquery.js"></script>
<script src="mediaelement/mediaelement-and-player.min.js"></script>
<link rel="stylesheet" href="mediaelement/mediaelementplayer.min.css" />
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-4">
<h1>Chicago Police Zone 4</h1>
<h2>Dist 1 and 18 Live Audio Feed</h2>
<p>Chicago Police Zone 4.. 1st District-Central..18th District-Near North.. Zone cover Downtown Chicago, Lake Shore Drive, Mag Mile, Navy Pier, Central Detention</p>
<audio id="player" src="/cpd.php" type="audio/mp3" controls="controls"></audio>
<p><em>Audio repeater of <a href="http://www.broadcastify.com/listen/feed/15380">the Broadcastify feed.</a></em></p>
<p>Mirrored by <a href="http://tendian.io/">Tendian.io</a></p>
<a href="https://twitter.com/EricTendian" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @EricTendian</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<script>
//$('audio,video').mediaelementplayer();
var player = new MediaElementPlayer('#player', {audioWidth: 200, features: ['playpause','current','volume']});
player.play();
</script>
</div>
<div class="col-md-8">
<h1>#LSDstandoff Helicopter Live Video</h1>
<h3>Currently unavailable. Please find a new feed.</h3>
<!--<embed src="http://www.cbsnews.com/common/video/cbsnews_player.swf" scale="noscale" salign="lt" type="application/x-shockwave-flash" background="#000000" width="600" height="400" allowFullScreen="true" allowScriptAccess="always" FlashVars="pType=embed&si=254&pid=TiGLGtxzSPKe&url=http://www.cbsnews.com/videos/cbsnewscom-live-video-2" />-->
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment