owncast/core/transcoder
Meisam 64d3c37fb2
improve stream testing script (#2549)
* merge testContent.sh into ocContent.sh

* detect ffmpeg

ffmpeg or ffmpeg.exe in path, current dir, or parent dir

* use ocTestStream in api test

* enable verbose logging for api tests

* log ffmpeg version

* change ffmpeg lookup order

* set path properly for using the local ffmpeg

* rm double space from transcoder error logs

* update tests for new video stream

do not test bitrate

* set test stream target to 127.0.0.1

* log ffmpeg path

* update ffmpeg to v4.4.1

* improve logs

* fix ffmpeg installer script

* fix api test runner

* fix logs

* install fonts

* cleanup

* use ocTestStream.sh for all automated tests

* cleanup ocTestStream.sh

* cleanup test/automated/hls/run.sh

* Fix misspell

* fix ffmpeg installer in automated test runners

* spell fix

* cleanup script

* rev quick api tests

* cleanup tmp paths properly in automated tests

* rm unused ffmpeg package

* cleanup

* fix s3 test

* cache ffmpeg bin for automated tests

* shellcheck allow source

* rm missplaced file if backup fails

* use ffmpeg full path

* set lookup path for shellcheck
2023-01-10 18:50:32 -08:00
..
codecs.go Add videotoolbox codec (#1771) 2022-03-15 00:55:06 -07:00
fileWriterReceiverService.go Remove package-comments rule 2022-08-27 20:31:00 -07:00
hlsFilesystemCleanup.go Cleanup errors that are not fatal during filesystem cleanup 2021-07-22 16:50:30 -07:00
hlsHandler.go 0.0.6 -> Master (#731) 2021-02-18 23:05:52 -08:00
thumbnailGenerator.go Use bundled images instead of old webroot files 2022-06-20 22:10:55 -07:00
transcoder.go improve stream testing script (#2549) 2023-01-10 18:50:32 -08:00
transcoder_nvenc_test.go Fix tests after segment filename change 2022-03-10 14:20:44 -08:00
transcoder_omx_test.go Fix tests after segment filename change 2022-03-10 14:20:44 -08:00
transcoder_vaapi_test.go Fix tests after segment filename change 2022-03-10 14:20:44 -08:00
transcoder_videotoolbox_test.go Add videotoolbox codec (#1771) 2022-03-15 00:55:06 -07:00
transcoder_x264_test.go Fix tests after segment filename change 2022-03-10 14:20:44 -08:00
utils.go Fix crash when an invalid inbound stream is disconnected. Closes #1439 (#1483) 2021-10-21 17:21:17 -07:00