PDA

View Full Version : DSR6000 2.5Xtreme video extraction


vidar
10-21-2002, 09:43 PM
I have a Philips DSR6000 DirecTiVo running 2.5xtreme. This means that TiVoWeb doesn't work (as far as I can tell) and I have a problem getting anything but a blank page from ExtractStream's httpd.tcl web server/script.

Could anyone tell me what programs/scripts they are running on this setup that enables video extraction?

sincerely, -vidar

BubbleLamp
10-22-2002, 12:50 AM
Use Tivoweb version 1.93, it's pretty easy to get working on Xtreme.

vidar
10-22-2002, 07:59 AM
Installed v.1.9.3 but can't get the TiVo web started. It fails to load a module (I think). What is wrong here?

bash-2.02#
Loading modules...
index
info
mail
mfsbrowser
remount
resources
Loaded 0 resource definitions
sched
theme
ui
no such object: CONFLICT err=0x00030007
while executing
"dbobj $resource get Id"
("uplevel" body line 5)
invoked from within
"uplevel $body"
invoked from within
"transaction {uplevel $body}"
(procedure "RetryTransaction" line 5)
invoked from within
"RetryTransaction {
set sws [db $db open /SwSystem/ACTIVE]
set offset [expr $refid/65536 - 1]
set resource [lindex [dbobj $sws get Re..."
(procedure "GetResourceData" line 6)
invoked from within
"GetResourceData 1048576 1048605 1048614 1 0"
(procedure "init_db" line 71)
invoked from within
"init_db"
(file "./modules/ui.itcl" line 2354)
invoked from within
"source $module"
("foreach" body line 3)
invoked from within
"foreach module $modules {
puts [file rootname [file tail $module]]
source $module
}"
(file "./httpd-tt.tcl" line 404)

captain_video
10-22-2002, 08:52 AM
Try using Tytool for video extraction. It works much better and its far easier to set up and use. Check jdiner's thread for the latest version.

BubbleLamp
10-22-2002, 12:42 PM
Originally posted by vidar
Installed v.1.9.3 but can't get the TiVo web started. It fails to load a module (I think). What is wrong here?

bash-2.02#
Loading modules...
index
info
mail
mfsbrowser
remount
resources
Loaded 0 resource definitions
sched
theme
ui
no such object: CONFLICT err=0x00030007
while executing
"dbobj $resource get Id"
("uplevel" body line 5)
invoked from within
"uplevel $body"
invoked from within
"transaction {uplevel $body}"
(procedure "RetryTransaction" line 5)
invoked from within
"RetryTransaction {
set sws [db $db open /SwSystem/ACTIVE]
set offset [expr $refid/65536 - 1]
set resource [lindex [dbobj $sws get Re..."
(procedure "GetResourceData" line 6)
invoked from within
"GetResourceData 1048576 1048605 1048614 1 0"
(procedure "init_db" line 71)
invoked from within
"init_db"
(file "./modules/ui.itcl" line 2354)
invoked from within
"source $module"
("foreach" body line 3)
invoked from within
"foreach module $modules {
puts [file rootname [file tail $module]]
source $module
}"
(file "./httpd-tt.tcl" line 404)

You need to rename the ui.itcl file to 0ui.itcl. (That's a zero, not an O.)