Quantcast
Channel: Stremio doesn't launch on Ubuntu 22.04 - Ask Ubuntu
Viewing all articles
Browse latest Browse all 12

Answer by Stanik for Stremio doesn't launch on Ubuntu 22.04

$
0
0

I recommend running the web version of the streamio in a container.

You can do it this way:

  1. Install docker if you don't have it yet (link to how to do it)
  2. Download the docker image.
    docker pull sleeyax/stremio-streaming-server
  3. Run the container.
    docker run -p 11470:11470 -v ${PWD}:/root/.stremio-server --name=stremio-streaming-server sleeyax/stremio-streaming-server
  4. Start your web browser and go to localhost:11470

Viewing all articles
Browse latest Browse all 12

Trending Articles