add quartz for jobs

configure auto-scan folder and create hls files job WIP
This commit is contained in:
Oleksandr Bezdieniezhnykh
2024-07-26 14:11:29 +03:00
parent 5e55210eac
commit 7807f5bc90
18 changed files with 179 additions and 28 deletions
@@ -2,9 +2,6 @@ namespace Azaion.Repository;
public class Constants
{
public const string MEDIA_HLS_FOLDER = "/azaion-media/hls";
public const string M3_U8_EXT = "m3u8";
public const string TS_EXT = "ts";
public const string FFMPEG_FILE = "/opt/homebrew/bin/ffmpeg";
}