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
| # OS | |
| Ubunutu 18.04 Server | |
| # Install ffmpeg 4.x for RTMPS support. | |
| # http://ubuntuhandbook.org/index.php/2018/10/install-ffmpeg-4-0-2-ubuntu-18-0416-04/ | |
| add-apt-repository ppa:jonathonf/ffmpeg-4 | |
| apt-get update | |
| apt-get install ffmpeg | |
| # ffmpeg command |