Skip to content

Having multiple senders connected, keep playing when one device disconnects #55

Description

@pau-carreno

Hi Team,

I'm trying a find a solution where having multiple senders connected to a receiver, when one of them is disconnected, the playback keeps playing.

I have found that in the sender we can set some parameters when disconnecting to keep playing, but the receiver always stops.

In Android we are trying to disconnect in different ways to try to achieve this:
mediaRouter.unselect(MediaRouter.UNSELECT_REASON_DISCONNECTED)
sessionManager.endCurrentSession(false)
mediaRouter.selectRoute(mediaRouter.defaultRoute)

Please let me know it this is possible and how it could be done?

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions