Live streaming video in HTML5

20,982

I recommended you to use Wowza Media Server ( Ofcourse there are several streaming servers are there. Wowza delivers video/audio with great performance and service ) I am using it for my projects. It also supports opensource players like flow player, Jw players etc.. Install Wowza Media Server on your machine and create a live application on it and start broadcast. You need an encoder for live streaming, You can use Adobe Flash Media Live Encoder for testing. Wowza can able to broadcast the videos to iphone, Webpage, etc.,

Share:
20,982
jan
Author by

jan

Updated on November 08, 2020

Comments

  • jan
    jan over 3 years

    I need to develop a web application, it needs to support IE9 as well as iPad and Android tablets. The problem I am facing is that the client is required to show live streaming video on all the pages. How can I implement live streaming video in HTML5?

  • jan
    jan about 12 years
    But Wowza support only some limited browsers. and also my client not accept to go Wowza.Is HLS Streaming will support IE9,Chrome,opera,safari,iPad and Android Tablets? i used this code its not working <video src="devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u‌​8" height="300" width="400"> </video>
  • jan
    jan about 12 years
    For live streaming video? its
  • Naveen Kumar
    Naveen Kumar about 12 years
    Change the src to where the Video is
  • d33pika
    d33pika over 11 years
    See this link: longtailvideo.com/html5/hls to check support for HLS by various browsers