NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 659 660 661 662 663 … 1231 Next »
6kb file intermittantly created???

 
  • 0 Vote(s) - 0 Average
6kb file intermittantly created???
mixedup
Offline

Senior Member

Posts: 254
Threads: 43
Joined: Oct 2005
#1
2006-11-25, 06:57 AM
Hi,

I'm getting intermittent 6kb files created for some recordings. The is also a 2nd full file created, so the recording was performed, however GB-PVR's interface tries to play the 6kb file hence I have to go and manually delete it so it picks it up. Note in particular the "Recording is unusually small" message in the logs below.

Ideas on how to stop this 6kb file being created?


Code:
22/11/2006 9:30:00 PM.203    VERBOSE    [6]    BDARecordingSource about to start recording  oid:1 channel:T:C12,226500,0,0,7~P:576~V:2314~A:2315~L:eng(AC3)~PMT:258~LCN:20~TXT:2316~N:>ABC HDTV
22/11/2006 9:30:01 PM.796    VERBOSE    [6]    Programme is now recording
22/11/2006 9:30:01 PM.796    VERBOSE    [6]    RecordingFactory.save()
22/11/2006 9:30:01 PM.828    VERBOSE    [6]    Save(): Updated existing scheduled recording
22/11/2006 9:30:01 PM.859    VERBOSE    [6]    Adding E:\GB-PVR\recordings\The Glass House\The Glass House_20061122_21352205.dvr-ms to parallel processing queue
22/11/2006 9:30:01 PM.859    VERBOSE    [6]    RecordingFactory.getExtrasForGroup(1)
[B]22/11/2006 9:30:26 PM.906    INFO    [6]    Recording is unusually small. Giving second chance: E:\GB-PVR\recordings\The Glass House\The Glass House_20061122_21352205.dvr-ms  (5824)
[/B]22/11/2006 9:30:26 PM.906    VERBOSE    [6]    Stopping recording
22/11/2006 9:30:26 PM.906    VERBOSE    [6]    Stopping recording oid:1
22/11/2006 9:30:27 PM.625    VERBOSE    [6]    Restarting recording
22/11/2006 9:30:27 PM.656    VERBOSE    [6]    BDARecordingSource about to start recording  oid:1 channel:T:C12,226500,0,0,7~P:576~V:2314~A:2315~L:eng(AC3)~PMT:258~LCN:20~TXT:2316~N:>ABC HDTV
22/11/2006 9:30:59 PM.046    VERBOSE    [6]    Checking signal status on Twinhan DVB-T (DVB-TV 878 Digital Tuner Driver):1
22/11/2006 9:30:59 PM.078    VERBOSE    [6]    Signal not locked. Trying re-lock...
22/11/2006 9:31:29 PM.187    VERBOSE    [6]    Checking signal status on Twinhan DVB-T (DVB-TV 878 Digital Tuner Driver):1
22/11/2006 9:31:59 PM.234    VERBOSE    [6]    Checking signal status on Twinhan DVB-T (DVB-TV 878 Digital Tuner Driver):1
22/11/2006 9:32:29 PM.296    VERBOSE    [6]    Checking signal status on Twinhan DVB-T (DVB-TV 878 Digital Tuner Driver):1
22/11/2006 9:32:59 PM.359    VERBOSE    [6]    Checking signal status on Twinhan DVB-T (DVB-TV 878 Digital Tuner Driver):1

More Info
[1] Files created:
* <name>-1.dvr-ms full_size
* <name>.dvr-ms 6kb

[2] I'm using the Microsoft DVR-MS (had to use this as cyberlink gave problems for me).

[3] Logs

recording service
VisionPlus Twinhan Tuner Card
2005 MCE Remote
Girder (for remote key remapping)
Shared PC/GB-PVR functions (via secondary display & AV sender)
AMD Athlon 64 X2 Dual Core (4200, 2.21GHz), 1 GB RAM, 2 x HDD (300GB HDD for video)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,809
Threads: 769
Joined: Nov 2003
#2
2006-11-26, 11:51 PM
Quote:* <name>-1.dvr-ms full_size
* <name>.dvr-ms 6kb
This means that the device was initially unable to lock the signal, so no data was supplied to the DVR-MS mux. 6kb is the minimum size, containing zero data. After thirty seconds or so, the second chance logic kicked in, and tried to force the tuning and recording to start again - this time it succeeded and resulted in a recording.
mixedup
Offline

Senior Member

Posts: 254
Threads: 43
Joined: Oct 2005
#3
2006-11-27, 08:32 AM
any suggestions re how to automatically delete the 6kb file?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,809
Threads: 769
Joined: Nov 2003
#4
2006-11-27, 03:25 PM
Sorry, no. There is no built in logic to remove it if this happens.
mixedup
Offline

Senior Member

Posts: 254
Threads: 43
Joined: Oct 2005
#5
2006-11-27, 08:55 PM
was there any means to configure a call-out after the recording completes Sub? i.e. if I were to write my own script which was kicked off (and perhaps passed the name of the recording) I could look for recently created 6kb files and delete them?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,809
Threads: 769
Joined: Nov 2003
#6
2006-11-27, 09:52 PM
There is a PostProcessing.bat that is called after each recording, passing the filename as a parameter... but its not called for failed recordings. It will be called for the fullsize recording that completes after this initial 6k one.
mixedup
Offline

Senior Member

Posts: 254
Threads: 43
Joined: Oct 2005
#7
2006-11-28, 08:53 PM
thanks Sub - sounds like if I'm really keen I could use this then
mixedup
Offline

Senior Member

Posts: 254
Threads: 43
Joined: Oct 2005
#8
2006-11-30, 02:49 AM
hi Sub - I've just noted that after I delete the 6kb file that the larger file doesn't show up on GB-PVR in the lists. Is there a way to script this so that after I automate the deletion of the 6kb file this occurs? (ummmm...can't quite remember if I tried restarting GB-PVR...will try this tonight too)
mixedup
Offline

Senior Member

Posts: 254
Threads: 43
Joined: Oct 2005
#9
2006-12-05, 09:25 PM
Sub,

I was working on a script to do a post recording clean up (i.e. it renames the *-1.* recording to the original (failed) recording).

I just realised this probably won't work for the situation where you want to start watching the recording whilst it is still being recorded.

Is there a way to script a change to the GB-PVR database to change the file it points to? e.g. VB script perhaps triggered ideally after the initial 6kb failed recording finished and the *-1.* good one starts? Or even just manually kicked off by one of the remote buttons in the situation when the issue has arisen (e.g. the script can initial do a sweep looking for a recent 6kb file)

Tks
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,809
Threads: 769
Joined: Nov 2003
#10
2006-12-05, 11:44 PM
No, there is nothing built in that would help you do this. You're able to write your own software that updates the database though if you need to,
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  file types of recorded TV paul1 3 3,761 2012-09-30, 05:20 PM
Last Post: sub
  No Data In the Recorded File zb1 5 2,356 2010-08-24, 01:08 AM
Last Post: zb1
  Path to file being recorded. brianj 5 2,426 2010-08-08, 10:58 PM
Last Post: brianj
  error: failure playing back file yonu 4 2,121 2010-07-12, 12:52 AM
Last Post: yonu
  UK Freesat Scan.cache File jeffers 3 2,133 2010-05-25, 10:34 PM
Last Post: jeffers
  3 AC3Filter instances when playing back a still recording TS file? jksmurf 3 1,990 2010-05-17, 12:30 AM
Last Post: jksmurf
  Recording stops at 4gb file size experiencebliss 5 2,479 2010-05-04, 02:54 AM
Last Post: pBS
  Hauppage HVR-950q, no file created when recording, no pause. donbrowne 5 2,105 2010-04-08, 04:03 PM
Last Post: sub
  ffdshow postprocessing on .ts file playback alibert 2 1,742 2010-04-05, 05:33 AM
Last Post: alibert
  ATI Mux / mpeg file recordings playback issues topperdude 10 4,409 2010-03-29, 11:44 PM
Last Post: ww4397

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode