m1k1o / go-transcode

On-demand transcoding origin server for live inputs and static files in Go using ffmpeg. Also with NVIDIA GPU hardware acceleration.
Apache License 2.0
212 stars 39 forks source link

Use path.Join instead of fmt.Sprintf #5

Closed m1k1o closed 2 years ago

m1k1o commented 2 years ago

e.g. here: https://github.com/m1k1o/go-transcode/blob/f004def49841e2d8b8381262b70a8b7c77cfce8e/internal/api/router.go#L52