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

Failure playback youtube video #22

Closed glensc closed 3 months ago

glensc commented 3 months ago

Used youtube to test whether this works, and it gave warning in logs and error in player

stremio         | WARNING: ytdl-core is out of date! Update with "npm install ytdl-core@latest".

The fix was as it old:

docker exec -it stremio sh
npm install ytdl-core@latest
glensc commented 3 months ago

Actually, I'm not sure what's happening. I stopped the container and youtube videos still play.

tsaridas commented 3 months ago

which version are you using ? I tried with the latest version to watch a trailer and it works fine. Can you tell me exactly how to reproduce this ?

glensc commented 3 months ago

I used your latest image (pulled today) and their website and their app. i don't remember anymore where I played it from. I'm too new (few hours of experience) to understand how this all works.