diff options
author | Alib <aliboba@free.fr> | 2010-02-27 19:04:12 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-27 19:04:12 +0100 |
commit | d9425e0515f5c1c247f3014578421f080c5e849a (patch) | |
tree | eacfd8903aa39b9b66551fd4b3c745c4b365951c | |
parent | ba0c6b5de1803eb14af25647322d0f0996ac6902 (diff) | |
download | istreamdev-d9425e0515f5c1c247f3014578421f080c5e849a.tar.gz istreamdev-d9425e0515f5c1c247f3014578421f080c5e849a.tar.bz2 |
fix streamastatus
-rwxr-xr-x | streamstatus.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/streamstatus.php b/streamstatus.php index 54823be..ebed6b4 100755 --- a/streamstatus.php +++ b/streamstatus.php @@ -21,7 +21,7 @@ else $session = $_REQUEST['session']; $cnt = 0; - while ( ( count(glob('ram/' .$session '/*.ts')) < 2 ) && ( $cnt < 25 ) ) + while ( ( count(glob('ram/' .$session . '/*.ts')) < 2 ) && ( $cnt < 25 ) ) { // wait for stream available sleep(1); |