aau-zid / BigBlueButton-liveStreaming

Streams a given BBB Meeting to an RTMP Server.
GNU General Public License v3.0
200 stars 159 forks source link

Can you provide Image build script for this code. #57

Closed akshaykatale99 closed 4 years ago

akshaykatale99 commented 4 years ago

I have made some changes to the script and want to use it for production. it would be great if you share docker Image build script for this code.

thanks.

mtsonline commented 4 years ago

as commented in #56

to build a local version that you checked out from git, change the image: in the docker-compose to:

b bb-streamer:
    container_name: liveStreaming
    build: 
        context: ./

then the docker image will be build on your local files instead of fetching it from dockerhub.

this is not specific - you can learn this when you read the docker docs.