-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unmet dependencies for Bookworm: libmpv1 #47
Comments
Thanks. I will add support for bookworm soon. |
Can you confirm that it works ? All i see is a black screen. |
I have the same issue when trying to install on Ubuntu on Raspberry Pi 5. |
Hi Sid, love your work. signed up to Github just to respond to this. I have the Raspberry Pi 3B with Bookworm and have been struggling to install stremio. Could you please help with an updated instruction list? |
Hi @shivasiddharth , as a followup to my previous question. Here's everything i've tried and some more details.
Questions
Goal - I understand it's been 2 years since you've worked on this but would really like you're help here
Reference - https://pimylifeup.com/raspberry-pi-cloudflare-tunnel/ Would love a new tutorial video from you! I'm just a beginner dabbling in the Pi so this was only a mini project to access my pi and some of its apps from anywhere in the world. |
Please go through the Notes in the README. The Server URL is different from HTTPS URL. And then there is a secure endpoint URL as well. You need not go through all these tunnelling hassles. Moreover, all these free tunnelling apps do not permit free media tunnelling, they have a cap. |
Thanks. i've checked the server URL, https URL and the endpoint URL. All match your description. Streaming still doesn't work. Noted re tunneling. guess i'll give up that part of the project. |
@reh06 I will take a look sometime this week. |
same problem here on the pi5 with bookworm installed. |
Raspberry Pi 5 - Bookworm GuideWhen looking to setup Stremio on Raspberry Pi 5 I found this thread. I failed to get the Stremio UI running. However, I have found an alternative approach that worked for what I needed. A streaming server using Stremio which is accessible on my local network and the pi itself. I've tested the below steps on iPhone, iPad and Windows computer and it works for me. If this is of interest to you then you can use the below steps to get it working. Realistically this should be universal and work on anything that can run docker. 1. Install DockerYou will need docker for this as it allows us to host ## Add Docker's official GPG key:
sudo apt-get update
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
## Add the repository to Apt sources:
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update Now install the required sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin Now test the installation with hello world example:
If the output shows "Hello World" then you're good to continue. 2. Install Docker ComposeUpon installing docker engine and testing it works with the "Hello World" project you can now install sudo apt-get install docker-compose 3. Creating
|
will there be a native build for bookworm? |
Yes please. I need this so bad. I can't watch stremio on my TV. It's useless. (and I am broke :D ) |
+1 is there a plan for a bookworm standalone release? I don`t want to stream from my pi to another device, i just want to connect my pi to a TV and watch stuff |
+1 (i prefer native install over docker so much) |
+1 would love this. |
Trying to install Stremio over a fresh install of Raspberry Pi OS with desktop and recommended software (Bookworm).
I get an unmet dependencies for libmpv1: I think it is no more available in bookworm as it has been replaced by libmpv2.
I tried the following instruction:
echo "deb http://deb.debian.org/debian/ oldstable main" | sudo tee -a /etc/apt/sources.list sudo apt-get update sudo apt-get install libmpv1
Then I installed Stremio
It seems to work correctly
The text was updated successfully, but these errors were encountered: