Filip Kastrup

Results 4 comments of Filip Kastrup

Note. To make the live audio hls scrubable on the cast receiver (my chrome-cast guy said) we added this: ```typescript playbackConfig.shakaConfig = { manifest: { // In Shaka player, we...

I guess this effectively makes this a feature request? After tinkering with the code, I found I can retrieve somewhat usable data using ```RemoteMediaClient.getApproximateLiveSeekableRangeStart(), RemoteMediaClient.getApproximateLiveSeekableRangeEnd(), and RemoteMediaClient.getApproximateStreamPosition()```. However, these values...

Thanks for the quick reply. For anyone else how has this problem,- I made it work by making a copy of the CastPlayer class and changing the empty method @Override...