Jwplayer không chạy được link m3u8 cùng link mp4

Discussion in 'Thảo Luận Chung' started by nguagovt, Oct 7, 2017.

  1. nguagovt

    nguagovt Sơ Nhập Giang Hồ

    Ai biết setup để link m3u8 chạy cùng link mp4 với.
    Trong link m3u8 có các định dạng to hơn
    Thank.
    Code:
    <script type="text/javascript">
    jwplayer("myJWplayer").setup({
    "playlist": [
        {
        "image": "",
          "sources": [       
            {
              "file": "//d2zihajmogu5jn.cloudfront.net/elephantsdream/ed_hd.mp4",
              "label": "250p",
              "type": "mp4"
            },     
            {
              "default": true,       
              "file": "//vjs.zencdn.net/v/oceans.mp4",
              "label": "360p",
              "type": "mp4"
            },       
            { 
              "file": "https://content.jwplatform.com/manifests/pVI22mfa.m3u8",
              "label": "0",
              "type": "hls",         
            },   
          ]
        }
      ],
      "provider": "video",
      width: "300px",
      skin: {name: "tube",active: "#2ecc71",inactive: "#27ae60"},
      "preload": "none",
      "primary": "html5",
      "aspectratio": "16:9",
      "hlshtml": true
    });</script>
    
     
  2. Hoa Mãn Lâu

    Hoa Mãn Lâu Trưởng Môn

    Up full code lên ae xem thử nào thím. Mới biết mà phán nà
     
  3. nguagovt

    nguagovt Sơ Nhập Giang Hồ

    Full rồi mà chỉ thiêu file jwplayer thôi.