I created a SampleMediaRouteProvider
as given in https://github.com/googlesamples/android-MediaRouter. In this sample there is also a MediaRouter
that discovers all MediaRouteProviders
in the network.
This SampleMediaRouteProvider
is visible in the same device to other apps but its not visible to apps on other device in the same network.
Can you please help me to get MediaRouteProvider
visible in wifi network.
Iam looking to create a MediaRenderer
on a Android device that I could use to cast audio from other Android devices.