Unofficial-Whisperplay-Fling-Helpline / wp

Placeholder repo so I can have a bug tracker.
0 stars 0 forks source link

Hi, I'm trying to implement casting via Android to a built-in Fire stick #3

Open raphaelbgr opened 1 year ago

raphaelbgr commented 1 year ago

As I see, the AmazonFling.jar and the WhisperPlay.jar are still on the old package architecture (android V7), I am trying to use it today in 2022 but my project is based on AndroidX. I'm trying to use FlingMediaRouteProvider with the AndroidX MediaRouter, but the MediaRouter want's a subclass of AndroidX MediaRouter and FlingMediaRouteProvider is a subclass of a V7 MediaRouter.

Can you help me?

MediaRouter mediaRouter = MediaRouter.getInstance(requireContext())
.addProvider(new FlingMediaRouteProvider(requireContext(), defaultBuiltInServiceId));