VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. I need HTML5 player, which I need embedded on website.
    VLC plugin doesn't work in Chrome, so If anybody know some solution?
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    The html5 player is built in in all latest browsers.

    Code:
    <video width="320" height="240" controls>
      <source src="movie.mp4" type="video/mp4">
      <source src="movie.ogg" type="video/ogg">
    Your browser does not support the video tag.
    </video>
    http://www.w3schools.com/html/html5_video.asp
    Quote Quote  
  3. This is for mp4 and ogg, and doesn't work with m3u8 file.

    Originally Posted by Baldrick View Post
    The html5 player is built in in all latest browsers.

    Code:
    <video width="320" height="240" controls>
      <source src="movie.mp4" type="video/mp4">
      <source src="movie.ogg" type="video/ogg">
    Your browser does not support the video tag.
    </video>
    http://www.w3schools.com/html/html5_video.asp
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!