Skip to content

Instantly share code, notes, and snippets.

@amolkhanorkar
Last active December 23, 2015 19:29
Show Gist options
  • Save amolkhanorkar/6682997 to your computer and use it in GitHub Desktop.
Save amolkhanorkar/6682997 to your computer and use it in GitHub Desktop.
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