Is the protocol used by googlecast audio for multiplayer synchronization documented somewhere? I know the single player is here https://github.com/thibauts/node-castv2, but the internet seems to be mute about the sync version
Thank you
Is the protocol used by googlecast audio for multiplayer synchronization documented somewhere? I know the single player is here https://github.com/thibauts/node-castv2, but the internet seems to be mute about the sync version
Thank you
As already announced in Google Developers Blog last May 2015,
To make it easier to synchronize game state across a potentially large number of players, Google Play services 7.5 introduces the Cast Game Manager API.
Likewise, it was stated in Communication Model that
you don't have to write lots of code to keep the players and the game synchronized; the game manager does it for you.
Please try going through the given documentation for more information. Hope that helps!
If you are referring to "multi-room" synchronization of Cast Audio devices across multiple speakers, that is a proprietary protocol and is not published.