This will guide you through setting up a replica set in a docker environment using.
- Docker Compose
- MongoDB Replica Sets
- Mongoose
- Mongoose Transactions
Thanks to https://gist.github.com/asoorm for helping with their docker-compose file!
This will guide you through setting up a replica set in a docker environment using.
Thanks to https://gist.github.com/asoorm for helping with their docker-compose file!
| diff --git a/gstreamer-send/main.go b/gstreamer-send/main.go | |
| index 3a2ab8c..df5df2a 100644 | |
| --- a/gstreamer-send/main.go | |
| +++ b/gstreamer-send/main.go | |
| @@ -27,8 +27,16 @@ func main() { | |
| }, | |
| } | |
| + m := webrtc.MediaEngine{} | |
| + s := webrtc.SettingEngine{} |