Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SnapCast API #6

Open
6 of 23 tasks
christf opened this issue Feb 4, 2019 · 1 comment
Open
6 of 23 tasks

Implement SnapCast API #6

christf opened this issue Feb 4, 2019 · 1 comment

Comments

@christf
Copy link
Owner

christf commented Feb 4, 2019

Provide a control socket that can be used by the existing android app that allows:

  • Allow multiple clients to be handled
  • Interpret json-rpc
  • Client.GetStatus
  • Client.SetVolume
  • Client.SetLatency
  • Client.SetName
  • Group.GetStatus
  • Group.SetMute
  • Group.SetStream
  • Group.SetClients
  • Server.GetRPCVersion
  • Server.GetStatus
  • Server.DeleteClient

Notifications

  • Client.OnConnect
  • Client.OnDisconnect
  • Client.OnVolumeChanged
  • Client.OnLatencyChanged
  • Client.OnNameChanged
  • Group.OnMute
  • Group.OnStreamChanged
  • Stream.OnUpdate
  • Server.OnUpdate

Supported by snapcastc but not by snapcast

  • Client.SetStream (snapcast groups clients, snapcastc does not do that yet)
@christf christf changed the title Android App Re-Use Implement SnapCast API Feb 6, 2019
@thecb1
Copy link

thecb1 commented Feb 6, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants