Questions tagged [mediarouteproviderservice]

3 questions
1
vote
1 answer

How to share a video between Android devices using MediaRouting

Currently I'm getting into the MediaRoute Android classes. I've followed and understood the examples and I'm trying to share a video between two devices, for instance, two tablets with the same hardware. I have two custom apps. The MediaRouter…
Nagrien
  • 36
  • 5
1
vote
1 answer

Android Cast SDK V3 and MediaRouteProviderService

I was using cast SDK v2 to cast media on routes provided MediaRouteProviderService which was working great. Now I am migrating to SDK v3 and its states In v3, the discovery process is started and stopped automatically by the framework when the…
ingsaurabh
  • 15,249
  • 7
  • 52
  • 81
0
votes
0 answers

Android cast devices (Available Routes) are not showing on MediaRouterDialog in android?

I want to cast a local video to android tv or smart tv and I'm using the MediaRouter API for this but routes are not discovering on MediaRouterDialog event a youtube or other casting apps discovering the devices on the same LAN network. I'm using…