toddhutch
12-16-2007, 11:03 PM
I was thinking file size, because one of my videos (This first one I mention) is 1.5GB, the other is like 8GB. I'm using NTFS on all of my partions so that isn't the issue.
When I put in a MKV with this format-
Format : x264
Video Bitrate : 4190 kb/s
Resolution : 1280x720
Audio : English 5.1 ac3 @ 640
I'm able to transfer & view the video on the Tivo S3 fine.
When I put in a MKV file in my video folder with this format-
Video: 1920x800 OAR
Framerate: 23.976 fps
Bitrate: 11076 Kb/s
Audio: English DTS 5.1 ~1.5Mb/s
I get the following error.
192.168.1.52 - - [16/Dec/2007 19:47:56] "GET /TiVoConnect?Command=QueryContainer
&Container=%2F HTTP/1.0" 200 -
192.168.1.52 - - [16/Dec/2007 19:47:59] "GET /TiVoConnect?Command=QueryContainer
&Container=MyMovies&SortOrder=!CaptureDate&ItemCount=8&Filter=x-tivo-container%2
Ftivo-videos,x-tivo-container%2Ffolder,video%2Fx-tivo-mpeg,video%2F* HTTP/1.1" 2
00 -
----------------------------------------
Exception happened during processing of request from ('192.168.1.52', 2930)
Traceback (most recent call last):
File "C:\Python25\lib\SocketServer.py", line 464, in process_request_thread
self.finish_request(request, client_address)
File "C:\Python25\lib\SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python25\lib\SocketServer.py", line 522, in __init__
self.handle()
File "C:\Python25\lib\BaseHTTPServer.py", line 316, in handle
self.handle_one_request()
File "C:\Python25\lib\BaseHTTPServer.py", line 310, in handle_one_request
method()
File "C:\pyTivo\httpserver.py", line 64, in do_GET
method(self, query)
File "C:\Program Files\pyTivo\plugins\video\video.py", line 81, in QueryContai
ner
t.files, t.total, t.start = self.get_files(handler, query, VideoFileFilter)
File "C:\pyTivo\plugin.py", line 52, in get_files
files = filter(filterFunction, files)
File "C:\Program Files\pyTivo\plugins\video\video.py", line 75, in VideoFileFi
lter
return transcode.suported_format(full_path)
File "C:\Program Files\pyTivo\plugins\video\transcode.py", line 309, in suport
ed_format
if video_info(inFile)[0]:
File "C:\Program Files\pyTivo\plugins\video\transcode.py", line 246, in video_
info
kill(ffmpeg.pid)
File "C:\Program Files\pyTivo\plugins\video\transcode.py", line 318, in kill
win32kill(pid)
File "C:\Program Files\pyTivo\plugins\video\transcode.py", line 324, in win32k
ill
import ctypes
ImportError: No module named ctypes
----------------------------------------
192.168.1.52 - - [16/Dec/2007 19:48:23] "GET /TiVoConnect?Command=QueryContainer
&Container=%2F HTTP/1.0" 200 -
Nothing shows up on the Tivo when I browse to the pyTivo folder. Not really sure when to look to try to solve this.
The machine this is running on is a Vist64 machine. I'm running 208 pyTivo.
When I put in a MKV with this format-
Format : x264
Video Bitrate : 4190 kb/s
Resolution : 1280x720
Audio : English 5.1 ac3 @ 640
I'm able to transfer & view the video on the Tivo S3 fine.
When I put in a MKV file in my video folder with this format-
Video: 1920x800 OAR
Framerate: 23.976 fps
Bitrate: 11076 Kb/s
Audio: English DTS 5.1 ~1.5Mb/s
I get the following error.
192.168.1.52 - - [16/Dec/2007 19:47:56] "GET /TiVoConnect?Command=QueryContainer
&Container=%2F HTTP/1.0" 200 -
192.168.1.52 - - [16/Dec/2007 19:47:59] "GET /TiVoConnect?Command=QueryContainer
&Container=MyMovies&SortOrder=!CaptureDate&ItemCount=8&Filter=x-tivo-container%2
Ftivo-videos,x-tivo-container%2Ffolder,video%2Fx-tivo-mpeg,video%2F* HTTP/1.1" 2
00 -
----------------------------------------
Exception happened during processing of request from ('192.168.1.52', 2930)
Traceback (most recent call last):
File "C:\Python25\lib\SocketServer.py", line 464, in process_request_thread
self.finish_request(request, client_address)
File "C:\Python25\lib\SocketServer.py", line 254, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "C:\Python25\lib\SocketServer.py", line 522, in __init__
self.handle()
File "C:\Python25\lib\BaseHTTPServer.py", line 316, in handle
self.handle_one_request()
File "C:\Python25\lib\BaseHTTPServer.py", line 310, in handle_one_request
method()
File "C:\pyTivo\httpserver.py", line 64, in do_GET
method(self, query)
File "C:\Program Files\pyTivo\plugins\video\video.py", line 81, in QueryContai
ner
t.files, t.total, t.start = self.get_files(handler, query, VideoFileFilter)
File "C:\pyTivo\plugin.py", line 52, in get_files
files = filter(filterFunction, files)
File "C:\Program Files\pyTivo\plugins\video\video.py", line 75, in VideoFileFi
lter
return transcode.suported_format(full_path)
File "C:\Program Files\pyTivo\plugins\video\transcode.py", line 309, in suport
ed_format
if video_info(inFile)[0]:
File "C:\Program Files\pyTivo\plugins\video\transcode.py", line 246, in video_
info
kill(ffmpeg.pid)
File "C:\Program Files\pyTivo\plugins\video\transcode.py", line 318, in kill
win32kill(pid)
File "C:\Program Files\pyTivo\plugins\video\transcode.py", line 324, in win32k
ill
import ctypes
ImportError: No module named ctypes
----------------------------------------
192.168.1.52 - - [16/Dec/2007 19:48:23] "GET /TiVoConnect?Command=QueryContainer
&Container=%2F HTTP/1.0" 200 -
Nothing shows up on the Tivo when I browse to the pyTivo folder. Not really sure when to look to try to solve this.
The machine this is running on is a Vist64 machine. I'm running 208 pyTivo.