No description
  • Python 80.7%
  • Shell 10.9%
  • Makefile 7.3%
  • Dockerfile 1.1%
Find a file
Daniel Calviño Sánchez f3b779ac4c
Merge pull request #86 from nextcloud/show-error-message-when-urls-are-duplicated-in-the-configuration
fix: Show error message when URLs are duplicated in the configuration
2026-04-13 02:45:22 +02:00
.github ci(deps): bump actions/setup-python in /.github/workflows 2026-01-31 02:05:05 +00:00
docker-compose build(reuse): Add SPDX header 2025-03-31 08:34:56 +02:00
docs Merge pull request #85 from nextcloud/treat-https-and-wss-as-equivalent-in-signaling-url 2026-04-09 19:32:02 +02:00
LICENSES ci(reuse): Add reuse check 2025-03-31 08:34:57 +02:00
packaging Bump requests version to 2.32.4 2025-11-13 14:26:32 +01:00
src/nextcloud/talk/recording fix: Show error message when URLs are duplicated in the configuration 2026-04-09 19:39:30 +02:00
tests fix: Show error message when URLs are duplicated in the configuration 2026-04-09 19:39:30 +02:00
AUTHORS.md feat: Add support for specifying Selenium driver and browser executable 2025-04-22 11:41:47 +02:00
CHANGELOG.md Add changelog for 0.2.1 2025-11-13 18:26:20 +01:00
LICENSE.txt Add skeleton for Python package 2023-02-14 10:37:18 +01:00
pyproject.toml fix: Show error message when URLs are duplicated in the configuration 2026-04-09 19:39:30 +02:00
README.md docs(readme): Add reuse status badge 2025-03-31 08:34:58 +02:00
REUSE.toml Build charset-normalizer in Ubuntu 20.04 2025-11-13 14:26:32 +01:00
server.conf.in Merge pull request #57 from nextcloud/add-configuration-options-for-ffmpeg-inputs 2025-10-13 17:34:20 +02:00
start-container.sh build(reuse): Add SPDX header 2025-03-31 08:34:56 +02:00

Nextcloud Talk Recording Server

REUSE status

This is the official recording server to be used with Nextcloud Talk (https://github.com/nextcloud/spreed).

It requires the standalone signaling server for Nextcloud Talk (https://github.com/strukturag/nextcloud-spreed-signaling).

The recording server only provides an HTTP API. It is expected that TLS termination will be provided by an additional component, like a reverse proxy.