rtmp-switcher
rtmp-switcher copied to clipboard
better error handling
We need to ensure that we capture errors. We can't use things like unwrap() or expect(). We don't want to kill our pipeline or worse all the live mixers for errors.
Add linter to project so it won't compile with unwrap or expect