chromecast - Can a custom Android Media Route Provider appear in the Cast dropdown list? -


media route providers declare entities can receive media, seems don't appear in same list chromecast in applications netflix.

is there way me make media route provider can stream common application (youtube/netflix, etc)?

i suspected might possible setting category in provider result of castmediacontrolintent.categoryforcast(castmediacontrolintent.default_media_receiver_application_id) didn't seem work. (when set this, custom test player can see youtube etc still don't see castable devices).

it possible create cast receiver, rather have treated local within android.

no, cannot stream non-official cast receiver using youtube or netflix. both of them use official cast android sdk automatic authentication check official cast receiver whatever try use there not work.

however, can inject routes cast receiver list see in youtube , netflix. problem facing in regard youtube , netflix searching own app ids , not default media receiver. need figure out app ids before can inject list.


Comments