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

feat: create html and media sources in api #48

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Saelmala
Copy link

@Saelmala Saelmala commented Oct 21, 2024

This PR:

Instead of using a WebSocket to create HTML and Media sources, the REST API is used since the functionality is in place now.
When adding a HTML/Media source to a production, the user is able to specify a URL (for HTML) or filename (Media) beforehand which will mean that when the production is started, those will already be loaded in the multiview. It is possible to also leave these blank, and instead load something later using the media load <input_slot> and html load <input_slot> commands.

Modal to add HTML:

Modal to add Media:

@Saelmala Saelmala self-assigned this Oct 21, 2024
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

Successfully merging this pull request may close these issues.

2 participants