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

Add support for ProPresenter #1

Open
croemmich opened this issue Dec 30, 2020 · 0 comments
Open

Add support for ProPresenter #1

croemmich opened this issue Dec 30, 2020 · 0 comments

Comments

@croemmich
Copy link
Owner

croemmich commented Dec 30, 2020

Support for PP6 and PP7 should be automatic as the APIs necessary are compatible.

Cue time remaining is available in stagedisplay API: ws://host:port/stagedisplay

Login:

{"pwd":"password","ptl":610,"acn":"ath"}

Listen for:

{
	"acn": "vid",
	"uid": "00000000-0000-0000-0000-000000000000",
	"txt": "--:--:--"
}

End txt values: "--:--:--", "00:00:00", "-00:00:00"

Total time and time elapsed will need to be calculated.

Current cue name is available in remote API: via ws://host:port/remote

Login:

{"action":"authenticate","protocol":"700","password":"password"}

Determine current slide index:

{"action":"presentationSlideIndex"}

Also is broadcast on cue via:

{
  "presentationPath": "0:0",
  "action": "presentationTriggerIndex",
  "slideIndex": 6
}

Grab slideLabel from:

{ "action":"presentationCurrent", "presentationSlideQuality": 25}
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

1 participant