streamlinevideo / streamline

A reference system for end to end live streaming video. Capture, encode, package, uplink, origin, CDN, and player.
MIT License
758 stars 88 forks source link

Adding in check to exit the process if ffmpeg is not installed #7

Closed JacquiManzi closed 6 years ago

JacquiManzi commented 6 years ago

Unclear if this actually works since I'm not fluent in bash, but I'll install ffmpeg and test it locally.

Update: This appears to be working- it exits if ffmpeg is not installed, but will output the success message if it is installed. This will require more error handling work since it only covers ffmpeg.