How to install Streama on Manjaro
In this tutorial, we will show you how to install Streama on Manjaro Linux. Streama is a free, open source media server that you can use to host your own media files.
Prerequisites
Before proceeding with this tutorial, make sure you have the following:
- A Manjaro Linux installation with sudo privileges
- Java 8 or higher installed on your system
Installation
First, update your package database using the following command:
sudo pacman -SyyInstall Git using the following command:
sudo pacman -S gitClone the Streama repository from GitHub using the following command:
git clone https://github.com/streamaserver/streama.gitChange to the Streama directory using the following command:
cd streamaRun the following command to build Streama:
./gradlew buildOnce the build is complete, start Streama using the following command:
java -jar build/libs/streama-*.warThis will start Streama's internal web server.
Now open your web browser and go to
http://localhost:8080/streamato access Streama.You will be prompted to create a new account. Enter your details and click "Sign up".
Once you have signed up, you will be redirected to the dashboard. Click on "Add new Source" to add a new media library.
You can now upload your media files, create playlists and start streaming!
Conclusion
In this tutorial, you learned how to install Streama on Manjaro Linux, and how to set it up to start streaming your own media files. Enjoy your new media server!