Description
Thanks for creating this. I was able to make it work after a couple of workarounds that I would like to highlight
-
https://github.com/erkexzcx/stalkerhek/blob/master/stalker/authentication.go#L44
Unfortunately my provider was usingtoken
instead ofToken
, so even though new Token was being returned it was not being used as it didn't match the field. -
https://github.com/erkexzcx/stalkerhek/blob/master/hls/request_handlers.go#L20
I think links should be made absolute rather than relative. I found no app on IOS that would respect relative links except VLC. Once I changed this to absolute it started working with all of those apps.
I might have more suggestion as I start rolling back the changes I made to make it work. I will keep you updated.