Reference Chrome Sender w/ Framework API: CastVideos-chrome application shows how to cast videos from Chrome browser that is fully compliant with the Cast Design Checklist.
Hi,
I think that it would be better to switch to remote controller event driven rather than setInterval in Chrome browser.
But, I think that it is necessary to check IdleReason.FINISHED. if L452: endPlayback is originally intended, but I did not know how to check it.
Please give me advice and review.
Hi, I think that it would be better to switch to remote controller event driven rather than
setInterval
in Chrome browser. But, I think that it is necessary to checkIdleReason.FINISHED
. ifL452: endPlayback
is originally intended, but I did not know how to check it. Please give me advice and review.