Blame view

node_modules/m3u8-parser/test/fixtures/m3u8/alternateVideo.js 940 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
  {
    allowCache: true,
    discontinuityStarts: [],
    mediaGroups: {
      AUDIO: {
        aac: {
          English: {
            autoselect: true,
            default: true,
            language: "eng",
            uri: "eng/prog_index.m3u8"
          }
        }
      },
      VIDEO: {
        "500kbs": {
          Angle1: {
            autoselect: true,
            default: true
          },
          Angle2: {
            autoselect: true,
            default: false,
            uri: "Angle2/500kbs/prog_index.m3u8"
          },
          Angle3: {
            autoselect: true,
            default: false,
            uri: "Angle3/500kbs/prog_index.m3u8"
          }
        }
      },
      "CLOSED-CAPTIONS": {},
      SUBTITLES: {}
    },
    playlists: [{
      attributes: {
        "PROGRAM-ID": 1,
        BANDWIDTH: 754857,
        CODECS: "mp4a.40.2,avc1.4d401e",
        AUDIO: "aac",
        VIDEO: "500kbs"
      },
      timeline: 0,
      uri: "Angle1/500kbs/prog_index.m3u8"
    }],
    segments: []
  }