Skip to content

Conversation

@Arnei
Copy link
Member

@Arnei Arnei commented Oct 13, 2025

Basic demonstration implementation for opencast/opencast#6992

Show all places in the code that need to be modified in order to allow for new capture agent capabilties in Opencast. Implements the properties/capabilties that opencast/opencast#6992 describes as "set":

Bildschirmfoto vom 2025-10-13 09-40-59

Related backend PR: opencast/opencast#7114

Arnei added 4 commits October 9, 2025 17:09
Adds a new field "stream" to the possible capture agent settings as an
example. Shows you all the files you need to touch to get this done.
With extra validation logic
@Arnei Arnei added the type:enhancement New feature or request label Oct 13, 2025
@github-actions
Copy link
Contributor

This pull request has conflicts ☹
Please resolve those so we can review the pull request.
Thanks.

@github-actions
Copy link
Contributor

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/opencast-admin-interface:pr-1465

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/opencast-admin-interface:pr-1465

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant