Malformed links / External playback Not Working
It appears that application is getting the playback links relative to the container's network, so when opening with external player on iOS, nothing happens since the URL cannot be loaded. When external player is disabled, it obviously works fine within Safari. In addition to that, URL seems to be missing /0 at the very end of the path.
URL when copied, using container's network IP and missing /0:
http://10.0.3.6:11470/ce66e09c9491d31d5f9714683b64896f8a96eddf
Workaround:
- Disable external player
- Play the show/movie
- Copy stream URL
- Replace container's IP with server's IP/hostname that is hosting that container
- Append
/0to the link - Copy corrected IP and paste it into external player (VLC/Outplayer)
ex: http://192.168.1.2:11470/ce66e09c9491d31d5f9714683b64896f8a96eddf/0 ex: https://stremio.domain.com/ce66e09c9491d31d5f9714683b64896f8a96eddf/0
I am seeing this issue with external player disabled as well. The urls generated are relative to my docker container.