Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

SerdarARIKAN/Stremio-RaspberryPi

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stremio-RaspberryPi

Steps to run Stremio in Raspberry Pi

Clone the git project

git clone https://github.com/shivasiddharth/Stremio-RaspberryPi

Make the scripts executable

sudo chmod +x /home/${USER}/Stremio-RaspberryPi/scripts/installer.sh  
sudo chmod +x /home/${USER}/Stremio-RaspberryPi/scripts/service-installer.sh    
sudo chmod +x /home/${USER}/Stremio-RaspberryPi/src/server-launcher.sh    
sudo chmod +x /home/${USER}/Stremio-RaspberryPi/src/client-launcher.sh  

Run the installer

sudo /home/${USER}/Stremio-RaspberryPi/scripts/installer.sh

After the installation, try opening the Stremio server and client manually using the following

Open first terminal and run

/home/${USER}/Stremio-RaspberryPi/src/server-launcher.sh  

Open second terminal and run

/home/${USER}/Stremio-RaspberryPi/src/client-launcher.sh  

After verification if desired, set Stremio to auto start on boot

Run the service installer

sudo /home/${USER}/Stremio-RaspberryPi/scripts/service-installer.sh        

Enable and start the service

sudo systemctl enable stremio-server.service   
sudo systemctl enable stremio-client.service   
sudo systemctl start stremio-server.service   
sudo systemctl start stremio-client.service  

Fix for screen tearing

Open a terminal and run

sudo raspi-config     

In that, Navigate to Advanced Options -> Compositor -> xcompmgr composition manager -> Choose “No”

Note

  • If you have enabled the Client Service and exited the browser, use the Client-Service shorcut to restart the client service.
  • If you did not enable the Client Service, use the Client-Launcher shortcut to start the client again.

About

Installer for Stremio on Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.8%
  • C++ 5.5%
  • C 2.9%
  • QML 0.5%
  • Shell 0.2%
  • QMake 0.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.