owncast/core/transcoder
Lerk a7687c861e
Fix "invalid cross-device link" error when running on a different filesystem (#1769)
* fix cross-device rename errors

* fallback to copy instead of always using it

* use tmp dir in data folder

* recreate tmp dir at startup
2022-03-07 16:30:40 -08:00
..
codecs.go
fileWriterReceiverService.go
hlsFilesystemCleanup.go
hlsHandler.go
thumbnailGenerator.go Fix "invalid cross-device link" error when running on a different filesystem (#1769) 2022-03-07 16:30:40 -08:00
transcoder_nvenc_test.go Persistent HTTP connections seem to work now. Re-enabling. 2022-01-27 20:22:04 -08:00
transcoder_omx_test.go Persistent HTTP connections seem to work now. Re-enabling. 2022-01-27 20:22:04 -08:00
transcoder_vaapi_test.go Persistent HTTP connections seem to work now. Re-enabling. 2022-01-27 20:22:04 -08:00
transcoder_x264_test.go Persistent HTTP connections seem to work now. Re-enabling. 2022-01-27 20:22:04 -08:00
transcoder.go Persistent HTTP connections seem to work now. Re-enabling. 2022-01-27 20:22:04 -08:00
utils.go