I recommend running the web version of the streamio in a container.
You can do it this way:
- Install docker if you don't have it yet (link to how to do it)
- Download the docker image.
docker pull sleeyax/stremio-streaming-server
- Run the container.
docker run -p 11470:11470 -v ${PWD}:/root/.stremio-server --name=stremio-streaming-server sleeyax/stremio-streaming-server
- Start your web browser and go to localhost:11470