Marcel Hellkamp

Results 53 issues of Marcel Hellkamp

Currently, templates are handled globally. This makes it hard to add app-specific helper functions to the template namespace when mounting additional apps. Templates should be handled by the application object...

Autodoc correctly detects class aliases (two names referencing the same class) and generates a short `alias of OtherClass` hint instead of redundant API documentation. References to members of that alias...

type:proposal

The standard flow for letting a user join a meeting is to create the meeting, generate a join URL and redirecting the user to that join URL. The join response...

Allow use of the core parsing functionality for other use cases (e.g. `multipart/byterange` as described in #73) by allowing users to subclass `MultipartSegment`. This is a WIP. First step was...

Provide a **MultipartBuilder** that can be used to produce valid `multipart/form-data` and offers an API that avoids user errors as much as possible. This can be used in tests or...

Feature
Discussion

## Scope and purpose I do not propose to merge this directly, but start a discussion on whether it would be a good idea to switch to a more specialized...

**Describe the bug** The "video" recording format does not respect overrides in `/etc/bigbluebutton/recording/recording.yml` and generates a `metadata.xml` with a bad `/recording/playback/link` value because it reads `playback_host` from `../bigbluebutton.yml` instead of...

status: accepted
deploy: configuration
module: recording

**Describe the bug** After enabling livekit as documented, `livekit-sip.service` is still disabled and will not start or restart automatically. The documentation does not mention that there are additional steps required...

status: accepted
module: core
module: livekit

Based on #385 but with additional fixes and adjustments needed after BBB 3.0.7 was releases.

The post-install script for `bbb-freeswitch-core` sets the `local_ip_v4` entry in `vars.xml` to the **public** IP address of the server. This tells freeswitch to listen to the public IP in most...

module: audio
status: verify