Open beatsmaster opened 9 years ago
Maybe there is something broken on your Python installation or in the Livestreamer, because here it works fine. The main playlist send an cookie an Livestreamer stores it to use on the requests made onwards, there is no need to declare an "--http-cookie"
Livestreamer by default sends an user-agent as Python, maybe they have implemented an security measure to block it. Try using and "--http-header=User-Agent="
this request is somewhat related to #704
I'm trying to capture a live stream from globo.com which is hls m3u8 based
this gives: (403 Client Error: Forbidden)
if I pass a cookie via the --http-header switch it works
that cookie is only valid for 300 seconds, after that time
In FireFox I can see my "vssession cookie" has indeed changed, this changed cookie is not passed to livestreamer when capturing.
Is there a way I can make livestreamer update that cookie automatically? Any help would be appreciated.
The streaming website (http://globosatplay.globo.com) is only accessible via subscription.
un saludo