kingdase

Results 3 comments of kingdase

Same on Raspberry 3B+ , Image is: balena-cloud-air-pi-play-raspberrypi3-2.83.21+rev1-v12.10.3 iPhone is: XR with 15.0.1 Monitor on Raspberry is only displaying the balena hub logo in green

The base64 decode problem comes from https://github.com/tellytv/go.xtream-codes/blob/master/base64.go Orignal from https://github.com/manifoldco/go-base64/blob/master/base64.go **Why does the EPG data has to be processed at all?** As a proxy, it should simply be passed through...

RawURLEncoding is without padding. So remove the '=' in my example and it works. For a workaround, you can replace _RawURLEncoding_ with _StdEncoding_ in UnmarshalJSON function. ``` UnmarshalJSON ( []byte("\"WkRGLU1vcmdlbm1hZ2F6aW4\"")...