Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sergio Vergata
BigBlueButton LiveStreaming
Commits
3c8c7d5b
Commit
3c8c7d5b
authored
May 04, 2020
by
Martin Schrott
Browse files
added example files
parent
1ae9ae52
Changes
3
Hide whitespace changes
Inline
Side-by-side
.env.example
0 → 100644
View file @
3c8c7d5b
# 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
docker-compose.yml
0 → 100644
View file @
3c8c7d5b
version
:
'
3.3'
services
:
bbb-streamer
:
container_name
:
liveStreaming
env_file
:
.env
build
:
context
:
./
docker-compose.yml.example
0 → 100644
View file @
3c8c7d5b
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment