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

How do i keep it always running? #53

Closed kaneki666 closed 4 years ago

kaneki666 commented 4 years ago

I am using google cloud console...so I start stream by docker conpose up...its stops if i close the shell..is there any way i can keep it running even the shell is closed... sometimes. Electricity might go..and i can't use the chat feature it's not working..how to use the php.chat file

mtsonline commented 4 years ago

as stated in the README and as usual with docker containers, run it with docker-compose up -d this will start it in the background as process, that will not stop. cheers