What else is the “remote HTTPS connection”? Is it possible to stream my stream OUTWARDS to WAN? (With port forwading) So I can just give friends a link to stream from my stream? Easy peasy? Would be super handy

  • Painfinity@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    4 months ago

    If I remember correctly they added this feature right around the time they announced Stremio Web (basically their web interface/web-app).

    The web-app was mainly intended for devices that cannot download the fully fledged app (coughIOScough). I think this “remote HTTPS connection” is related to that: You basically have the fully fledged Stremio app on one device, the limited web-app on another device, and use this remote server setting to give the web-app all the missing features as long as you have the fully fledged Stremio app running on one device. Never got it to work though.

    Maybe this helps:

    If you want to “share” you stream to friends, you could also look into the Peario add-on. They don’t need to have Stremio installed, share the Peario link, press ready and you’re done. Didn’t manage to get subtitles working though.

    Edit: correction about Peario.

    • MuchPineapples@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 months ago

      At this point just use streamio-web. Make the server go through a vpn and all your apps will be protected. Then just make the server public. (Although a warning about making services like this open to the whole web is probably needed)

      • dysprosium@lemmy.dbzer0.comOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        4 months ago

        im not sure what the difference is between stremio-web and this https connection method. I installed Caddy as a reverse proxy, but when I connect to my IP in the browser, I get redirected to this URL:

        https://app.strem.io/shell-v4.4/?streamingServer=http%3A%2F%2F(-my-external-IP-)%3A11472#/detail/movie/tt15314262/tt15314262

        Why am I using their DNS or site? I’m so confused. I thought my Stremio + Caddy would connect me INDEPENDENTLY over the interwebs

        • Painfinity@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 months ago

          The difference might be that Stremio-web works :P

          Jokes aside, I sadly can’t help you on the technical side, all I know is that Stremio web works, no setup required. I went to Stremio-web, logged-in, chose my favourite public domain 1963 movie “Terror”, pressed play and copied the link from the address bar to my clipboard. I then shared that link to three different friends that did not have Stremio and they were all able to watch it, independently. I’d share the link here, but it contains my RD API token, so I’d rather not…

          Peario works in a similar fashion, the only difference being that it would coordinate the three streams to keep them continuously synced up.

  • DivisionResult@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    Yes you can and its super easy. Setup your conection through HTTPS block your port only locally, buy a 1$ domain and install cloudflared tunnel. (Cloudflare configures your own TLS.)

    You should disable the instance, or try to modify some parameters so you have to connect via some login or password.

  • SmoochyPit@beehaw.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    I don’t use Streamio, but I’d be really surprised if that wasn’t what that was for. Other software I’ve used (though not for media) has the same option, and that’s exactly what it does.

    • dysprosium@lemmy.dbzer0.comOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 months ago

      I see, so im not crazy, probably. But any idea what I should enter in the “Override the streaming server URL”? My internal ip / external ip ? Or is that something separate? (I actually think this is where the native player gets its stream from, so 127.0.0.1.)

      • navigatron@beehaw.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 months ago

        Put http://0.0.0.0:11473

        Your current setting is the “loopback” address. You’re listening for traffic to this address, and the only thing that can send to the loopback is yourself. This is a safe default, it means only the computer running the software can talk to it. Generally 0.0.0.0 listens on all available addresses. If that doesn’t work, use your local / internal ip.

        This ui smells like it’s trying to hide the implementation details, but that makes things extremely difficult when troubleshooting