-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathac.rc
33 lines (29 loc) · 1.4 KB
/
ac.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
OUTDIR=/tmp/ac_out
# set to false if your recordings do not require an AC session [i.e: no login is required]
AC_LOGIN_REQUIRED="true"
AC_ENDPOINT=""
AC_USERNAME=""
AC_PASSWD=""
# if true, use the newer HTML-based UI instead of the older Flash-based UI
AC_HTML_VIEW="true"
# num of concurrent jobs to run, should be adjusted based on available HW resources
MAX_CONCUR_PROCS=7
FFMPEG_BIN=ffmpeg
FFPROBE_BIN=ffprobe
CAPTURE_WIDTH=1280
CAPTURE_HEIGHT=720
# leave the KALTURA_* ENV vars commented if you only wish to convert the recording w/o ingesting to Kaltura
#KALTURA_BASE_ENDPOINT="https://www.kaltura.com"
#KALTURA_PARTNER_ID=
#KALTURA_PARTNER_SECRET=""
# full path to the target category name
#KALTURA_ROOT_CATEGORY_PATH="root category>sub category"
# the target Kaltura category ID [in this example, the ID of "sub category"]
#KALTURA_ROOT_CATEGORY_ID=
#KALTURA_METADATA_SYSTEM_NAME=
#KALTURA_METADATA_XML="<metadata><OriginalCreationDate>%{orig_created_at}</OriginalCreationDate></metadata>"
#SCOID_USER_MAPPING=
#SCOID_DURATION_MAPPING=
#KALTURA_ENABLE_REPLACEMENT=1
#AC_TOOL_DEBUG_MODE=1
export OUTDIR AC_ENDPOINT AC_USERNAME AC_PASSWD AC_HTML_VIEW KALTURA_BASE_ENDPOINT KALTURA_PARTNER_ID KALTURA_PARTNER_SECRET KALTURA_ROOT_CATEGORY_ID KALTURA_ROOT_CATEGORY_PATH MAX_CONCUR_PROCS FFMPEG_BIN FFPROBE_BIN CAPTURE_WIDTH CAPTURE_HEIGHT AC_LOGIN_REQUIRED KALTURA_METADATA_SYSTEM_NAME KALTURA_METADATA_XML SCOID_USER_MAPPING