I am new to AMS and I have been experimenting trying to build a streaming platform similar to twitch. I know that the community edition has its limits, but I think that it is a good starting place.
So far I have been able to:
create a docker image
Access the container from localhost:5080
create a login
create streams
Publish a stream from OBS
Consume the stream from the browser
The question that I have is
Because the standard setup uses a local database, when a docker container is destroyed, the local storage of login credentials and streams is lost
Is there a way to persist this data in an external database?
I tried to configure the mongo database, but I think that this feature is not available in the community edition
Question
Daniel Simandl
I am new to AMS and I have been experimenting trying to build a streaming platform similar to twitch. I know that the community edition has its limits, but I think that it is a good starting place.
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
Oct 26
2
Top Posters For This Question
Daniel Simandl 1 post
Murat Aydin 1 post
Popular Days
Oct 26 2019
2 posts
1 answer to this question
Recommended Posts