Live stream · Flowplayer

Video type:

<head/>

<style>

Turn off all duration-related UI elements:

/* hide scrubber and duration (+ remaining) */
.flowplayer .fp-timeline, .flowplayer .fp-duration, .flowplayer .fp-inverted {
   display: none;
}

<body/>

Streams are picked in this order:

  1. HLS stream in the HTML5 engine in browsers which can play HLS
  2. RTMP stream in the Flash engine
<div class="flowplayer play-button fixed-controls"
   data-rtmp="rtmp://videocdn.anycastcdn.net/nss-live/play"
   data-swf="//releases.flowplayer.org/5.3.2/flowplayer.swf">

   <video>
      <source type="application/x-mpegurl"
         src="http://nssradiotv.videocdn.scaleengine.net:1935/nss-iphone/live/nss.stream/playlist.m3u8">
      <source type="video/flash" src="nss.stream">
   </video>

</div>