deepch / RTSPtoWSMP4f

RTSP Stream to WebBrowser MSE over WebSocket based MP4f segments
229 stars 64 forks source link

How to change server url #73

Closed 5p0ng3b0b closed 3 months ago

5p0ng3b0b commented 3 months ago

I have created a reverse ssh tunnel from home to my vps for my rtsp streams and created a systemd process on the vps to run the RTSPtoWSMP4f server. What file do I hack in order to change the default url myserver:8083 to something like myserver:8083/homecctv in order to make it a little more hidden?

5p0ng3b0b commented 3 months ago

I found it in line 20 of http.go. Thx for the hard work!