NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,167
» Latest member: algesal.art.1966
» Forum threads: 65,370
» Forum posts: 602,134

Full Statistics

Online Users
There are currently 1619 online users.
» 0 Member(s) | 1613 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex

Latest Threads
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
Yesterday, 08:36 AM
» Replies: 1
» Views: 84
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
Yesterday, 03:57 AM
» Replies: 5
» Views: 3,396
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 255
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 197
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 445
Radio stations for NextPV...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: LynnO
2026-08-23, 07:28 PM
» Replies: 28
» Views: 10,083
Desktop Client lost it's ...
Forum: Windows
Last Post: sub
2026-08-23, 03:37 AM
» Replies: 6
» Views: 354
Record playback manual sk...
Forum: Linux
Last Post: mvallevand
2026-08-23, 03:03 AM
» Replies: 4
» Views: 236
DVB-S2 scan succeeds, cha...
Forum: Linux
Last Post: mvallevand
2026-08-21, 09:17 PM
» Replies: 15
» Views: 671
Any experience using the ...
Forum: Linux
Last Post: mvallevand
2026-08-21, 08:08 PM
» Replies: 5
» Views: 262

 
  NextPVR plugin crashing in latest RC2 Nightlies as of 12/29/12
Posted by: BrainStormer - 2012-12-30, 04:38 AM - Forum: Kodi / XBMC - Replies (15)

looks like it gets stuck loading channels from clients....

--Opps Caused by blank channel name.---

Print this item

  NPVR won't do scheduled recordings but will from Live TV
Posted by: The_Keymaker - 2012-12-30, 02:24 AM - Forum: Legacy (v4.x and earlier) - Replies (14)

Ok here is the situation.

I have an HD PVR 2 that works fine via HDMI. If I go into the guide and select a show to record via quick record, the show does not record (no recording file is produced), even though I can see the HD PVR 2 record indicator turn green (i.e., it's recording).

HOWEVER, if I go into the guide and select a show to 'watch', let the show appear on the screen, then go back into the guide (F1) while the Live TV stream is playing and select 'quick record' the show records (a recording file is produced).

I've attached a log for just this scenario. The only thing I noticed in the log that could be related is this for the non-recording scenario:

Quote:2012-12-29 20:31:40.346 [DEBUG][7] Invalid file passed to StartParallelProcessing(): 'D:\Recordings\Regular Show\Regular Show_20121229_20302045.ts'

This both does AND does not make any sense: Yes, the file is invalid because IT DOES NOT YET EXIST as the device has not yet started recording!. This is not the case in the live TV scenario as the buffer file is 'the recording' and does exist. Maybe this is an indication of where the problem lies.

Thanks in advance for any help or suggestions.

Print this item

  NextPVR/XBMC on OpenElec - ION
Posted by: mvallevand - 2012-12-30, 12:41 AM - Forum: Kodi / XBMC - No Replies

I've uploaded a couple of video today and though I'd show how it reacts on a low end PC Here is OpenElec running on an the original ION. http://youtu.be/bvv5frGJtbY I couldn't capture the boot or the load of the PVR channels because C4Me kept crashing on the resolution changes but it takes about 40 seconds You will see the same problems changing channels between SD and ATSC HD as there is on the RPi.

Of note this is a USB boot of linux, no harddisk so it is truly a bare bones ION that you might expect to get in the $175-250 dollar range.

Edit new url the last one was poor quality.

Martin

Print this item

  Channels EPG mapping to XMLTV only looks at first display name tag for auto mapping
Posted by: typoknig - 2012-12-30, 12:39 AM - Forum: Legacy (v4.x and earlier) - Replies (9)

My cable company is Comcast.
I'm using an HDHomeRunPrime (HDHR3-CC)
I'm using mc2xml to generate an xmltv file named "tvguide.xml"

Inside the "tvguide.xml" file channel tags are structured like this:

[HTML]
<channel id="I15.250737820.microsoft.com">
<display-name>15 OWN</display-name>
<display-name>15</display-name>
<display-name>OWN</display-name>
<display-name>Oprah Winfrey Network</display-name>
<display-name>Satellite</display-name>
</channel>
[/HTML]

When I go to "Settings -> Devices" and select one of my HDHR tuners (not ATCS, not QAM) and then press the "Device Setup" button then press the "Scan" button, NPVR successfully scans and finds all the channels I expected and names them appropriately. For instance channel 15 for me is named "OWN".

The problem is this, when I go to "Settings -> Channels" and then click on "OWN" and press the "Details" button then set the "EPG source" to "XMLTV", NPVR does not automatically select "OWN" in the "Mapping" field. I have found that NPVR will only select the correct channel in the "Mapping" field if the name NPVR has assigned to the channel exactly matches the first "display-name" tag for the channel in the "tvguide.xml" file.

So if I change the structure of my channel tags to this...

[HTML]
<channel id="I15.250737820.microsoft.com">
<display-name>OWN</display-name>
<display-name>Oprah Winfrey Network</display-name>
<display-name>Satellite</display-name>
</channel>
[/HTML]

... then NPVR works as expected.

Seems like NPVR should look at all the "display-name" tags. Is there an easy fix for this or do I have to write a script to strip out the "display-name" tags that are confusing NPVR?

Print this item

  Windows 8 Compatability
Posted by: jerry430 - 2012-12-30, 12:33 AM - Forum: Legacy (v4.x and earlier) - Replies (9)

I just bought a new Dell PC with Windows 8. Since my old computer's PVR-150 is PCI and won't fit in the new Dell PCIe, I bought an HVR1800. However, Windows won't detect the new card. I've tried using all the slots, rebooting, and running HCWclear, but it's like it's not there. It doesn't show up in the device manager and when I try to install the WinTV drivers, it says there is no compatible hardware. My plan is to start with GBPVR (which I've enjoyed for the last seven years), and then experiment with NPVR.

I'm wondering if I have a defective card, or if Windows 8 isn't compatible with the HVR-1800. Is anyone using an HVR-1800 with Windows 8?

Print this item

  HDHomerun Prime-yes I added the firewall exceptions-No picture and no guide
Posted by: lowkey127 - 2012-12-29, 09:53 PM - Forum: Legacy (v4.x and earlier) - Replies (11)

Using a HDHomeRun prime tuner, and have NextPVR loaded on WHS 2011. Even the the firewall is off for local connects, I added the rules for both incoming and outgoing for NDigitalhost, NPVR and Nrecord. When I try to update the guide it just cycles from 59 second to 2 over and over again, and I'm getting a black screen when I try to view anything. I know the HDHomeRun is work, because I can use it just fine with WMC on one of my Windows 7 Computers. I've attached everything in the log file folder. Please tell me what I'm doing wrong.

Print this item

  AVerMedia CaptureHD H727 recording resolution
Posted by: *Roma* - 2012-12-29, 08:22 PM - Forum: Legacy (v4.x and earlier) - Replies (10)

I use NextPVR 2.5.9 Patches R1 with SoftPVR ( Capture card - AVerMedia CaptureHD H727 ).
When doing a recording through HDMI , NextPVR sets 720x576 ,while my card support 1920x1080 and 1280x720.

NRecord.log:

[DEBUG][7] StartStream(7223:Channel 110)
[DEBUG][7] looking for capture source
[DEBUG][7] checking: AVerMedia BDA Analog Capture
[DEBUG][7] enabled and present
[DEBUG][7] does not have channel
[DEBUG][7] checking: AVerMedia BDA Analog Capture Secondary
[DEBUG][7] enabled and present
[DEBUG][7] has channel
[DEBUG][7] live tv is possible
[INFO][7] AnalogRecorder.StartStream(LIVE&D:\NextPVR\live-Channel 110-3237.ts)
[INFO][7] AnalogRecorder stream count now 1
[INFO][7] Running blaster: C:\Program Files (x86)\EventGhost\EventGhost.exe -n lo
[INFO][7] Creating graph
[DEBUG][7] Building graph using: AVerMedia BDA Analog Capture Secondary (1).
[DEBUG][7] about to look for encoder
[DEBUG][7] SetCaptureResolution()
[DEBUG][7] PAL/SECAM tuner
[DEBUG][7] 0: 720x576 (subtype: {32595559-0000-0010-8000-00AA00389B71})
[DEBUG][7] 1: 720x480 (subtype: {32595559-0000-0010-8000-00AA00389B71})
[DEBUG][7] 2: 720x576 (subtype: {55595659-0000-0010-8000-00AA00389B71})
[DEBUG][7] 3: 720x480 (subtype: {55595659-0000-0010-8000-00AA00389B71})
[DEBUG][7] 4: 720x576 (subtype: {59565955-0000-0010-8000-00AA00389B71})
[DEBUG][7] 5: 720x480 (subtype: {59565955-0000-0010-8000-00AA00389B71})
[DEBUG][7] 6: 640x480 (subtype: {32595559-0000-0010-8000-00AA00389B71})
[DEBUG][7] 7: 640x480 (subtype: {55595659-0000-0010-8000-00AA00389B71})
[DEBUG][7] 8: 640x480 (subtype: {59565955-0000-0010-8000-00AA00389B71})
[DEBUG][7] 9: 1920x1080 (subtype: {32595559-0000-0010-8000-00AA00389B71})
[DEBUG][7] 10: 1920x1080 (subtype: {32595559-0000-0010-8000-00AA00389B71})
[DEBUG][7] 11: 1920x1080 (subtype: {55595659-0000-0010-8000-00AA00389B71})
[DEBUG][7] 12: 1920x1080 (subtype: {55595659-0000-0010-8000-00AA00389B71})
[DEBUG][7] 13: 1920x1080 (subtype: {59565955-0000-0010-8000-00AA00389B71})
[DEBUG][7] 14: 1920x1080 (subtype: {59565955-0000-0010-8000-00AA00389B71})
[DEBUG][7] 15: 1280x720 (subtype: {32595559-0000-0010-8000-00AA00389B71})
[DEBUG][7] 16: 1280x720 (subtype: {32595559-0000-0010-8000-00AA00389B71})
[DEBUG][7] 17: 1280x720 (subtype: {55595659-0000-0010-8000-00AA00389B71})
[DEBUG][7] 18: 1280x720 (subtype: {55595659-0000-0010-8000-00AA00389B71})
[DEBUG][7] 19: 1280x720 (subtype: {59565955-0000-0010-8000-00AA00389B71})
[DEBUG][7] 20: 1280x720 (subtype: {59565955-0000-0010-8000-00AA00389B71})
[DEBUG][7] selected: 0: 720x576 (subtype: {32595559-0000-0010-8000-00AA00389B71})
[DEBUG][7] about to add mux
[DEBUG][7] about to add tee
[DEBUG][7] about to connect writers
[DEBUG][7] Graph filter list:
[DEBUG][7] - NPVR Writer2
[DEBUG][7] - NPVR Writer
[DEBUG][7] - Infinite Pin Tee Filter
[DEBUG][7] - MainConcept (HCW) MPEG Multiplexer-Plus
[DEBUG][7] - MainConcept (HCW) Layer II Audio Encoder
[DEBUG][7] - MainConcept (HCW) MPEG-2 Video Encoder
[DEBUG][7] - AVerMedia BDA Analog Capture Secondary
[DEBUG][7] - AVerMedia BDA Analog Xbar Secondary
[INFO][7] About to start graph
[DEBUG][7] Setting top field first (PAL)
[DEBUG][7] About to tune graph to:


How can i set : YUY2 1920x1080 25fps and YUY2 1280x720 50fps ?


Thanks

Roman

Print this item

  Repeating Timer only runs once
Posted by: a_team - 2012-12-29, 07:56 PM - Forum: Kodi / XBMC - Replies (4)

Hi

I created a timer recording event for recording the 11pm local news (my life is exciting eh). I set the timer's lifetime to 364 days (it wouldn't save the 365 value) thinking that it would repeat every night, however, it recorded the news the first night and then simply disappeared.

I then went to the 11pm News, set it to Record, found the Timer event and edited it to have a lifetime of 364 days - but it did the same and only recorded the news on the 27th and nothing on the 28th.

Am I doing something wrong?

Print this item

  Modifying or adding channels
Posted by: Rich A - 2012-12-29, 07:34 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

My cable provider occasionally adds, moves or delete channels. As far as I know the only way I can make an adjustment to my saved line-up is to rescan ALL the channels and then delete the ones I don't want. Is there any way to just remove or add just one or two channels?

I've got 6 tuners (three cable card and three clear QAM digital) And the line up is extensive. Editing the line-ups is tedious at best. Is there another way ?

- Rich

Print this item

  Clients leaving live TV temp files
Posted by: SickBoy - 2012-12-29, 03:43 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

I've had a recurring issue of NPVR not cleaning up temporary files when streaming to client - I've tested it out and determined that it's definitely happening only when streaming to the client and not when watching on the server itself.

Code:
C:\tv_temp>dir Volume in drive C is Windows 7 Volume Serial Number is D064-2BFD Directory of C:\tv_temp 12/29/2012 09:36 AM <DIR> . 12/29/2012 09:36 AM <DIR> .. 12/29/2012 09:25 AM 703,484,720 live-KARE-HD-5029-7.ts 12/29/2012 09:31 AM 730,232,232 live-KARE-HD-5029-8.ts 12/29/2012 09:36 AM 447,161,384 live-KARE-HD-5029-9.ts 3 File(s) 1,880,878,336 bytes 2 Dir(s) 208,577,212,416 bytes free C:\tv_temp>

Most of the temp files left show up in Windows Explorer as being 6 minutes and 40 seconds in length, and this issue seems to occur only with a subset of channels coming from my HDHR devices. It's not really an issue, per se, except for a couple of times when my C: drive has entirely filled, causing the server to hang. I've written a script to stop the recording service, delete the live-*.ts files in the temp dir and restart the service, every day at 2:05 AM, but this is somewhat of a hackish solution and of course disrupts any live TV watching or recording during that time.

Logs attached.

Print this item

Pages (6434): « Previous 1 … 1384 1385 1386 1387 1388 … 6434 Next »
Jump to page 

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