mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:36:30 +00:00
10 lines
274 B
C#
10 lines
274 B
C#
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";
|
|
|
|
} |