Skip to content

Conversation

@m3szi
Copy link

@m3szi m3szi commented Sep 3, 2025

Summary:

  • update techteamer fork with meetecho v.1.3.2

References:

YouTrack ticket(s):

FKITDEV-4638 devel - janus frissítés

Related PR(s):

nothing

Alessandro Toppi and others added 30 commits November 12, 2024 10:32
Alessandro Toppi and others added 26 commits May 19, 2025 12:03
…etecho#3546)

To enable libnice logging:
- Set NICE_DEBUG env var to "all" or one of these values
https://gitlab.freedesktop.org/libnice/libnice/-/blob/ae3eb16fd7d1237353bf64e899c612b8a63bca8a/agent/debug.c#L59
- Set G_MESSAGES_DEBUG env var to "all" or one of these values
https://gitlab.freedesktop.org/libnice/libnice/-/blob/ae3eb16fd7d1237353bf64e899c612b8a63bca8a/agent/debug.c#L67

E.g.
NICE_DEBUG=nice G_MESSAGES_DEBUG=libnice /path/to/janus/bin
* Listen for an optional signal handler for log rotation

Add a CLI parameter "--log-rotate-sig" / "-R" and a jcfg option "log_rotate_sig" to setup a signal handler used for log rotation.
The only supported values are "SIGUSR1" and "SIGHUP" for now.
The handler will reload (flush, close, open) the log file when receiving the signal.
By default the option is unset, which disables the signal handler for log rotation.

* Make janus_log_rotate_sig static
…3557)

Check if a session is destroyed before requesting a PLI.
Cleanup remote publisher's subscriber streams in a safe way.
@m3szi m3szi marked this pull request as ready for review September 17, 2025 08:57
@bencelaszlo bencelaszlo self-requested a review September 22, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.