Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. hgordin
    H
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    hgordin

    @hgordin

    0
    Reputation
    1
    Posts
    873
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    hgordin Follow

    Posts made by hgordin

    • RE: Play m3u8 file on HTML5 video player

      Use the following to open .m3u8 video:

      <link href=“https://vjs.zencdn.net/6.6.3/video-js.css” rel=“stylesheet”>
      <script src=“https://vjs.zencdn.net/6.6.3/video.js”></script>
      <script src=“https://unpkg.com/videojs-flash/dist/videojs-flash.js”></script>
      <script src=“https://unpkg.com/videojs-contrib-hls/dist/video js-contrib-hls.js”></script>

      <video class=“video-js vjs-default-skin vjs-big-play-centered” data-setup=’{“controls”: true, “autoplay”: true }’>
      <source src=“http://sample.vodobox.net/skate_phantom_flex_4k/skate_phantom_flex_4k.m3u8” type=“application/x-mpegURL”>
      Your browser does not support HTML5 video.
      </video>

      posted in Developer Corner
      H
      hgordin