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

  • dysprosium@lemmy.dbzer0.comOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 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
      ·
      4 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