RTMP streaming option?

Hi all. Jitsi has a Youtube streaming option. But can it have a custom live streaming option, where you enter the a streaming link and streaming key, for example, to castr or vimeo? Ta, B.

The easiest way is to create your own “ffmpeg” script that modifies the URL and sends it wherever you want.

Place it under /usr/local/bin and jibri will execute it instead of the default /usr/bin/ffmpeg.

You just need to modify the URL, no additional parameters required.

Believe me, it works :slight_smile:

Awesome! Now I just need to learn how to write scripts! :slight_smile:

A solution to this has been posted in a related thread: