chromecast - Cast Entire Android Screen using Cast API -


is there way cast entire android screen chromecast using cast api? not want implement custom receiver, mirror tablet/device screen tv pressing button on app.

you need use remotedisplay apis , build local view on phone (which doesn't need visible on phone, can if want to) , use abovementioned apis present on tv. that, don't need use custom receiver, remotedisplay documentation explains too. note shows view (which part of app) on tv screen; cannot programmatically mirror phone's screen on tv outside of own app (and designated view).


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -