android - iOS extend controller and miniplayer won't handle event using chromecast receiver based on shaka player -
i'm using https://github.com/google/shaka-player/tree/master/demo/cast_receiver
with ios client , android client. ios it's base on:
https://github.com/googlecast/castvideos-ios
with android there no problem doing seek, pause, play on miniplayer or extended controller provided google, when cast video on shaka player receiver.
in ios receive messages:
-[gckmediacontrolchannel mediasessionid] calling method requires media status no media status, ignoring; make sure media loaded, media channel has received status, , method not being called while device manager attempting reconnect
and other logs:
-[gckuimediacontroller updatetransportcontrols] updatetransportcontrols; mediaclient , mediastatus , _currentrequest -[gckuimediacontroller request:didfailwitherror:] request 15 failed error error domain=com.google.gckerror code=32 "no media session available" userinfo={nslocalizeddescription=no media session available}
Comments
Post a Comment