Skip to main content
Participant
September 25, 2015
Question

How to play an HTTP Live Stream in HTML5?

  • September 25, 2015
  • 1 reply
  • 742 views

I have an HTTP Live Stream set up and am able to pull and play the live stream on apple devices.  My problem is I can't figure out how to play the stream in an HTML5 player in a browser.  I have the encoder set up correctly as I can view my stream through the AMS Sample Video player.  Any information or help would be greatly appreciated. 

    This topic has been closed for replies.

    1 reply

    daiyokocc
    Participating Frequently
    October 4, 2015

    Sample:

    <video width="356" height="200" controls>

         <source src="link/file.mp4" type="video/mp4" />

    </video>