The web server provides a feature of video streaming.
Generate the Tls certificate and private key via OpenSSL before launch the server connection.
$ make certs SERVICE_NAME=localhost
Establish the server listen to the 4443 port on local environment.
$ docker build -t molpastream .
$ docker run -it -p 4443:4443 --env-file .env -v /Users/mongchelee/Public/development/projects/molpastream/certs:/var/lib/certs molpastream