tsaridas / stremio-docker

Docker files for easy stremio server and client. Images pushed to Dockerhub
https://github.com/tsaridas/stremio-docker/wiki
MIT License
67 stars 8 forks source link

Stream is not supported #37

Closed newhopespace closed 3 weeks ago

newhopespace commented 1 month ago

image Using http only on a local container. I've tried with different browsers with the same result. The machine where Docker is running is a VM over Proxmox, and no GPU passtrough. I also have Jellyfin running on another containr and it works well with no GPU hardware. Do I need GPU hardware to stream?

newhopespace commented 1 month ago

I thought that anyone could access stremio web and play content, but it seems that you need an app companion to play content? I guess this solves the issue, but not what I wanted: https://blog.stremio.com/using-stremio-service/

TheGlitch1 commented 1 month ago

Hi, In the settings you should be able to find steaming options , in the URL option write your address:11470

Once you will confirm this url , you will status option, press reload and now you have your streaming player up.

newhopespace commented 1 month ago

That port is loading a stremio version that's not on my LAN. What is that? I just want it to run on a local container on my LAN.

tsaridas commented 4 weeks ago

when you open the web application on localaddress:8080 you need to go to settings (left menu) -> Streaming -> Configure Server Url button and set the server url to http://YourLocalAddress:11470

newhopespace commented 3 weeks ago

when you open the web application on localaddress:8080 you need to go to settings (left menu) -> Streaming -> Configure Server Url button and set the server url to http://YourLocalAddress:11470

It is working as intended now! Thanks for the hint!