fishjam-dev / fishjam

General purpose media server. Supports WebRTC, HLS, RTSP, SIP
https://fishjam-dev.github.io/fishjam-docs/
Apache License 2.0
203 stars 16 forks source link

Set valid port in URL config, don't enforce https #25

Closed bblaszkow06 closed 1 year ago

bblaszkow06 commented 1 year ago
  1. The port is set by env var, it should be matched in the URL setting
  2. scheme will be inferred from the rest of the config. If not configurable by env vars, the default should be http
bblaszkow06 commented 1 year ago

Since the URL is only used in helpers of the endpoint (like url/0) and the only visible change is the URL printed on server start, this might not be a valid change.