----------------
", $counter);
parse_str($streamdata,$streamdata);
foreach ($streamdata as $key => $value) {
if ($key == "url") {
$value = urldecode($value);
printf("%s: video link
", $key, $value);
} else {
printf("%s: %s
", $key, $value);
}
}
$counter = $counter+1;
printf("
");
}
// start server and go to http://url/?id=video-id
?>