Cheetah
Variables
header.inc.php File Reference

Go to the source code of this file.

Variables

 $GLOBALS ['sModuleUrl'] = $GLOBALS['sModulesUrl'] . $GLOBALS['sModule'] . "/"
 
 $GLOBALS ['sFilesDir'] = "files/"
 
 $GLOBALS ['sFilesUrl'] = $GLOBALS['sModuleUrl'] . $GLOBALS['sFilesDir']
 
 $GLOBALS ['sFilesPath'] = $GLOBALS['sModulesPath'] . $GLOBALS['sModule'] . "/" . $GLOBALS['sFilesDir']
 
 $GLOBALS ['sServerApp'] = "video"
 
 $GLOBALS ['sStreamsFolder'] = "streams/"
 
 $GLOBALS ['aConvertTmpls']
 

Variable Documentation

◆ $GLOBALS [1/7]

$GLOBALS[ 'aConvertTmpls']
Initial value:
= array(
"playX264" => $GLOBALS['sFfmpegPath'] . " -y -i #input# -b:v #bitrate#k -vcodec libx264 -s #size# #audio_options# #output#",
"play" => $GLOBALS['sFfmpegPath'] . " -y -i #input# -r 25 -b:v #bitrate#k -s #size# #audio_options# #output#",
"image" => $GLOBALS['sFfmpegPath'] . " -y -i #input# #size# -ss #second# -vframes 1 -an -f image2 #output#",
)

Definition at line 15 of file header.inc.php.

◆ $GLOBALS [2/7]

$GLOBALS[ 'sFilesDir'] = "files/"

Definition at line 10 of file header.inc.php.

◆ $GLOBALS [3/7]

$GLOBALS[ 'sFilesPath'] = $GLOBALS['sModulesPath'] . $GLOBALS['sModule'] . "/" . $GLOBALS['sFilesDir']

Definition at line 12 of file header.inc.php.

◆ $GLOBALS [4/7]

$GLOBALS[ 'sFilesUrl'] = $GLOBALS['sModuleUrl'] . $GLOBALS['sFilesDir']

Definition at line 11 of file header.inc.php.

◆ $GLOBALS [5/7]

$GLOBALS[ 'sModuleUrl'] = $GLOBALS['sModulesUrl'] . $GLOBALS['sModule'] . "/"

Definition at line 9 of file header.inc.php.

◆ $GLOBALS [6/7]

$GLOBALS[ 'sServerApp'] = "video"

Definition at line 13 of file header.inc.php.

◆ $GLOBALS [7/7]

$GLOBALS[ 'sStreamsFolder'] = "streams/"

Definition at line 14 of file header.inc.php.

$GLOBALS
$GLOBALS['sModuleUrl']
Definition: header.inc.php:9