From f8db52ca52e87291df71c19be323f41d31717b04 Mon Sep 17 00:00:00 2001 From: fayer3 Date: Sun, 20 Dec 2020 13:44:42 +0100 Subject: [PATCH] 0.4.15: fix playback of livestreams --- addon.xml | 4 +++- changelog.txt | 4 +++- resources/lib/plugin.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/addon.xml b/addon.xml index c17a6ff..fcc6b7d 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -76,6 +76,8 @@ - ändernder VOD Abfrage zu der vom Server erhaltenen, dies limitiert tie Auflösung auf SD ohne Plus+. 0.4.14: - beheben von padding Fehler. +0.4.15: +- wiedergabe von livestreams behoben resources/icon.png diff --git a/changelog.txt b/changelog.txt index ba64e0a..c915c2b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -80,4 +80,6 @@ v0.4.12: v0.4.13: - change VOD request to the one received from the server, this limits playback in most cases to SD resolution without Plus+. v0.4.14: -- fix padding error. \ No newline at end of file +- fix padding error. +v0.4.15: +- fix playback of livestreams \ No newline at end of file diff --git a/resources/lib/plugin.py b/resources/lib/plugin.py index 7903147..7e83591 100644 --- a/resources/lib/plugin.py +++ b/resources/lib/plugin.py @@ -1097,7 +1097,7 @@ def play_live(stream_id, brand, _try=1): video_url = video_data['videoUrl'] video_url_data = u'' - if 'vmap'in video_data and video_data['vmap'] != None: + if 'vmap'in video_data and video_data['vmap']: #got add, extract mpd log(u'stream with add: {0}'.format(video_url)) #return