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

Need clear error message if audio input contains no audio #89

Closed joeyparrish closed 3 years ago

joeyparrish commented 3 years ago

If an input with type: audio contains no audio, we get an error complaining about missing channel layout info. Instead, we should have a clear and useful error that the input audio stream could not be found. This should be generalized to all input types.