Roverr / rtsp-stream

Out of box solution for RTSP - HLS live stream transcoding. Makes RTSP easy to play in browsers.
MIT License
713 stars 166 forks source link

chore(go.mod): Migrate the dependency management from dep to go modules #67

Open iomz opened 3 years ago

iomz commented 3 years ago

I noticed rtsp-stream still uses dep to manage the dependencies and would like to suggest the migration to Go Modules.

in addition, building an image from Dockerfile.management was failing at the node-gyp installation in build-ui, so I've added the required dependencies (g++, make, and python).