feature: Switcher #7
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cwtv/portier#7
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We're sometimes abusing the internal RTMP failover of a multi-node origin-edge SRS cluster to "switch" between two sources without interrupting the RTMP session. It kind of works, but is peak jank.
Ideally, we want to have a very simple headless switcher which is able to take n inputs, and seamlessly switch between those through remote signals (e.g. websocket/http).
One possible implementation here could be https://github.com/ffplayout/ffplayout, which seems to support the required functions for this.
Another possible implementation would be to build this on top of Gstreamer, wrapped in Python.