"chunkSize" => array_key_exists(
"chunkSize",
$_GET) ?
$_GET[
"chunkSize"] : 1024 * 256,
"databaseFile" => "metadata.db",
"httpStatus" => "500 Internal Server Error",
"mediaDirectory" => array_key_exists("name", $_GET) ? dirname($_GET["name"]) : "",
"mimeType" => array_key_exists("type", $_GET) ? $_GET["type"] : "",
"radioGenre" => "Rock",
"radioName" => "WebKit Test Radio",
"radioUrl" => (array_key_exists(
"HTTPS",
$_SERVER) ?
"https" :
"http") .
"://" .
$_SERVER[
"HTTP_HOST"] .
$_SERVER[
"REQUEST_URI"],
"setContentLength" => array_key_exists("content-length", $_GET) ? $_GET["content-length"] : "yes",
"setIcyData" => array_key_exists("icy-data", $_GET) ? $_GET["icy-data"] : "no",
"supportRanges" => array_key_exists("ranges", $_GET) ? $_GET["ranges"] : "yes",
"stallOffset" => array_key_exists("stallOffset", $_GET) ? $_GET["stallOffset"] : 0,
"stallDuration" => array_key_exists("stallDuration", $_GET) ? $_GET["stallDuration"] : 2,
)
CFArrayRef array
Definition: AVFoundationCFSoftLinking.h:129
$_SERVER["PHP_AUTH_USER"]
Definition: auth-echo.php:2
$_GET
Definition: load-video.php:8