wseemann / RoMote

Open source Roku remote. Turn your Android Device into a control center for your Roku Player and Roku TV.
Apache License 2.0
109 stars 29 forks source link

Add casting support #8

Closed thirashima closed 5 years ago

thirashima commented 5 years ago

Would it be out of scope to add media casting support? The official Roku app does this, but only allows you to cast photos or videos that are on your device. Being able to share a media URL and have your Roku play it would be a super useful feature. There are a lot of paid apps that do this, but an open source solution would be great!

wseemann commented 5 years ago

Thanks for the suggestion @thirashima however adding casting support for this application probably won't happen. Apps like YouTube appear to use some sort of DIAL protocol implementation and I can't find an open source implementation to use. Writing one from scratch would take far too much time just to achieve basic casting support. Roku's Android app likely makes use of some internal API to enable casting. Much like private listening, I can't add support for features like this unless Roku makes the APIs available.