I would like to write an app that displays a list of TV streams and enables the user to cast the streams to Chromecast. Some of the streams are supported by CC, while others aren't. I was able to - cast streams which are supported using a library (Casty, https://github.com/DroidsOnRoids/Casty - it uses RemoteMediaClient) - play others on a Display and cast that using a Presentation and CastRemoteDisplayLocalService ("remote display with presentation" method) I was not yet able to combine the two. The classes and pieces used by them seem quite unrelated (to me, as an Android beginner).
Could anyone help me by telling whether this combination can be done and in a nutshell, how? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/b09833cc-10b6-407d-855f-e811a67e1742%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

