version: '3.3' services: bbb-streamer: image: docker.io/aauzid/bigbluebutton-livestreaming:release-1.0.0-beta.5 container_name: liveStreaming environment: # BigBlueButton Server url: - BBB_URL=https://testing.webconf01.uni-osnabrueck.de/bigbluebutton/api # BigBlueButton secret: - BBB_SECRET=_________ # BigBlueButton meetingID: - BBB_MEETING_ID=livestreamtest # start meeting (optional): - BBB_START_MEETING=true # attendee password (optional - has to be set to the attendee password of moodle/greenlight or any other frontend to allow joining via their links): - BBB_ATTENDEE_PASSWORD=ap # moderator password (optional - has to be set to the moderator password of moodle/greenlight or any other frontend to allow joining via their links): - BBB_MODERATOR_PASSWORD=mp # meeting title (optional): - BBB_MEETING_TITLE=liveStreaming Test # download / save BigBlueButton meeting - BBB_DOWNLOAD_MEETING=false # play intro file (can be a local file in videodata folder e.g. /video/intro.mp4 or a url of a mediastream e.g. https://my.intro.stream) - BBB_INTRO=false # begin the intro at position (optional, e.g. 00:00:05) - BBB_BEGIN_INTRO_AT=04:40 # end intro after (optional, e.g. 01:00:00 - after one hour) - BBB_END_INTRO_AT= # Media server url: - BBB_STREAM_URL=rtmp://a.rtmp.youtube.com/live2/__________ # Timezone (default: Europe/Vienna): - TZ=Europe/Berlin #volumes: # - ./videodata:/video