igniterealtime / openfire-pade-plugin

A plugin for Openfire that offers web-based unified communications - chat, groupchat, telephone, audio and video conferencing.
Apache License 2.0
58 stars 30 forks source link

Live Stream button to Youtube is missing with version 1.76 #452

Closed ClaudeStabile closed 1 year ago

ClaudeStabile commented 1 year ago

Hello,

I have noticed that with 1.76 version the Livestream button is not showing up. I have ticked this in settings

screenshot4

I have also validated ffmpeg key and settings

screenshot6

But menu is not showing up after Restart No Live Streaming in version 1.76

In version 1.55 in same conditions i have the Live Stream button showing up :

screenshot5

Big thanks in advance for helping out

deleolajide commented 1 year ago

Live stream for PADE is different from Jitsi Standalone Live Stream. It uses the Desktop Recorder button. If you have RTMP streaming configured, the desktop is streamed to the RTMP server (youtube.com). If no RTMP is configured, then desktop is recorded into a WEBM file and saved locally on the PC.

See https://github.com/igniterealtime/openfire-pade-plugin/wiki/Live-Streaming-to-RTMP-using-ffmpeg See https://github.com/igniterealtime/openfire-pade-plugin/discussions/262 See https://github.com/igniterealtime/openfire-pade-plugin/discussions/283

image

ClaudeStabile commented 1 year ago

@deleolajide : Thank you very I will try out. I need to record and broadcast an event on Youtube by the end of June. Thanks for details and explanations about it.