12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- allowCache: true,
- discontinuityStarts: [],
- mediaGroups: {
- AUDIO: {
- "audio-lo": {
- "English": {
- autoselect: true,
- default: true,
- language: "eng",
- },
- "Français": {
- autoselect: true,
- default: false,
- language: "fre",
- uri: "frelo/prog_index.m3u8"
- },
- "Espanol": {
- autoselect: true,
- default: false,
- language: "sp",
- uri: "splo/prog_index.m3u8"
- }
- },
- "audio-hi": {
- "English": {
- autoselect: true,
- default: true,
- language: "eng",
- uri: "eng/prog_index.m3u8"
- },
- "Français": {
- autoselect: true,
- default: false,
- language: "fre",
- uri: "fre/prog_index.m3u8"
- },
- "Espanol": {
- autoselect: true,
- default: false,
- language: "sp",
- uri: "sp/prog_index.m3u8"
- }
- }
- },
- VIDEO: {},
- "CLOSED-CAPTIONS": {},
- SUBTITLES: {}
- },
- playlists: [{
- attributes: {
- "PROGRAM-ID": 1,
- BANDWIDTH: 195023,
- CODECS: "mp4a.40.5",
- AUDIO: "audio-lo",
- },
- timeline: 0,
- uri: "lo/prog_index.m3u8"
- }, {
- attributes: {
- "PROGRAM-ID": 1,
- BANDWIDTH: 260000,
- CODECS: "avc1.42e01e,mp4a.40.2",
- AUDIO: "audio-lo"
- },
- timeline: 0,
- uri: "lo2/prog_index.m3u8"
- }, {
- attributes: {
- "PROGRAM-ID": 1,
- BANDWIDTH: 591680,
- CODECS: "mp4a.40.2, avc1.64001e",
- AUDIO: "audio-hi"
- },
- timeline: 0,
- uri: "hi/prog_index.m3u8"
- }, {
- attributes: {
- "PROGRAM-ID": 1,
- BANDWIDTH: 650000,
- CODECS: "avc1.42e01e,mp4a.40.2",
- AUDIO: "audio-hi"
- },
- timeline: 0,
- uri: "hi2/prog_index.m3u8"
- }],
- segments: []
- }
|