Quantcast
Channel: support.jwplayer.com :: Streaming
Viewing all articles
Browse latest Browse all 2800

Using playlist / sources for Live and VOD playback?

$
0
0
So, Im trying to set up our JW PRO to play a live stream if it exist, and if it does not (it has ended) then have it play the vod files (3 different qualities). First i tried setting it up by pointing the first source in the playlist to the live stream labeling it LIVE and the next three sources to the VOD files labeling them 720p/360p/240p respectively. This works file for when the source is Live. But if I load the page when the live source no longer exist it will throw "Cannot load M3U8: No levels to play". So then I tried moving the live source out of the sources and adding it as a playlist item instead. This works fine for when the stream is VOD (no labels or quality selection though, seems like it only grabs the first source). But if it is a Live stream the player throws me "Cannot load M3U8: 404 File not found". It feels like I'm missing something obvious... Code for first example / Works for Live: (https://epi-resurs.slu.se/avs/stream/livevod/?title=Test&appname=pexip&streamname=b730f36f-4359-43bf-be1b-20d6dec57714&image=bild) 'playlist': [{ 'image': 'image/bild.jpg', 'title': 'Test', 'sources': [{ 'file': 'https://57c94ad4a346c.streamlock.net/pexip/ngrp:b730f36f-4359-43bf-be1b-20d6dec57714_all/playlist.m3u8', 'label': 'Live' },{ 'file': 'https://57c94ad4a346c.streamlock.net/vod/_definst_/mp4:pexip/b730f36f-4359-43bf-be1b-20d6dec57714_720p.mp4/playlist.m3u8', 'label': '720P' },{ 'file': 'https://57c94ad4a346c.streamlock.net/vod/_definst_/mp4:pexip/b730f36f-4359-43bf-be1b-20d6dec57714_360p.mp4/playlist.m3u8', 'label': '360P' },{ 'file': 'https://57c94ad4a346c.streamlock.net/vod/_definst_/mp4:pexip/b730f36f-4359-43bf-be1b-20d6dec57714_240p.mp4/playlist.m3u8', 'label': '240P' }] }] }); Code for second example / works for VOD: (https://epi-resurs.slu.se/avs/stream/livevod/index2.cfm?title=Test&appname=pexip&streamname=b730f36f-4359-43bf-be1b-20d6dec57714&image=bild) 'playlist': [{ 'image': 'image/bild.jpg', 'file': 'https://57c94ad4a346c.streamlock.net/pexip/ngrp:b730f36f-4359-43bf-be1b-20d6dec57714_all/playlist.m3u8', 'title': 'Test', 'sources': [{ 'file': 'https://57c94ad4a346c.streamlock.net/vod/_definst_/mp4:pexip/b730f36f-4359-43bf-be1b-20d6dec57714_720p.mp4/playlist.m3u8', 'label': '720P' },{ 'file': 'https://57c94ad4a346c.streamlock.net/vod/_definst_/mp4:pexip/b730f36f-4359-43bf-be1b-20d6dec57714_360p.mp4/playlist.m3u8', 'label': '360P' },{ 'file': 'https://57c94ad4a346c.streamlock.net/vod/_definst_/mp4:pexip/b730f36f-4359-43bf-be1b-20d6dec57714_240p.mp4/playlist.m3u8', 'label': '240P' }] }] });

Viewing all articles
Browse latest Browse all 2800

Trending Articles