deepch / RTSPtoWeb

RTSP Stream to WebBrowser
MIT License
1.17k stars 284 forks source link

Server stops on terminal close. #385

Open DesignCell opened 9 months ago

DesignCell commented 9 months ago

I'm clearly missing something simple. The server stops when I close my ssh terminal. Otherwise this works great.

Open Terminal > ssh into server > cd RTSPtoWeb/ > GO111MODULE=on go run *.go

Close Terminal connection > RTSPtoWeb stops.

Any ideas??