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 … 186 187 188 189 190 … 433 Next »
Full length recordings - no video

Full length recordings - no video
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#1
2015-04-27, 07:17 PM
Upgraded to 3.4.8 and now I'm getting some strange recordings.Not every time, just occasionally. The recordings are full length time wise, appear full size bit wise and windows reports the correct length/time but the file won't play in Npvr nor VLC. I've tried running them through mpeg2repair, handbrake and avermedia. All fail and won't read them.

Never had this before, zero bit recordings yes, but not this. My signal appears good, HDHR reports signal strength 90% and signal quality 100%.

Logs attached, any ideas?
[ATTACH=CONFIG]40011[/ATTACH]

Sub - I PMd you a link to the full recording if you want to down load it and look at it.

Snag
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,816
Threads: 769
Joined: Nov 2003
#2
2015-04-27, 08:12 PM
I've downloaded it and taken a look. The recording went fine, but the audio/video streams are encrypted. ie, most likely your cable company had it marked as copy-once or copy-never at the time of the recording (or less likely - some bug in HDHR which caused it to pass on a copy-freely but encrypted stream, instead of removing the encryption before sending the stream).
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#3
2015-04-28, 12:08 AM
A couple of the recordings have happened on a PBS channel WHRO-Create (WHRO4) which is Channel 109, Freq:70 SID:33559. I can't be positive, but I have the two USB tuners first in line and they would pick up this channel first normally so I believe the problem is not HDHR related. I just rescanned with one of the USB tuners and verified there's no DRM set and I can watch it live with no video or sound issues. Logs attached with the scan.

Oh, this is also a SD channel. DRM doesn't apply to SD does it?

[ATTACH=CONFIG]40012[/ATTACH]
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,816
Threads: 769
Joined: Nov 2003
#4
2015-04-28, 01:49 AM
That file very definitely has encrypted audio/video streams. NextPVR didn't do that encryption. It was like that in the stream delivered from the HDHR.

Even copy-freely channels are broadcast with encryption. It's the cablecard + HDHR's responsibility to decrypt the channel before it is delivered across the network to the client. I have a sneaking suspicion there is some bug in the HDHR that can cause it to occasionally deliver the encrypted stream, like the cablecard has failed to decrypt the stream, but the HDHR has delivered it anyway. (I have seen another user with very occasional recordings like this, encrypted, even though those channels are usually copy-freely)
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#5
2015-04-28, 11:37 AM
Thanks Sub, I'll try and keep a close eye on which tuner this is occurring on, the USB or HDHR. If I can figure it out I'll let you know.
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,671
Threads: 170
Joined: Jun 2007
#6
2015-04-28, 04:17 PM
snagglewest Wrote:Thanks Sub, I'll try and keep a close eye on which tuner this is occurring on, the USB or HDHR. If I can figure it out I'll let you know.

You might want to use something like the following in ParallelProcessing.bat. It will log to a file called Recordings.log which tuner was used for each recording. (To be most useful, you need to adjust it with the tuner OIDs and names for your setup.) I've found it very useful when debugging problem recordings.

Code:
@echo off
Rem ParallelProcessing.bat
Rem This script will be run automatically by NEXTPVR when found after a recording is started

cd C:\Users\Public\NPVR\Scripts\

Rem The script is called with four parameters
Rem %1 is the fully qualified name of the recorded mpeg file.
Rem %2 is the channel number of the recording
Rem %3 is the OID of the recording
Rem %4 is the OID of the tuner being used

if "%4" == "1526" set tuner=HDHomeRun Tuner 0-0
if "%4" == "1528" set tuner=HDHomeRun Tuner 0-1
if "%4" == "1527" set tuner=HDHomeRun Tuner 0-0
if "%4" == "1529" set tuner=HDHomeRun Tuner 0-1
if "%4" == "1522" set tuner=AVerMedia Tuner 0
if "%4" == "1523" set tuner=AVerMedia Tuner 0
if "%4" == "1524" set tuner=AVerMedia Tuner 1
if "%4" == "1525" set tuner=AVerMedia Tuner 1
if "%4" == "1532" set tuner=DCR-2650 Tuner 0
if "%4" == "1533" set tuner=DCR-2650 Tuner 1
if "%4" == "1535" set tuner=HDHomeRun Tuner 1-0
if "%4" == "1536" set tuner=HDHomeRun Tuner 1-0
if "%4" == "1537" set tuner=HDHomeRun Tuner 1-1
if "%4" == "1538" set tuner=HDHomeRun Tuner 1-1
if "%4" == "1547" set tuner=HDHR Prime Tuner 0-0
if "%4" == "1548" set tuner=HDHR Prime Tuner 0-1
if "%4" == "1549" set tuner=HDHR Prime Tuner 0-2
if "%tuner%" == "" set tuner=%4

echo %date% %time% Recording %1 from channel %2 on tuner "%tuner%" >>..\logs\recordings.log
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#7
2015-04-28, 06:54 PM
BrettB Wrote:You might want to use something like the following in ParallelProcessing.bat. It will log to a file called Recordings.log which tuner was used for each recording. (To be most useful, you need to adjust it with the tuner OIDs and names for your setup.) I've found it very useful when debugging problem recordings.

Code:
@echo off
Rem ParallelProcessing.bat
Rem This script will be run automatically by NEXTPVR when found after a recording is started

cd C:\Users\Public\NPVR\Scripts\

Rem The script is called with four parameters
Rem %1 is the fully qualified name of the recorded mpeg file.
Rem %2 is the channel number of the recording
Rem %3 is the OID of the recording
Rem %4 is the OID of the tuner being used

if "%4" == "1526" set tuner=HDHomeRun Tuner 0-0
if "%4" == "1528" set tuner=HDHomeRun Tuner 0-1
if "%4" == "1527" set tuner=HDHomeRun Tuner 0-0
if "%4" == "1529" set tuner=HDHomeRun Tuner 0-1
if "%4" == "1522" set tuner=AVerMedia Tuner 0
if "%4" == "1523" set tuner=AVerMedia Tuner 0
if "%4" == "1524" set tuner=AVerMedia Tuner 1
if "%4" == "1525" set tuner=AVerMedia Tuner 1
if "%4" == "1532" set tuner=DCR-2650 Tuner 0
if "%4" == "1533" set tuner=DCR-2650 Tuner 1
if "%4" == "1535" set tuner=HDHomeRun Tuner 1-0
if "%4" == "1536" set tuner=HDHomeRun Tuner 1-0
if "%4" == "1537" set tuner=HDHomeRun Tuner 1-1
if "%4" == "1538" set tuner=HDHomeRun Tuner 1-1
if "%4" == "1547" set tuner=HDHR Prime Tuner 0-0
if "%4" == "1548" set tuner=HDHR Prime Tuner 0-1
if "%4" == "1549" set tuner=HDHR Prime Tuner 0-2
if "%tuner%" == "" set tuner=%4

echo %date% %time% Recording %1 from channel %2 on tuner "%tuner%" >>..\logs\recordings.log
Big Grin I'v done something similar but in PostProcessing.bat and I append the tuner name in [recording name].xml in the form <tuner>[tuner name]</tuner> Smile

"I'd rather have a bottle in front of me than a frontal lobotomy"
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,671
Threads: 170
Joined: Jun 2007
#8
2015-04-28, 07:09 PM
Reddwarf Wrote:Big Grin I'v done something similar but in PostProcessing.bat and I append the tuner name in [recording name].xml in the form <tuner>[tuner name]</tuner> Smile

The primary reason that I put it in ParallelProcessing.bat is that PostProcessing.bat doesn't always get run (specifically when a recording is cancelled or the recording process is stopped, etc.). It also keeps the entries in chronological order by start time not end time.

Having said that, I'd be interested in seeing the code you use to update the .xml file.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,210
Threads: 958
Joined: May 2006
#9
2015-04-28, 10:41 PM
BrettB Wrote:The primary reason that I put it in ParallelProcessing.bat is that PostProcessing.bat doesn't always get run (specifically when a recording is cancelled or the recording process is stopped, etc.). It also keeps the entries in chronological order by start time not end time.

That's the job of PostCancel.bat

Martin
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#10
2015-04-29, 02:15 AM
Very cool!

Were would I find the tuner number (eg 1526) to populate the script?
Code:
if "%4" == "1526" set tuner=HDHomeRun Tuner 0-0
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
« 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
  Failed recordings won't delete Spid4567 3 2,660 2023-07-14, 10:13 PM
Last Post: ZeDoZ
Information Audio Video Sync Fixed with AC3Filter! gearsofwoe 0 1,174 2022-11-18, 04:36 AM
Last Post: gearsofwoe
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 4,237 2022-04-14, 04:33 AM
Last Post: Antmannz
  All my recordings start 90 sec early ncsercs 2 1,501 2022-03-19, 03:28 AM
Last Post: sub
  Wake - Sleep Interaction -> Failed Recordings mikeh49 48 15,759 2021-03-21, 11:21 PM
Last Post: careads
  ts file shows length too long? SuttonWillow 2 2,073 2021-03-15, 01:56 PM
Last Post: mvallevand
  Most recordings are zero bytes virtualpaul 4 2,226 2021-01-29, 12:55 PM
Last Post: virtualpaul
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 2,294 2021-01-07, 08:47 AM
Last Post: sub
  Recordings not playing in browser FamilyGuyFan 1 1,554 2020-10-22, 10:18 PM
Last Post: mvallevand
  Recordings 1 minute off BobbyDing 7 3,047 2020-10-11, 08:07 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode