shaka-project / shaka-streamer

A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
https://shaka-project.github.io/shaka-streamer/
Apache License 2.0
198 stars 62 forks source link

Improve validation of config files #11

Closed joeyparrish closed 5 years ago

joeyparrish commented 5 years ago

Our YAML config files are easy to write, but hard to validate. Transitioning to something like text protos could give us strong types and simplified validation.

joeyparrish commented 5 years ago

I believe we can do this without adding a dependency on protobuf.