From 50b1f3626eb1d0e6503145264941752ad8d43589 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Feb 2010 13:09:28 +0100 Subject: corrected back button in recordings --- README | 9 ++++++--- includes/inc_rec.php | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README b/README index 39dc667..373d56d 100755 --- a/README +++ b/README @@ -10,11 +10,14 @@ The Troll Project's homepage: - http://xmltv.free.fr/istreamdev/ + http://projects.vdr-developer.org/projects/show/istreamdev Latest version available at: - http://xmltv.free.fr/istreamdev + http://projects.vdr-developer.org/projects/list_files/istreamdev + + git repository: + git://projects.vdr-developer.org/istreamdev.git See the file COPYING for license information. @@ -90,7 +93,7 @@ Check everything is ok with ffmpeg by launching the above command logued as your http server user ( www-data ) : - ./istream.sh http://localhost:3000/TS/1 512k 64k 1 480x320 ./ + ./istream.sh http://localhost:3000/TS/1 512k 64k 1 480x320 ./ 3 You should see ffmpeg access streamdev http://localhost:3000/TS/1 and diff --git a/includes/inc_rec.php b/includes/inc_rec.php index 96d6088..463b924 100755 --- a/includes/inc_rec.php +++ b/includes/inc_rec.php @@ -17,6 +17,8 @@ if ($dir == $vdrrecpath) else print "Back\r\n"; +print "
\r\n"; +print "\"home\"
\r\n"; print "
iStreamdev
\r\n"; print "\r\n"; print "
\r\n"; -- cgit v1.2.3