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,186
» Latest member: RonB1949
» Forum threads: 65,377
» Forum posts: 602,182

Full Statistics

Online Users
There are currently 1476 online users.
» 2 Member(s) | 1468 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, mvallevand, VCR58

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: mvallevand
10 hours ago
» Replies: 32
» Views: 3,640
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 210
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: drvolks
2026-09-05, 01:00 PM
» Replies: 43
» Views: 6,358
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 166
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: 192
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 182
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 132
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 179
New version problem with ...
Forum: Windows
Last Post: Swami
2026-08-30, 12:23 AM
» Replies: 47
» Views: 3,929
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
2026-08-28, 08:36 AM
» Replies: 1
» Views: 221

 
  XNEWA Estuary Skin for Kodi 17
Posted by: pkscout - 2016-08-25, 07:40 PM - Forum: X-NEWA - Replies (21)

OK, Kodi 17 has finally hit beta, so I downloaded it last night. I can definitely confirm that the Confluence skinning of XNEWA does not work with Estuary (no surprise there). Over the next couple of weeks I'm going to see about skinning XNEWA for Estuary the same as was done for Confluence. I'll post updates here as I get further along.

I'm mostly posting just to have a single place for updates and feedback on this.

Print this item

  Unable to view NPVR 'modern' web client
Posted by: Heuer - 2016-08-25, 06:08 PM - Forum: Legacy (v4.x and earlier) - Replies (6)

Hi

I have successfully installed NPVR 3.7.7 and with the help of SAF have now got everything working - well almost. I have read about the 'modern web view but all I can get is the NEWA version. It is fully populated etc but curiosity led me to try the other version but all I get when I change the url from 8866/guide2.aspx to 8866/modern is a 404 server error. When I go to NPVR settings 'Client' all I can see is Webserver on/off plus the pin code for mobile - there is no place to change from Classic to Modern as detailed in the many posts I have researched. I found an updated 'modern' zip file which I was going to install but I can't find where to put it. There is no 'modern' folder to overwrite either in data or Program.

What am I missing?

Thanks

Print this item

  Transcoding service
Posted by: mvallevand - 2016-08-23, 09:14 PM - Forum: Developers - Replies (27)

I am playing around with the transcoding service and see this

Code:
if (getParameterByName("channel_id", null) != null) { $("#info").text("Requesting stream for channel. Standby..."); url = finalizeURL(baseNPVRURL + 'services/service?method=channel.transcode.initiate&channel_id=' + getParameterByName("channel_id", null) + '&profile=' + profile + '&random=' + Math.random()); statusCheckURL = finalizeURL(baseNPVRURL + 'services/service?method=channel.transcode.status&format=json'); streamURL = finalizeURL(baseNPVRURL + 'services/service?method=channel.transcode.m3u8&random=' + Math.random()); leaseURL = finalizeURL(baseNPVRURL + 'services/service?method=channel.transcode.lease&format=json'); } else // handle recording playback if (getParameterByName("recording_id", null) != null) { $("#info").text("Requesting stream for recording"); url = finalizeURL(baseNPVRURL + 'services/service?method=recording.transcode.initiate&recording_id=' + getParameterByName("recording_id", null) + '&profile=' + profile + '&random=' + Math.random()); statusCheckURL = finalizeURL(baseNPVRURL + 'services/service?method=recording.transcode.status&format=json'); streamURL = finalizeURL(baseNPVRURL + 'services/service?method=recording.transcode.m3u8&random=' + Math.random()); leaseURL = finalizeURL(baseNPVRURL + 'services/service?method=recording.transcode.lease&format=json'); }

I can initiate transcoding and play but I don't see how to stop transcoding without manually killing ffmpeg. I though maybe if I didn't lease it would die. but it has been buffering for 5 mnutes with no reading the status is this

Code:
{ "status": "Buffering stream. Please Wait... (100%)", "final": true, "percentage": 100 }

Thanks,

Martin

EDIT it looks like I have to issue one lease and then it will fail in 5 or 6 seconds.

Martin

Print this item

  Schedules Direct AU and NZ guide data now available.
Posted by: rkulagow - 2016-08-23, 03:49 PM - Forum: Community Announcements - Replies (10)

Schedules Direct is now beginning to offer JSON guide data in Australia and New Zealand. Our initial effort will be for over-the-air content; sub has already added the necessary support for these regions to NextPVR.

This is an open beta; depending on the response rate will help us determine whether we should proceed.

If you would like to use Schedules Direct, then please setup an account at our website and send me an email: rkulagow@gmail.com I will send you a coupon code for a 90-day trial. Please do not pay for the service at this time; if we must cancel the offering due to a low response rate it will be simpler to not have to process refunds.

2016-10-01: The trial has closed. Thanks to all those that used the service.

Print this item

  SDRplay RSP-1 support?
Posted by: Baz - 2016-08-23, 12:44 PM - Forum: Legacy (v4.x and earlier) - Replies (4)

I read on SDRplay.com that someone got the SDRplay RSP-1 working. When scanning for channels, mine doesn't find any when using NextPVR, though I normally receive a strong signal from the main transmitter from my location near London and the SDRplay software also works

Any ideas?

Print this item

  DWM.exe and Next PVR Issues since W10 Anniversary Update
Posted by: cdstephens - 2016-08-23, 03:03 AM - Forum: Legacy (v4.x and earlier) - Replies (60)

Since the Windows 10 Anniversary Update whenever I watch Live TV using NextPVR after an hour or two (Attached actually took 3 hours plus) I receive an out of memory error that lists npvr.exe as the culprit although looking at Task Manager it would sure seem to be an issue with DWM.exe. NPVR.exe seems to be the only program having this issue, at least I've not received a similar error after using Chrome or Plex to stream shows or recordings. Any thoughts or others that are having a similar issue? Logs and screenshots attached.
cdstephens

Print this item

  Duplicate Channels
Posted by: Jakesty - 2016-08-22, 10:32 PM - Forum: Legacy (v4.x and earlier) - Replies (13)

I recently had an HDHR OTA tuner go bad and I replaced it with a new HDHR Extend model. The problem is now I see duplicate channels in the guide. Also in DEVICES I see a pair of tuners that say DCR2650/HDHR Prime.
This is a replacement tuner and can only do OTA.

What do I need to do to combine these are clean up the guide. I have my channels set to schedules direct channels so I hope to not have to reassign them again.

Thanks.

BTW-I tried to upload logs, but I get "Database error"

Print this item

  Channel changing a UK SKY HD+ (sky make) via hauppauge colossus 2 IR Blaster
Posted by: TheWiFiWizard - 2016-08-22, 10:11 PM - Forum: Hardware - Replies (13)

Hi

HARDWARE
PC - Skylake Intel i5, 8Gb DDR4 memory, 1TB SSD Drive
contains
TV Capture card - Hauppauge colossus 2 with IR Blaster
connected to HD Fury Matrix pci card
Fury connected to TV HDMi and Sky HD+ Set Top Box (make Sky, model R013.082.09.00P)

SOFTWARE
Windows 10 Pro
Hauppauge capture and WinTV 8 (latest version)
NextPVR (latest version)
Kodi


I can see and hear the Sky programmes through the Capture software and record perfectly. I can see and hear through NextPVR, but cannot change channels.

Any ideas please?

Print this item

  Movies2 Plugin Problem... Anyone using it?
Posted by: ga_mueller - 2016-08-22, 05:12 PM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (5)

The movies2 plugin creates the xml fine , then populates the movies and everything looks great... except the movies won't play. I guess the plugin creator isn't around much but would appreciate any suggestions...

Print this item

  Sound but black screen USB tuner after Windows 10 Upgrade update
Posted by: p37307 - 2016-08-21, 11:34 PM - Forum: Legacy (v4.x and earlier) - No Replies

After the update to the Windows 10 Upgrade my picture went black but I had sound. Microsoft 10 "anniversary" Upgrade dropped support for MJPEG and H.264 for USB webcams. It affected my Hauppauge. too. Apparantly they only want to support YUY2 USB video devices.

After this registry edit, the picture came back, as does my webcam.

HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows Media Foundation\Platform, add DWORD "EnableFrameServerMode" and set to 0.

Print this item

Pages (6435): « Previous 1 … 883 884 885 886 887 … 6435 Next »
Jump to page 

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