mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 17:46:36 +00:00
add controller for video
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user