How to Install Streama on Windows 10
Streama is a media streaming server that allows you to organize and stream your video content. In this tutorial, we will show you how to install Streama on Windows 10.
Prerequisites
Before starting with the installation process, make sure that you have the following prerequisites:
Java Runtime Environment (JRE) version 8 or higher installed on your system. You can download it from the official website of Java.
Latest version of Streama. You can download it from the official Github repository of Streama.
A web browser installed on your system.
Installation Steps
Follow the below steps to install Streama on Windows 10:
Open the downloaded Streama archive file.
Extract the contents of the Streama archive to a directory on your system.
Go to the directory where you extracted Streama and locate the
streama.jarfile.Open your preferred text editor and create a new file with the name
application.properties.Copy the following code into the
application.propertiesfile:
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:h2:file:./database/streama
spring.datasource.username=sa
spring.datasource.password=
omxplayer.path=
Save the
application.propertiesfile in the same directory where you extracted Streama.Open your Command Prompt by pressing
Windows Key + Rand typingcmdinto the Run dialog box.Type
cd [path to the Streama directory]and pressEnterto change the directory to your Streama directory.Type
java -jar streama.jarand pressEnter. This command will start the Streama server.Wait for a few seconds until the Streama server starts successfully. You will see the following message on your Command Prompt saying that "Tomcat started on port(s): 8080 (http) with context path ''".

Open your web browser and go to
http://localhost:8080/. This will open the Streama login page.Sign in with the default credentials:
- Username: admin
- Password: admin
- You will be redirected to the Streama dashboard, where you can start adding your video content and organizing it.
Congratulations! You have successfully installed Streama on Windows 10.
Conclusion
In this tutorial, we have shown you how to install Streama on Windows 10. You can now start using Streama to organize and stream your video content locally or remotely.