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,193
» Latest member: davidrfellows@gmail.com
» Forum threads: 65,379
» Forum posts: 602,208

Full Statistics

Online Users
There are currently 1608 online users.
» 1 Member(s) | 1601 Guest(s)
Applebot, Baidu, Bing, DuckDuckGo, Google, Yandex, mvallevand

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: mvallevand
1 hour ago
» Replies: 38
» Views: 3,732
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
10 hours ago
» Replies: 2
» Views: 485
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
Today, 03:19 AM
» Replies: 15
» Views: 955
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
Yesterday, 10:35 PM
» Replies: 44
» Views: 6,462
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 250
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 199
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-09-04, 01:00 AM
» Replies: 1
» Views: 208
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 209
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 157
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 191

 
  Blu-ray Plug-in
Posted by: jcole998 - 2017-07-29, 09:18 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (2)

Would like to get some help playing blu-ray .iso file as mentioned in the Blu-ray Plug-in in the Wiki help.

I followed the directions as best I can and the library seemed to register OK. But I can't seem to get the plug-in to appear in the list of plug-ins in the settings dialog. I'm not really sure where to unpack the zip file.

Hoping someone can help.

Thanks.

Print this item

  4.0.4 no playback from HD-PVR2 with new TSreader
Posted by: sgilani - 2017-07-29, 05:26 PM - Forum: Legacy (v4.x and earlier) - Replies (39)

Even with the ts reader patch from the "freeze while skip" thread, channels from my HD-PVR2 (which are most of them) still have no playback at all.

The "please wait" screen stays up for several seconds, and then just a black screen with no audio. I've waited up to 30 seconds while trying, but never got playback.

With the MS decoder, the TS reader 4 stats are:

Quote:SOURCE: J:\Buffer\NASCAR Racing_20170729_10141130.tsSTARTED: 10:14:23.756
LAST_SEEK_REQUESTED: 40.000000 seconds

With the Cyberlink decoder, the stats are:

Quote:SOURCE: J:\Buffer\NASCAR Racing_20170729_10181130.ts
STARTED: 10:18:30.094
H264: PID 4113 (0x1011)
AC3: PID 4352 (0x1100)
PCR: 484445826
STREAM_TIME: 13722
FILE_POSITION: 18546688
FILE_LENGTH: 18546688
m_tStart: 5125092600000
DISCONTINUITY: Discontinuity noted at 10:18:47.792 (H264)
PES_H264: PTS 1668488 (sample time 14314.300000ms)
VIDEO_DIFF: 583.300000ms
SEGMENT_START: 0.000000 seconds
PES_AC3: PTS 1384889 (sample time 11163.200000ms)
AUDIO_DIFF: 81.200000ms
LAST_SEEK_REQUESTED: 16.000000 seconds

Logs are attached.

Print this item

  Amazon Fire Stick
Posted by: jcjefferies - 2017-07-29, 02:41 PM - Forum: Kodi / XBMC - Replies (2)

I was surprised just how well the Amazon Fire Stick plays NextPVR recording via Kodi given the usual recommendation to use a wired network connection for best results. I use X-NEWA and HD recordings play faultlessly and "Skip" although not perfect works acceptably well! The biggest weakness I found is the simple remote with no ability to page up/down or sideways the menu or EPG. There is the ability to simulate ordinary remote control keys but it takes four key presses to to do a "page down"! As I have 159 entries in my "Ready Recordings" menu its not practical to navigate to the end of the menu so I use it to watch Recent Recordings!

When doing the initial setup I could find no way to edit either of the xml I needed to change. Both installed text editors loaded the files but neither had an on screen keyboard to allow you to edit the text. In the end I used Kodi file manger to copy the files to a network share, edit them then copy them back.

Chris

Print this item

  4.0.4 play DVD crashes
Posted by: Wakalaka - 2017-07-29, 04:52 AM - Forum: Legacy (v4.x and earlier) - No Replies

log attached, see readme.txt for crash dialog text

Print this item

  File Conversion MP4/MKV like to MPG via ffmpeg - need HELP
Posted by: puck64 - 2017-07-28, 07:04 AM - Forum: Legacy (v4.x and earlier) - Replies (12)

Hi All,

I need a little help converting an avc/aac ts file to mpeg/ac3 ts file.

Notice I am only extracting 2 minutes of video starting at 1 minute from the start.

The code I'm trying to use is ...
ffmpeg -t 00:02:00.000 -ss 00:01:00.000 -i %1 -vcodec mpeg2video -aspect 16:9 -profile:v 4 -level:v 6 -b:v 15000k -bufsize 25000k -maxrate 25000k -vf "scale=1920:1080,yadif=0:-1" -acodec ac3 -ab 448k -ar 48000 -ac 2 -f mpegts -y "%~n1.ts"

When I try and open it in VideoRedo 3 I get the following error message "No PIDs specified when trying to open a transport stream"

If I use the following code ...
ffmpeg -t 00:02:00.000 -ss 00:01:00.000 -i %1 -vcodec mpeg2video -aspect 16:9 -profile:v 4 -level:v 6 -b:v 15000k -bufsize 25000k -maxrate 25000k -vf "scale=1920:1080,yadif=0:-1" -acodec ac3 -ab 448k -ar 48000 -ac 2 -f vob -y "%~n1.mpg"

The screen bleeds messages like ...
[vob @ 00000000025c6040] buffer underflow st=1 bufi=916 size=1792
[vob @ 00000000025c6040] buffer underflow st=1 bufi=1139 size=1792
---------------------------->
[vob @ 00000000025c6040] buffer underflow st=1 bufi=436 size=1792
[vob @ 00000000025c6040] buffer underflow st=1 bufi=659 size=1792
[vob @ 00000000025c6040] buffer underflow st=1 bufi=882 size=1792
Last message repeated 47 times

VideoRedo 3 is happy with the file generated but I do not like blood :eek:

Any help getting the first command to work would be much appreciated. :o

Print this item

  4.0.4 live TV randomly freezes
Posted by: sgilani - 2017-07-28, 04:54 AM - Forum: Legacy (v4.x and earlier) - Replies (2)

Hi,

i'm having trouble with live TV after updating to 4.0.4, using an HD-PVR2 (1517) and an HVR-1255, running on Windows 8.1.

I get just a black screen and no audio with the new tsreader no matter the decoder. Ticking legacy makes it work again, except it randomly freezes. This looks promising from the logs:

Quote:2017-07-27 21:39:58.057 [DEBUG][43] Renew lease ok (0x160054)
2017-07-27 21:40:08.230 [DEBUG][43] Renew lease ok (0x160054)
2017-07-27 21:40:18.392 [DEBUG][43] Renew lease ok (0x160054)
2017-07-27 21:40:28.568 [DEBUG][43] Renew lease ok (0x160054)
2017-07-27 21:40:53.622 [ERROR][9] Live stream expired without 15 second renewal. (handle:160054)
2017-07-27 21:40:53.649 [INFO][9] No more streams active. Stopping device.

(logs attached)

Print this item

  v4.0.4 (170723) Web app appears to be nonfunctional on mobile
Posted by: mrdally204 - 2017-07-27, 06:33 PM - Forum: Legacy (v4.x and earlier) - Replies (10)

Attempted multiple android phones but nothing appears to be clickable. I'm able to log in, and see the landing page but they appear as text and not links. The hamburger button in the top right is also not clickable. Sharing screen shot. From a desktop browser all functionality is working for me. Let me know if more info is needed Smile

Print this item

  Can't Tune Sub-Channels Directly
Posted by: Jokabomo - 2017-07-27, 05:17 PM - Forum: Legacy (v4.x and earlier) - Replies (9)

I think others have had this issue, but I've not found a resolution.

The problem is, for some stations I can't directly go to a sub-channel. For example (using Kodi frontend):

1. Go to channel list and select 17-2
2. Get spinner and eventually "Tuner Not Available"
3. Go to channel list and select 17-1 - it comes in immediately
4. Channel-up to 17-2 and it comes in immediately

I'm using an HD-Homerun tuner.

Logs attached.
Thanks.

Print this item

  Refreshing recorded programs inside NextPVR
Posted by: Ark :D - 2017-07-27, 03:05 PM - Forum: Legacy (v4.x and earlier) - Replies (2)

Hello!

NextPVR has been working spectacularly for me for quite some time now, however, I have on issue that I am unsure how to fix. The issue is, files that I have placed in my recorded TV folder do not show up inside NextPVR under Recordings. New recordings made by NextPVR show up just fine.

Problem occurred under these circumstances:

I was running NextPVR 3.9.2. When I noticed 4.0.4 was posted, I downloaded it and installed it over top of my 3.9.2 install. A few days passed, and my wife told me her new recordings were not showing up in Kodi. When I investigated, I found that installing NextPVR 4.0.4 had reset my TV recording directory to a default. After correcting the setting, I checked the default folder and my wife's recordings were there, so I just moved them to my real recordings folder. Unfortunately, simply moving the files does not make them show up in NextPVR's Recordings list, and therefore, Kodi does not see them either.

My question is, is there a way to force NextPVR to rescan (re-index, refresh, whatever word you want to use) the recordings folder and update the Recordings list? It does not seem to be happening on its own.

Thank you in advance!
~Ark

Print this item

  NPVR looks low res on 4K TV
Posted by: drmargarit - 2017-07-27, 02:29 AM - Forum: Legacy (v4.x and earlier) - Replies (3)

Bought a new 65" 4K TV. NPVR now has chunky fonts and blurry playback. It looks like 640x480 upscaled to HD. Windows itself looks great at 1920x1080. The UI is set at 1920x1080 on the general settings page. What's wrong with this picture?

Jim

Print this item

Pages (6435): « Previous 1 … 786 787 788 789 790 … 6435 Next »
Jump to page 

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