Right now using the cast reference player I pass Infinity
as the second parameter on cast.player.api.Player.load()
when I want to play live content. How can I accomplish that with the CAF receiver?
Thanks.
Right now using the cast reference player I pass Infinity
as the second parameter on cast.player.api.Player.load()
when I want to play live content. How can I accomplish that with the CAF receiver?
Thanks.
You should use chrome.cast.media.StreamType.LIVE as the media type in the load request.