{"id":13466216,"url":"https://github.com/shivasiddharth/Stremio-RaspberryPi","last_synced_at":"2025-03-25T21:31:40.543Z","repository":{"id":43303124,"uuid":"251577357","full_name":"shivasiddharth/Stremio-RaspberryPi","owner":"shivasiddharth","description":"Installer for Stremio on Raspberry Pi","archived":false,"fork":false,"pushed_at":"2024-04-25T13:16:43.000Z","size":5476,"stargazers_count":159,"open_issues_count":11,"forks_count":17,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-03T02:23:10.041Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shivasiddharth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["shivasiddharth"]}},"created_at":"2020-03-31T11:00:13.000Z","updated_at":"2025-02-24T23:06:30.000Z","dependencies_parsed_at":"2024-01-16T06:16:01.783Z","dependency_job_id":"a722e975-f907-4b2c-8970-d1e987402ade","html_url":"https://github.com/shivasiddharth/Stremio-RaspberryPi","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivasiddharth%2FStremio-RaspberryPi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivasiddharth%2FStremio-RaspberryPi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivasiddharth%2FStremio-RaspberryPi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivasiddharth%2FStremio-RaspberryPi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivasiddharth","download_url":"https://codeload.github.com/shivasiddharth/Stremio-RaspberryPi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245547736,"owners_count":20633431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T15:00:41.034Z","updated_at":"2025-03-25T21:31:40.216Z","avatar_url":"https://github.com/shivasiddharth.png","language":null,"funding_links":["https://github.com/sponsors/shivasiddharth","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=7GH3YDCHZ36QN"],"categories":["Tools"],"sub_categories":[],"readme":"# Stremio-RaspberryPi\n![github-small](https://github.com/shivasiddharth/Stremio-RaspberryPi/blob/Awesome/images/Banner.jpg)     \n\n## **If you like the work and if you would like to get me a :coffee: :smile:** [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=7GH3YDCHZ36QN)  \n\n\n\n\n\n**********        \n## Installation Using Binaries (Only Buster and Bullseye)               \n**********      \n1.  Download the Zip file containing the binaries from the Releases section.      \n2.  Place it in the /home/${USER}/ directory and unzip the file.    \n3.  Add Debian sources as given below:    \n    Buster Users:   \n    ```      \n    sudo sh -c \"echo 'deb http://ftp.us.debian.org/debian/ buster main contrib non-free' \u003e\u003e /etc/apt/sources.list\"   \n    sudo sh -c \"echo 'deb http://deb.debian.org/debian buster main contrib non-free' \u003e\u003e /etc/apt/sources.list\"     \n    sudo apt-get update     \n    ```      \n    Bullseye Users:   \n    ```      \n    sudo sh -c \"echo 'deb http://ftp.us.debian.org/debian/ bullseye main contrib non-free' \u003e\u003e /etc/apt/sources.list\"    \n    sudo sh -c \"echo 'deb http://deb.debian.org/debian bullseye main contrib non-free' \u003e\u003e /etc/apt/sources.list\"    \n    sudo apt-get update     \n    ```     \n4.  Change directory as given below (Replace x.x.xxx with the version numbers on the file):    \n    64-Bit Users:    \n    ```    \n    cd /home/${USER}/Stremio-x.x.xxx-arm64-64-bit/   \n    ```   \n    32-Bit Users:    \n    ```    \n    cd /home/${USER}/Stremio-x.x.xxx-armhf-32-bit/  \n    ```\n5.  Perform the installation as given below (Replace x.x.xxx with the version numbers on the file):    \n    64-Bit Users:    \n    ```    \n    sudo apt-get install ./libfdk-aac1_0.1.6-1_arm64.deb ./stremio_x.x.xxx-1_arm64.deb -f   \n    ```   \n    32-Bit Users:    \n    ```    \n    sudo apt-get install ./libfdk-aac1_0.1.6-1_armhf.deb ./stremio_x.x.xxx-1_armhf.deb -f   \n    ```   \n6.  Now you should have Stremio installed. Grab some snacks and enjoy the show.       \n\n\n\n**********    \n##  Building from source (Only 32 Bit)          \n**********      \n1.  Add Debian sources as given below:    \n    Buster Users:   \n    ```      \n    sudo sh -c \"echo 'deb http://ftp.us.debian.org/debian/ buster main contrib non-free' \u003e\u003e /etc/apt/sources.list\"   \n    sudo sh -c \"echo 'deb http://deb.debian.org/debian buster main contrib non-free' \u003e\u003e /etc/apt/sources.list\"     \n    sudo apt-get update     \n    ```      \n    Bullseye Users:   \n    ```      \n    sudo sh -c \"echo 'deb http://ftp.us.debian.org/debian/ bullseye main contrib non-free' \u003e\u003e /etc/apt/sources.list\"    \n    sudo sh -c \"echo 'deb http://deb.debian.org/debian bullseye main contrib non-free' \u003e\u003e /etc/apt/sources.list\"    \n    sudo apt-get update     \n    ```   \n    Bookworm Users:   \n    ```      \n    sudo sh -c \"echo 'deb http://ftp.us.debian.org/debian/ bookworm main contrib non-free' \u003e\u003e /etc/apt/sources.list\"    \n    sudo sh -c \"echo 'deb http://deb.debian.org/debian bookworm main contrib non-free' \u003e\u003e /etc/apt/sources.list\"    \n    sudo apt-get update     \n    ```   \n2.  Clone the stremio-shell using:   \n    ```   \n    git clone --recurse-submodules -j8 https://github.com/shivasiddharth/stremio-shell.git      \n    ```   \n3.  Change directory using:    \n    ```   \n    cd /home/${USER}/stremio-shell/             \n    ```\n4.  Install dependencies using:     \n    ```    \n    sed 's/#.*//' ./Requirements.txt | xargs sudo apt-get install -y    \n    ```     \n5.  Make using:   \n    ```   \n    qmake    \n    ```    \n6.  Build binaries using:   \n    ```    \n    make -f release.makefile    \n    ```    \n7.  Prepare server using:    \n    ```    \n    cp ./server.js ./build/ \u0026\u0026 ln -s \"$(which node)\" ./build/node     \n    ```   \n8.  Run Stremio using:   \n    ```   \n    ./build/stremio    \n    ```    \n    or   \n    ```    \n    /home/${USER}/stremio-shell/build/stremio   \n    ```     \n\n\n\n**********     \n## Note     \n**********        \n1.  After the ```sudo apt-get update``` command for adding sources, if you get a key error like shown below:   \n    ![github-small](https://github.com/shivasiddharth/Stremio-RaspberryPi/blob/Awesome/images/Key_Error.png)       \n    Fix the issue using (Replace XXXXXXXXXXXX with the first alphanumeric character key):    \n    ```    \n    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys XXXXXXXXXXXX     \n    ```      \n2.  For remote access of server, go into setting and select your IP address from the **Enable remote HTTPS connections** dropdown menu as shown below.    \n    ![github-small](https://github.com/shivasiddharth/Stremio-RaspberryPi/blob/Awesome/images/Remote-connection.png)      \n3.  For accessing the Stremio server remotely and securely (Expecially from Apple devices), use the **Streaming HTTPS endpoint:** link as shown below.   \n    ![github-small](https://github.com/shivasiddharth/Stremio-RaspberryPi/blob/Awesome/images/Streaming-Server-Link.png)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivasiddharth%2FStremio-RaspberryPi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivasiddharth%2FStremio-RaspberryPi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivasiddharth%2FStremio-RaspberryPi/lists"}