PDA

View Full Version : Help with this site


kops
04-26-2017, 04:17 AM
Hi.

Anyone has any experience with the site sekastream (https://sekastream.com/)?
I can't get it to work on any live event (tennis in particular) and would appreciate any help.

troller12
04-26-2017, 12:33 PM
Hi,

you have to use Referer paramter of the request.
streamlink --http-header "Referer=https://sekastream.com" hlsvariant://https://sdcdn.tk/edge/ntv-spor/playlist.m3u8 best
Just check this in browser webconsole if you pick the master playlist so there you can see the infos.
Host: sdcdn.tk
User-Agent: Mozilla/5.0
Accept: */*
Accept-Language: de,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate, br
Referer: https://sekastream.com/canli-tv-bot/index.php?id=0
Origin: https://sekastream.com
Connection: keep-alive
greetz

kops
06-25-2017, 05:47 AM
Hi,

you have to use Referer paramter of the request.


Hi troller12 and thank for the response.
I tried your solution and it worked for a while but lately I'm getting an error:

[cli][info] Found matching plugin stream for URL hlsvariant://https://sdcdn.tk/edge/ntv-spor/playlist.m3u8
error: Unable to open URL: https://sdcdn.tk/edge/ntv-spor/playlist.m3u8 (HTTPSConnectionPool(host='sdcdn.tk', port=443): Max retries exceeded with url: /edge/ntv-spor/playlist.m3u8 (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPS Connection object at 0x04091490>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)))

Any thoughts on how to fix this?

troller12
06-25-2017, 11:46 AM
Hi,

the address has changed to co instead of tk.
streamlink --http-header "Referer=https://sekastream.com" hlsvariant://https://sdcdn.co/edge/ntv-spor/playlist.m3u8 best
All working.

greetz