From 867a0bf36b887657322752fa5ab89e02e3f16f31 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 17 Dec 2021 10:35:26 +0100 Subject: [PATCH] disabilitato inputsream adaptive in streamingcommunity --- channels/streamingcommunity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/streamingcommunity.py b/channels/streamingcommunity.py index 63793e13..ba6891bd 100644 --- a/channels/streamingcommunity.py +++ b/channels/streamingcommunity.py @@ -234,4 +234,4 @@ def play(item): url = 'https://scws.xyz/master/{}?token={}&expires={}&n=1'.format(scws_id, token, expires) - return [item.clone(title = channeltools.get_channel_parameters(item.channel)['title'], server='directo', url=url, manifest='hls')] + return [item.clone(title = channeltools.get_channel_parameters(item.channel)['title'], server='directo', url=url)]