Last active
December 23, 2015 19:29
-
-
Save amolkhanorkar/6682997 to your computer and use it in GitHub Desktop.
This file contains 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
Install Flash Media Server | |
wget http://download.macromedia.com/pub/flashmediaserver/updates/4_5_1/Linux_64/FlashMediaServer4.5_x64.tar.gz | |
tar xvf FlashMediaServer4.5_x64.tar.gz | |
cd FMS_4_5_1_r484/ | |
sudo ./installFMS | |
If you got the error of libcap is not installed, then | |
ln -s /lib/x86_64-linux-gnu/libcap.so.2 libcap.so.1 | |
Now Enjoy It !! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment