Skip to content

Commit

Permalink
Merge pull request #1 from mtsonline/examplefiles
Browse files Browse the repository at this point in the history
added example files
  • Loading branch information
mtsonline authored May 4, 2020
2 parents 1ae9ae5 + 3c8c7d5 commit 564f2e9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: '3.3'
services:
bbb-streamer:
container_name: liveStreaming
env_file: .env
build:
context: ./
14 changes: 14 additions & 0 deletions docker-compose.yml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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 comments on commit 564f2e9

Please sign in to comment.