bbb-streaming
bbb-streaming copied to clipboard
Stream only with audio and background image
Hi, tried to stream a BBB Session with the following command:
docker run -t -i --rm=true lukas2511/bbb-streaming --greenlight-url https://meet.piratensommer.de/b/xxx-xxx-xxx-xxx --greenlight-name stream --rtmp-url rtmp://example.de:1935/live/xxxxxxxxx --debug
The RTMP Stream is reaching my plattform with audio and a (standard?) backround image but without the video. Am I doing something wrong?
INFO:bbb-streamer:Joining using Greenlight frontend
DEBUG:bbb-streamer:Trying to acquire join url from greenlight: https://meet.piratensommer.de/b/xxx-xxx-xxx-xxx (without access code)
DEBUG:bbb-streamer:Got join url: https://meet.piratensommer.de/bigbluebutton/api/join?...
INFO:bbb-streamer:Found STUN server: stun.freeswitch.org
DEBUG:bbb-streamer:Connecting to websocket
DEBUG:bbb-streamer:Sending initial control messages
DEBUG:bbb-streamer:Subscribing to annotations messages
DEBUG:bbb-streamer:Subscribing to current-user messages
DEBUG:bbb-streamer:Subscribing to group-chat messages
DEBUG:bbb-streamer:Subscribing to group-chat-msg messages
DEBUG:bbb-streamer:Subscribing to guestUser messages
DEBUG:bbb-streamer:Subscribing to local-settings messages
DEBUG:bbb-streamer:Subscribing to meetings messages
DEBUG:bbb-streamer:Subscribing to network-information messages
DEBUG:bbb-streamer:Subscribing to note messages
DEBUG:bbb-streamer:Subscribing to ping-pong messages
DEBUG:bbb-streamer:Subscribing to presentations messages
DEBUG:bbb-streamer:Subscribing to screenshare messages
DEBUG:bbb-streamer:Subscribing to slide-positions messages
DEBUG:bbb-streamer:Subscribing to slides messages
DEBUG:bbb-streamer:Subscribing to users messages
DEBUG:bbb-streamer:Subscribing to users-infos messages
DEBUG:bbb-streamer:Subscribing to video-streams messages
DEBUG:bbb-streamer:Subscribing to voice-call-states messages
DEBUG:bbb-streamer:Subscribing to voiceUsers messages
DEBUG:bbb-streamer:Session manager is ready
DEBUG:bbb-streamer:Initializing audio connection
DEBUG:bbb-streamer:Attaching listener to session manager: <bound method CameraManager.listener of <lib.camera.CameraManager object at 0x7f2314269520>>
DEBUG:bbb-streamer:Connecting to bbb-webrtc-sfu
DEBUG:bbb-streamer:Attaching listener to session manager: <bound method Presentation.listener of <lib.presentation.Presentation object at 0x7f2314269730>>
DEBUG:bbb-streamer:Attaching listener to session manager: <bound method ScreenshareManager.listener of <lib.screenshare.ScreenshareManager object at 0x7f23141b5940>>
DEBUG:bbb-streamer:Attaching listener to session manager: <function start.
I've noticed some issues with newer BBB versions and I'll have to update this script to deal with that. Unfortunately didn't find the time to do that yet.