Last active
February 27, 2021 15:39
-
-
Save abhi-io/adef434665b3de2d4fc01b4343a0d7e1 to your computer and use it in GitHub Desktop.
Deploy Live Video Streaming over HTTPS server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update | |
sudo apt install -y ffmpeg | |
ffmpeg -version | |
sudo apt install -y docker.io | |
docker -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment