-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
segmenter: Fix error handling (#164)
* testers: Return error from StartSegmenting(R) * segmenter: Close out chan and fix first error * segmenter: Make all fatal logs well behaved errors Also create startSegmentingLoop helper function to avoid some of the boilerplate repetition. * api-transcoder: Fix only segmenter user ignoring errors * segmenter: Support more than 2 streams It is just for logs anyway but still * segmenter: Make sure to close intermediate files Not something that should be affecting task-runner, but I saw that and why not fix it. * segmenter: Avoid dead go-routines in segmenter Might fix task-runner memory as well * segmenter: ctype -> codecType
- Loading branch information
Showing
2 changed files
with
65 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters