GRVYDEV / Project-Lightspeed

A self contained OBS -> FTL -> WebRTC live streaming server. Comprised of 3 parts once configured anyone can achieve sub-second OBS to the browser livestreaming
MIT License
3.63k stars 137 forks source link

Make the websocket URL more configurable #78

Closed mensinda closed 1 year ago

mensinda commented 1 year ago

When running Project-Lightspeed with SSL, the websocket connection also must use SSL (wss:// instead of ws://). This PR solves this by making the first part of the websocket URL completely configurable.