Skip to content

Extended capture agent api#1565

Open
Arnei wants to merge 4 commits intoopencast:developfrom
Arnei:extended-capture-agent-api
Open

Extended capture agent api#1565
Arnei wants to merge 4 commits intoopencast:developfrom
Arnei:extended-capture-agent-api

Conversation

@Arnei
Copy link
Copy Markdown
Member

@Arnei Arnei commented Apr 7, 2026

Originally #1465

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 April 7, 2026 09:39
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 Apr 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

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/admin-interface:pr-1565

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/admin-interface:pr-1565

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

This pull request is deployed at test.admin-interface.opencast.org/1565/2026-04-07_07-42-46/ .
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