2011-09-24, 07:32 PM
Quote:I think sub needs to look at this. It looks like NPVR is trying to read the dummy file as a mpeg file.As far as I can tell, it's receiving requests from mvpmcx2 to read from the currently option file, so it is. I thought you went direct to a http source from mvpmcx2, and only opened a dummy file to convince nextpvr that it was playing something (but wouldnt read from it)?
Quote:2011-09-24 09:50:23.444 [DEBUG][7] Received: STREAM_REQUEST
2011-09-24 09:50:23.445 [DEBUG][7] Requested file: System.Byte[] (http://127.0.0.1:63478/hulu-be827593-93d...6aed45.mpg)
2011-09-24 09:50:23.445 [DEBUG][7] substituting with C:\Program Files (x86)\NPVR\nextpvr.exe
2011-09-24 09:50:23.446 [DEBUG][7] Playback on PCH
2011-09-24 09:50:23.447 [DEBUG][7] RollingFile(C:\Program Files (x86)\NPVR\nextpvr.exe)..
2011-09-24 09:50:23.448 [DEBUG][7] SharedMemoryHelper::Open()
2011-09-24 09:50:23.451 [DEBUG][7] Unable to find in 'Global', about to check 'Local'
2011-09-24 09:50:23.451 [DEBUG][7] Unable to find in either 'Global' or 'Local'
2011-09-24 09:50:23.458 [DEBUG][7] about to read 20032 from location 0 (current length = 550912)
2011-09-24 09:50:23.459 [DEBUG][7] RollingFile.Seek(38)
2011-09-24 09:50:23.459 [DEBUG][7] RollingFile.Seek(0)
2011-09-24 09:50:23.459 [DEBUG][7] about to read 32000 from location 0 (current length = 550912)
2011-09-24 09:50:23.485 [DEBUG][7] Received: STREAM_SEEK
2011-09-24 09:50:23.485 [DEBUG][7] RollingFile.Position returning 32000
2011-09-24 09:50:23.485 [DEBUG][7] Received request to seek to pos:32000
2011-09-24 09:50:23.485 [DEBUG][7] RollingFile.Seek(32000)
2011-09-24 09:50:23.485 [DEBUG][7] RollingFile.Position returning 32000
2011-09-24 09:50:23.511 [DEBUG][7] Received: STREAM_GETDATA
2011-09-24 09:50:23.511 [DEBUG][7] RollingFile.Position returning 32000
2011-09-24 09:50:23.511 [DEBUG][7] Request 200000 bytes (file size:550912 file location: 32000)
2011-09-24 09:50:23.511 [DEBUG][7] about to read 200000 from location 32000 (current length = 550912)
2011-09-24 09:50:23.511 [DEBUG][7] RollingFile.Position returning 232000
2011-09-24 09:50:23.518 [DEBUG][7] Request completed. 200000 bytes sent
2011-09-24 09:50:23.545 [DEBUG][7] Received: STREAM_GETDATA
2011-09-24 09:50:23.545 [DEBUG][7] RollingFile.Position returning 232000
2011-09-24 09:50:23.545 [DEBUG][7] Request 200000 bytes (file size:550912 file location: 232000)
2011-09-24 09:50:23.545 [DEBUG][7] about to read 200000 from location 232000 (current length = 550912)
2011-09-24 09:50:23.545 [DEBUG][7] RollingFile.Position returning 432000
2011-09-24 09:50:23.552 [DEBUG][7] Request completed. 200000 bytes sent