-
Notifications
You must be signed in to change notification settings - Fork 95
Description
Context: Application won't remake the connection on a second cast.
I use application.Load(url, ...) to cast. (Detached)
This works and I can send further commands like Seek and Pause etc.
But then if I cast again, this call hangs even though the cast is successful.
Then the connection will also be broken.
Further commands will either return no err but won't do anything (Pause/Seek etc) or it'll say no media loaded.
I tried to make a sense of it but couldn't.
More Info: I'm using a custom receiver https://github.com/SomeoneIsWorking/cast-videojs
Maybe the fault is in there.
But neither default with useShakaForHls or my other custom player (https://github.com/SomeoneIsWorking/CastReceiver/ again with useShakaForHls) which I forked from Google's example repo can't even play the media I use for some reason.