NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 376 377 378 379 380 … 433 Next »
Zero byte recording on single channel (again)

Zero byte recording on single channel (again)
chuck_2330
Offline

Member

Posts: 73
Threads: 18
Joined: Mar 2006
#1
2011-02-25, 11:08 PM
OK, it happened again. I am getting single byte recordings on an Australian channel called GEM. Yesterday morning I retuned all channels and did a quick check - I was getting a recording on GEM.

This morning I set a manual recording on all channels and GEM has again failed with a zero byte file. I checked Live TV and I get a good picture. Just in case there was a problem with the PostProcessing script I disabled it but I still have a zero byte recording on this channel.

Any ideas?
[COLOR="SeaGreen"]
Hunter Valley, NSW, Australia
Core2Duo E6300 3.0GHz, 4GB, 250GB+500GB+1TB
3x WinFast DTV1000 T, Win7Pro, IceGuide EPG
transcode to MPEG2, use EWA exclusively
[/COLOR]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#2
2011-02-26, 12:46 AM
Create a c:\temp directory, and set HKEY_LOCAL_MACHINE\Software\NPVR\LogTSWriter=1 in the registry, then reboot and try recording the channel in question, then zip and post the c:\temp\writer-xxx.log and your npvr.log/nrecord.log files.
chuck_2330
Offline

Member

Posts: 73
Threads: 18
Joined: Mar 2006
#3
2011-02-26, 09:31 AM
OK, c:\temp already exists. Deleted all exiting content. Added registry item (assumed that it was a text string like the others) and restarted. Created a 10 minute manual recording on GEM, zero byte as usual. Did not disable PostProcessing.bat that transcodes to mpg (sorry). Log directory and temp directory zips attached. Note that temp directory has a crash dump??

thanks sub.

Greg
[COLOR="SeaGreen"]
Hunter Valley, NSW, Australia
Core2Duo E6300 3.0GHz, 4GB, 250GB+500GB+1TB
3x WinFast DTV1000 T, Win7Pro, IceGuide EPG
transcode to MPEG2, use EWA exclusively
[/COLOR]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#4
2011-02-26, 08:46 PM
What was the named of the failed recording? You seem to have three recordings in those logs.

Was it F:\GEMTEST2\GEMTEST2_20110226_18501900.ts? It looks like its writing quite a bit of data to that file, so it shouldnt be zero bytes. (unless you're out of disk space and all those writes are failing)
chuck_2330
Offline

Member

Posts: 73
Threads: 18
Joined: Mar 2006
#5
2011-02-26, 11:26 PM
OK, the culprit seems to be the PostProcessing.bat script. Plenty of space on both the C:\ drive (80GB) and the recording drive (380GB). I disabled the PostProcessing script and the TS file is non-zero. I have set up a test for all three channels on the same frequency (NBN, GO! & GEM) with PostProcessing once again enabled.

The PostProcessing script I am using is (which I got from asking an earlier question in the forum):

cd C:\Program Files\NPVR\Other\
ffmpeg -i %1 -map_meta_data 0:0,p1 -f vob -ab 128000 -acodec mp2 -b 2500k -vcodec mpeg2video -deinterlace "%~dpn1.mpg"
del %1
EOF
[COLOR="SeaGreen"]
Hunter Valley, NSW, Australia
Core2Duo E6300 3.0GHz, 4GB, 250GB+500GB+1TB
3x WinFast DTV1000 T, Win7Pro, IceGuide EPG
transcode to MPEG2, use EWA exclusively
[/COLOR]
chuck_2330
Offline

Member

Posts: 73
Threads: 18
Joined: Mar 2006
#6
2011-02-27, 12:10 AM
Results of the test: Three simultaneous recordings of the 3 channels on the one frequency. With no PostProcessing I get TS files with non-zero sizes. Running the above PostProcessing script, only GEM gives a zero-byte file, the others are OK.

Any ideas???
[COLOR="SeaGreen"]
Hunter Valley, NSW, Australia
Core2Duo E6300 3.0GHz, 4GB, 250GB+500GB+1TB
3x WinFast DTV1000 T, Win7Pro, IceGuide EPG
transcode to MPEG2, use EWA exclusively
[/COLOR]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#7
2011-02-27, 12:22 AM
I dont know. I'd stick with the original .ts files.
chuck_2330
Offline

Member

Posts: 73
Threads: 18
Joined: Mar 2006
#8
2011-02-27, 02:41 AM
The .ts files are very large. It's not a matter of disk space but that the videos are viewed via the NEWA web server over wireless. Once transcoded, the .mpg file is about 1/3 the size of the .ts and are therefore more amenable to wifi.

Not only that but playback of the .ts file is problematic. Using VLC there is no time information, so it's hard to jump to the part of the file that is wanted.

I'll keep playing around with ffmpeg. Thanks for your help.
[COLOR="SeaGreen"]
Hunter Valley, NSW, Australia
Core2Duo E6300 3.0GHz, 4GB, 250GB+500GB+1TB
3x WinFast DTV1000 T, Win7Pro, IceGuide EPG
transcode to MPEG2, use EWA exclusively
[/COLOR]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#9
2011-02-27, 02:45 AM
Quote:The .ts files are very large. It's not a matter of disk space but that the videos are viewed via the NEWA web server over wireless. Once transcoded, the .mpg file is about 1/3 the size of the .ts and are therefore more amenable to wifi.
I'm pretty sure NEWA doesnt stream the original file anyway, and always transcodes it to a different format, so it shouldnt make any difference to the amount of bits sent over wifi.
chuck_2330
Offline

Member

Posts: 73
Threads: 18
Joined: Mar 2006
#10
2011-02-27, 05:51 AM
When I play a recording over NEWA, the filename that appears at the top of the VLC window ends in TS. I can't find anything about transcoding in NEWA?? There also seems to be a bug in the new NEWA that throws an exception when it tries to serve large files?? I have a post in that forum.

I tried a different incantation of ffmpeg, courtesy of a post from pBS. I now get video in GEM but no audio. MPG files definitely give me a better experience, so I'll pursue this line of experimentation. Now to delve into the ffmpeg documentation...

ffmpeg -ss 2 -y -i %1 -async 200 -qscale 4 -s 720x480 -vcodec mpeg2video -ac 2 -acodec mp2 -ar 48000 -ab 160k "%~dpn1.mpg"
[COLOR="SeaGreen"]
Hunter Valley, NSW, Australia
Core2Duo E6300 3.0GHz, 4GB, 250GB+500GB+1TB
3x WinFast DTV1000 T, Win7Pro, IceGuide EPG
transcode to MPEG2, use EWA exclusively
[/COLOR]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording movies / TV to XBMC directory stucture spinnaker 10 3,526 2024-06-03, 03:56 AM
Last Post: Rod Hutchinson
  Not recording errors vidwiz 4 983 2024-04-17, 05:39 PM
Last Post: mvallevand
  Add Series/Episode Info to Recording Metadata andrewj 2 1,062 2023-11-20, 03:42 PM
Last Post: sub
  IR Server Suite Channel Changer BTJustice 26 27,210 2023-01-11, 08:49 PM
Last Post: Frapo
  Device Update - Channel Mapping chezmorris 10 4,688 2022-07-01, 01:59 PM
Last Post: mvallevand
  Recording to a network drive woes. 2leftfeet 12 7,180 2022-04-05, 08:03 PM
Last Post: mvallevand
  device needed for recording David209 2 1,731 2021-04-04, 08:47 AM
Last Post: David209
  PC not going to sleep after recording LeoL 7 3,264 2021-04-01, 07:17 PM
Last Post: Handy.Man
  HDHomerun recording bizzarely not working Jean0987654321 3 2,032 2021-03-27, 03:23 PM
Last Post: Jean0987654321
  IPTV Channel Mapping jrockow 15 7,812 2021-03-07, 09:45 PM
Last Post: jrockow

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

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

Linear Mode
Threaded Mode