Skip to content
Snippets Groups Projects
Unverified Commit 564f2e90 authored by mtsonline's avatar mtsonline Committed by GitHub
Browse files

Merge pull request #1 from mtsonline/examplefiles

added example files
parents 1ae9ae52 3c8c7d5b
No related branches found
No related tags found
No related merge requests found
# BigBlueButton Server url:
BBB_URL=https://your_BigBlueButton_server/bigbluebutton/api
# BigBlueButton secret:
BBB_SECRET=your_secret
# BigBlueButton meetingID:
BBB_MEETING_ID=your_meetingID
# Media server url:
BBB_STREAM_URL=rtmp://media_server_url/stream/stream_key
version: '3.3'
services:
bbb-streamer:
container_name: liveStreaming
env_file: .env
build:
context: ./
version: '3.3'
services:
bbb-streamer:
image: aauzid/bigbluebutton-livestreaming
container_name: liveStreaming
environment:
# BigBlueButton Server url:
- BBB_URL=https://your_BigBlueButton_server/bigbluebutton/api
# BigBlueButton secret:
- BBB_SECRET=your_secret
# BigBlueButton meetingID:
- BBB_MEETING_ID=your_meetingID
# Media server url:
- BBB_STREAM_URL=rtmp://media_server_url/stream/stream_key
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment