summaryrefslogtreecommitdiff
path: root/bin/streaminfo.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-03-27 19:46:30 +0100
committerTheTroll <trolldev@gmail.com>2010-03-27 19:46:30 +0100
commit275c3cd3d4532aa927945a940bb9c5b8304ba365 (patch)
tree1028da611e16c72bca64a46935cff7e42fe627bf /bin/streaminfo.php
parent4241ab5e4b0d7a1a0165175c1067ac22edd76de8 (diff)
downloadistreamdev-275c3cd3d4532aa927945a940bb9c5b8304ba365.tar.gz
istreamdev-275c3cd3d4532aa927945a940bb9c5b8304ba365.tar.bz2
Added debug mode
Diffstat (limited to 'bin/streaminfo.php')
-rwxr-xr-xbin/streaminfo.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/streaminfo.php b/bin/streaminfo.php
index fcf3310..8b935ef 100755
--- a/bin/streaminfo.php
+++ b/bin/streaminfo.php
@@ -1,3 +1,4 @@
+
<?php
/*
@@ -10,6 +11,8 @@
function writeinfostream($session, $type, $mode, $url, $channame)
{
+ addlog("Writting stream info from session " .$session ." (type=" .$type .", mode=" .$mode .", url=" .$url .", channame=" .$channame .")");
+
$ram = "../ram/" .$session ."/";
$infofile = fopen($ram ."streaminfo", 'w');