owncast/core/ffmpeg
bitspill bfbac8cc57
Variable collisions; Possible use of nil value (#256)
* Variable '*' collides with imported package name

* Variable 'error' collides with builtin interface

* '*' may have 'nil' or other unexpected value as its corresponding error variable may be not 'nil'
2020-10-16 15:04:31 -07:00
..
fileWriterReceiverService.go HLS video handling/storage/state refactor (#151) 2020-10-14 14:07:38 -07:00
hlsFilesystemCleanup.go Cleanup private and optinally public segments on a timer instead of after every save. Closes #254 2020-10-15 17:50:17 -07:00
hlsHandler.go HLS video handling/storage/state refactor (#151) 2020-10-14 14:07:38 -07:00
thumbnailGenerator.go HLS video handling/storage/state refactor (#151) 2020-10-14 14:07:38 -07:00
transcoder.go Variable collisions; Possible use of nil value (#256) 2020-10-16 15:04:31 -07:00
transcoder_test.go HLS video handling/storage/state refactor (#151) 2020-10-14 14:07:38 -07:00
verifyInstall.go Project restructure (#18) 2020-06-22 18:11:56 -07:00