Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malformed links / External playback Not Working #19

Open
vpetkovic opened this issue Sep 2, 2023 · 1 comment
Open

Malformed links / External playback Not Working #19

vpetkovic opened this issue Sep 2, 2023 · 1 comment

Comments

@vpetkovic
Copy link

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 /0 to 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

@diericx
Copy link

diericx commented Sep 11, 2023

I am seeing this issue with external player disabled as well. The urls generated are relative to my docker container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants