NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR v4 Support (legacy versions) v
« Previous 1 … 23 24 25 26 27 … 431 Next »
Recording Error: No errors, but no data delivered.

Recording Error: No errors, but no data delivered.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,588
Threads: 410
Joined: Jul 2005
#1
2019-04-08, 04:03 AM (This post was last modified: 2019-04-08, 04:11 AM by jksmurf.)
Hmmm

Been getting these errors recently. Lots of them.

Code:
Just Recording Error: No errors, but no data delivered. This is usually because the device failed to lock a signal.
Then
Code:
Recording Error: Device failed to start

Is the computer not waking NextPVR to record do you think?
I ask as when I go into the Channel manually it has a stream which seems to work fine and the show ts and ts map file show fine.

netstat -an | find /i "listening" >LISTEN.txt

Code:
TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:2869           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:3689           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:5040           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:5357           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:5916           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:7680           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:7969           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:8337           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:8866           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:8968           0.0.0.0:0              LISTENING
  TCP    0.0.0.0:49664          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:49665          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:49666          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:49667          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:49711          0.0.0.0:0              LISTENING
  TCP    0.0.0.0:49730          0.0.0.0:0              LISTENING
  TCP    127.0.0.1:5939         0.0.0.0:0              LISTENING
  TCP    127.0.0.1:27015        0.0.0.0:0              LISTENING
  TCP    127.0.0.1:28380        0.0.0.0:0              LISTENING
  TCP    127.0.0.1:28385        0.0.0.0:0              LISTENING
  TCP    192.168.1.10:139       0.0.0.0:0              LISTENING
  TCP    [::]:135               [::]:0                 LISTENING
  TCP    [::]:445               [::]:0                 LISTENING
  TCP    [::]:2869              [::]:0                 LISTENING
  TCP    [::]:5357              [::]:0                 LISTENING
  TCP    [::]:7680              [::]:0                 LISTENING
  TCP    [::]:8866              [::]:0                 LISTENING
  TCP    [::]:49664             [::]:0                 LISTENING
  TCP    [::]:49665             [::]:0                 LISTENING
  TCP    [::]:49666             [::]:0                 LISTENING
  TCP    [::]:49667             [::]:0                 LISTENING
  TCP    [::]:49711             [::]:0                 LISTENING
  TCP    [::]:49730             [::]:0                 LISTENING


[EDIT]I recently changed both pre and post padding to 0, would this have had any affect?
[EDIT]Ref this thread https://forums.nextpvr.com/showthread.ph...gnal/page9 I don't have a <HDHRBasePort> setting in config.xml so assume it's not needed any more.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 96,869
Threads: 676
Joined: Nov 2003
#2
2019-04-08, 04:09 AM
Those are two different errors. Neither are typically NextPVR issues. I can't let you much more than the what the error says:

"No errors, but no data delivered. This is usually because the device failed to lock a signal."

"Device failed to start"

To get anything more than this, you'd probably look for patterns. For example, with the "No errors, but no data delivered" maybe check if it's always the same channel(s). You might get a week signal on these channels, or the broadcaster has moved these channels and it'll never managed to lock onto a channel (and you'd need to rescan to find the new tuning).

For the "Device failed to start". It's either in use elsewhere, or the driver has shat itself (probably requiring reboot before it comes right)
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,588
Threads: 410
Joined: Jul 2005
#3
2019-04-08, 04:18 AM
sub Wrote:Those are two different errors. Neither are typically NextPVR issues. I can't let you much more than the what the error says:

"No errors, but no data delivered. This is usually because the device failed to lock a signal."

"Device failed to start"
OK

sub Wrote:To get anything more than this, you'd probably look for patterns. For example, with the "No errors, but no data delivered" maybe check if it's always the same channel(s). You might get a week signal on these channels, or the broadcaster has moved these channels and it'll never managed to lock onto a channel (and you'd need to rescan to find the new tuning).
It's Digital TV over an IPTV Box so can't see why it would be a weak signal right?

sub Wrote:For the "Device failed to start". It's either in use elsewhere, or the driver has shat itself (probably requiring reboot before it comes right)
Big Grin. Right. Off to clean up that nasty mess then.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 96,869
Threads: 676
Joined: Nov 2003
#4
2019-04-08, 04:20 AM
HDMI from your Colossus? Maybe some channels have HDCP? This can cause a colossus to not deliver any data.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,588
Threads: 410
Joined: Jul 2005
#5
2019-04-08, 04:24 AM
sub Wrote:HDMI from your Colossus? Maybe some channels have HDCP? This can cause a colossus to not deliver any data.

I have a splitter that seems to work when I run it manually but yes a good possible reason all the same.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
Video Restrict Recording Space foucomm 1 86 2021-01-30, 09:25 PM
Last Post: mvallevand
  Directory dropdown on the recording edit dialog MicahMakenzie 1 144 2021-01-11, 04:37 PM
Last Post: Graham
  Recording service stopped or not running at scheduled time MattInetroit 3 197 2021-01-08, 12:03 AM
Last Post: mvallevand
  Recording to NAS? Reddwarf 27 2,868 2020-12-02, 04:54 PM
Last Post: LL88
  unable to delete recording manic_biker 9 281 2020-12-01, 09:41 PM
Last Post: mvallevand
  Problem setting up recording for some programmes LeoL 5 213 2020-10-21, 09:34 PM
Last Post: LeoL
  black play and zero recording sebjoan 5 376 2020-10-13, 05:16 PM
Last Post: sebjoan
  Replayed recording problem Tj.2 25 2,314 2020-09-22, 04:51 PM
Last Post: baj1
  Recurring recording problem Dave48167 18 690 2020-09-10, 08:26 PM
Last Post: Dave48167
  NextPVR Recording Service doesn't install from Services SamM 4 474 2020-08-02, 01:11 AM
Last Post: SamM

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

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

Linear Mode
Threaded Mode