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
199 stars 62 forks source link

fix(errors): probe whether the input exists or not #94

Closed mariocynicys closed 3 years ago

mariocynicys commented 3 years ago

Probing with 'stream=index' should return the track_num if it existed, and an empty string if the input did not exist. fixes #89