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 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.

Arnei added 4 commits December 1, 2025 14:36
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 force-pushed the extended-capture-agent-api branch from 88b25fb to fabf651 Compare December 1, 2025 13:36
@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2025

This pull request is deployed at test.admin-interface.opencast.org/1465/2025-12-01_13-37-13/ .
It might take a few minutes for it to become available.

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

Labels

type:enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant