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

[FEATURE]-Add support for Presentation ExternalSource features #17

Open
cdenig opened this issue Mar 16, 2023 · 1 comment
Open

[FEATURE]-Add support for Presentation ExternalSource features #17

cdenig opened this issue Mar 16, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@cdenig
Copy link

cdenig commented Mar 16, 2023

Is your feature request related to a problem? Please describe.
It would be very useful for rooms where main control panel is a Cisco to support the Presentation ExternalSource features.

Describe the solution you'd like

  • Add External Sources array to configuration.
    • Define info to create ExternalSource on codec.
    • Define Switcher or SourceList elements?
  • As part of codec init, ExternalSource RemoveAll and add configured Sources
    • Manual trigger
  • Set State of Sources
    • Ready, NotReady, Hidden, Error
    • Source of Truth from SIMPL bridge? from direct fb of switcher?
    • Codec will not display source unless active video (or scaler showing blank screen)
    • Codec will not show active sharing unless active video is ingested by codec
    • NOTE: this cannot be queried, only get a generic StateResult (state=OK) type response
  • Add Select Sources from SIMPL event via bridge
    • Example would be to auto-detect video sync in SIMPL and start sharing immediately
    • NOTE: do not send Select on Source_Routed_Fb events. Cisco isn't that smart.
  • Add signals to JoinMap so can communicate over a bridge

Describe alternatives you've considered
An alternative would be to use a command passthrough to bridge and let logic and command/response handling occur in SIMPL.

Additional context
Add any other context or screenshots about the feature request here.

@cdenig cdenig added the enhancement New feature or request label Mar 16, 2023
@TrevorPayne
Copy link
Contributor

THis is somethign I'm interested in getting added - but it's not been something I've needed.

I say add it :D

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

No branches or pull requests

2 participants