luvolondon / fvtt-module-jitsiwebrtc

Jitsi WebRTC client for FVTT
32 stars 8 forks source link

Feature: Allow configuring of live streaming for the meeting #23

Open Klindel opened 4 years ago

Klindel commented 4 years ago

Jitsi and meet.jit.si support hooking up of a live stream to YouTube, would be awesome if this was supported via the module

luvolondon commented 4 years ago

Hi, the module atm only uses the low level API of Jitsi Meet: https://github.com/jitsi/lib-jitsi-meet/blob/master/doc/API.md

For live streaming the Jibri lib needs to be added: https://github.com/jitsi/jibri/blob/master/doc/apis.md So this first is a setup task on your Jitsi server. To control (start/stop/status) the streaming, the Jibri API needs to be added to the module: https://github.com/jitsi/jibri/blob/master/doc/xmpp_api.md

It would be a nice addition to the module for sure.