iGraveD
iGraveD
Configuring WireGuard to work with OpenIPC
RTMP push from Majestic to nginx RTMP module: size 0x0, fps 0, connection interrupts after some time
# Required information * Camera board id: ISVP, T31X * OpenIPC version: 2.4.08.19-lite * installation method: Majestic version which came with OpenIPC # Issue description I installed **nginx** with **RTMP**...
# Required information * Camera board id: ISVP, T31X * OpenIPC version: 2.4.08.24-lite * installation method: Majestic version which came with OpenIPC # Issue description Like `libnginx-mod-rtmp`, which I reported...
How to define multiple outgoing RTMP connections? E. g. ```yaml outgoing: enabled: true naluSize: 1200 server: - rtmp://a.rtmp.youtube.com/live2/key1 - rtmp://a.rtmp.youtube.com/live2/key2 ``` or, even better: ```yaml outgoing: - enabled: true naluSize:...