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
208 stars 38 forks source link

YAML keys are lowercase #19

Open m1k1o opened 2 years ago

m1k1o commented 2 years ago

YAML keys for maps are lowercase. It seems to be intentional.

https://github.com/spf13/viper/issues/260

m1k1o commented 1 year ago

Switching to https://github.com/knadh/koanf could fix this problem.