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,219

Full Statistics

Online Users
There are currently 1831 online users.
» 1 Member(s) | 1824 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, JEF

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: sub
Yesterday, 06:27 PM
» Replies: 39
» Views: 3,758
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
Yesterday, 07:22 AM
» Replies: 2
» Views: 495
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
Yesterday, 03:19 AM
» Replies: 15
» Views: 969
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
2026-09-09, 10:35 PM
» Replies: 44
» Views: 6,477
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 257
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 222
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: 221
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 215
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 162
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 200

 
  Ubuntu 18.04 Install Fail?
Posted by: crackulator - 2019-09-16, 12:02 AM - Forum: Linux - Replies (6)

I just tried the v5 server install on a fresh (updated) Ubuntu 18.04 install. Everything seems to have executed without errors or warnings, but no web page is served.

Where do I go from here?

Terminal output attached.

Print this item

  freesat hd channels Audio
Posted by: spudjg1 - 2019-09-15, 12:24 PM - Forum: Windows - Replies (5)

Haveing problems with Audio track 1 (MPEG1,NAR) on freesat hd channels it selects NAR Audio by defult.

have tried to edit the following in the config.xml file
<LanguagePreferenceEIT>eng</LanguagePreferenceEIT>
<LanguagePreference1>eng</LanguagePreference1>
<LanguagePreference2>eng</LanguagePreference2>

Also i have use legacy npvr ts reader and microsoft demultiplexer ticked

still no change can any one help ?

Print this item

  Few Working questions.
Posted by: KyleC_USA - 2019-09-15, 04:29 AM - Forum: Docker arm32v7 - Replies (3)

Hello,

I have NextPVR v5 running on my Pi3+ and wondering how to make it automatically start when I reboot the Pi.

Also where is the CONTAINER ID: and NAME: coming from? I am trying to learn to use docker.

Thanks in advance for you time.

Print this item

  HDHomeRun tuners not found
Posted by: zeppelin58 - 2019-09-14, 11:32 PM - Forum: Docker amd64 - Replies (10)

I've installed the latest amd64 docker image and am not able to get it to find my hdhomerun devices.

I ran it with:

sudo docker run -d \
--volume /home/jim/nextpvr/config:/config \
--volume /home/jim/nextpvr/videos:/recordings \
--volume /home/jim/nextpvr/videos:/buffer \
--publish 8866:8866 \
--env HOST_IP=10.10.10.99 \
--publish 8020-8030:8020-8030/udp \
nextpvr/nextpvr_amd64:latest

When I log into the web gui (10.10.10.99:8866) under settings/devices it only shows IPTV. I can rescan but still nothing.

I exec'd a shell in the container and ran 'hdhomerun_config discover' and it returned 'no devices found'.

I stopped the container and ran it with:

sudo docker run -d \
--volume /home/jim/nextpvr/config:/config \
--volume /home/jim/nextpvr/videos:/recordings \
--volume /home/jim/nextpvr/videos:/buffer \
--network=host \
nextpvr/nextpvr_amd64:latest

Still nothing under devices but when I run 'hdhomerun_config' in the container it finds both my hdhomerun tuners.

I've attached the logs. Any idea what I am doing wrong?

My host running Ubuntu 18.04 if that matters.

Print this item

  Nvidia Shield No Audio Out When Using Direct Play
Posted by: kehnn1 - 2019-09-14, 11:08 PM - Forum: NextPVR Android Client - Replies (5)

I have three Nvidia Shield boxes. One is connect to a surround sound system. On that system with Direct Play enabled my receiver indicates Dolby Digital audio. On the other boxes, however, with direct play enabled I get no audio. When I have direct play not enabled I do get audio but then the picture freezes and buffers. If I use Kodi, however, I have no audio or video issues, but of course I lose my surround sound. So far I've tried various trial and error approaches including the use of LAV, but nothing gives me audio. Any ideas from anyone?

Thanks,
-Kehnn

Print this item

  client/nextpvr.exe startup error
Posted by: martint123 - 2019-09-14, 03:12 PM - Forum: NextPVR Support - Replies (8)

I've not used it for a bit, but just trying it again.
As soon as I start it up directly from the program files directory it throws a .NET framework error box.
Running on the server machine. I can' think of anything I've made a mess of recently .....


Code:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at NUtility.SkinHelper.GetElementAlpha(String name) at NUtility.Controls.UiButton..ctor(String normalElementName, String selectedElementName, String name, Hashtable args, SkinHelper skinHelper) at NextPVR.Menu.SlideOutMenu.Initialise() at NextPVR.Menu.SlideOutMenu.Activate() at NUtility.UIController..ctor(FrontEndServices frontendServices) at NextPVR.ControllerForm.ControllerForm_Load(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at NextPVR.ControllerForm.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.7.3460.0 built by: NET472REL1LAST_B CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- NextPVR Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/NPVR5/client/NextPVR.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.7.3324.0 built by: NET472REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.7.3451.0 built by: NET472REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- NextPVRUI Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/NPVR5/client/NextPVRUI.DLL ---------------------------------------- NUtility Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/NPVR5/client/NUtility.DLL ---------------------------------------- netstandard Assembly Version: 2.0.0.0 Win32 Version: 4.7.3190.0 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/netstandard/v4.0_2.0.0.0__cc7b13ffcd2ddd51/netstandard.dll ---------------------------------------- NShared Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/NPVR5/client/NShared.DLL ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.7.3324.0 built by: NET472REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.7.3429.0 built by: NET472REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Runtime.InteropServices.RuntimeInformation Assembly Version: 4.0.2.0 Win32 Version: 4.6.26011.01 CodeBase: file:///C:/Program%20Files/NPVR5/client/System.Runtime.InteropServices.RuntimeInformation.DLL ---------------------------------------- Unmanaged Assembly Version: 1.0.7163.35170 Win32 Version: CodeBase: file:///C:/Program%20Files/NPVR5/client/Unmanaged.DLL ---------------------------------------- System.Drawing.Common Assembly Version: 4.0.0.0 Win32 Version: 4.6.26515.06 CodeBase: file:///C:/Program%20Files/NPVR5/client/System.Drawing.Common.DLL ---------------------------------------- SlimDX Assembly Version: 4.0.13.43 Win32 Version: CodeBase: file:///C:/Program%20Files/NPVR5/client/SlimDX.DLL ---------------------------------------- System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.7.3260.0 built by: NET472REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- Microsoft.Data.Sqlite Assembly Version: 2.1.0.0 Win32 Version: 2.1.0.18136 CodeBase: file:///C:/Program%20Files/NPVR5/client/Microsoft.Data.Sqlite.DLL ---------------------------------------- SQLitePCLRaw.batteries_v2 Assembly Version: 1.1.11.121 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/NPVR5/client/SQLitePCLRaw.batteries_v2.DLL ---------------------------------------- SQLitePCLRaw.provider.e_sqlite3 Assembly Version: 1.1.11.121 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/NPVR5/client/SQLitePCLRaw.provider.e_sqlite3.DLL ---------------------------------------- SQLitePCLRaw.core Assembly Version: 1.1.11.121 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/NPVR5/client/SQLitePCLRaw.core.DLL ---------------------------------------- System.ValueTuple Assembly Version: 4.0.2.0 Win32 Version: 4.6.26011.01 CodeBase: file:///C:/Program%20Files/NPVR5/client/System.ValueTuple.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.

Print this item

  no tuner available
Posted by: brucewol - 2019-09-14, 02:26 PM - Forum: Legacy (v4.x and earlier) - Replies (8)

I'm a new user to nextpvr and so far struggling to get the basics working. I'm on windows 10 Pro 1903. Just installed NPVRSetup_4_2_4_190307. I;ve attached a zip of the log files. For my epg, I'm using schedulesdirect which seems to partial work - i only got info for the first channel. haven't looked into that yet.

My problem is that i can't record. I can view a channel but i get no tuner available when trying to do a record. Searched the forum but posts relating to this problem seemed to cover situations that were more complicated then what i have.

Print this item

  M3U File???
Posted by: VincentVega29 - 2019-09-14, 12:29 AM - Forum: Legacy (v4.x and earlier) - Replies (1)

Hi,

Can you use an M3U file rather than a URL to add channels to NextPVR?

Thanks

Vincent

Print this item

  Play back of recording from client PC hangs up
Posted by: dcl - 2019-09-13, 08:26 PM - Forum: Legacy (v4.x and earlier) - Replies (5)

Play back of recording from client PC hangs up (end task via task manager needed to recover). Same problem with different recordings and from different clients. Recording play back from server is fine. Also no problem playing recording .ts file from client PCs using VLC (recordings are stored on a shared server drive). All other functionality in client seems OK - I can view recording list, etc. I've tried rebooting server and clients. This problem first appeared a couple of days ago, all was fine before. The only thing I can think of that changed was a Windows 10 update. Server and client PCs run latest version of Windows 10.

Thank you for your help.

Dave

Print this item

  HDPVR - Completely Lost
Posted by: hdpvr-doug8796 - 2019-09-13, 05:36 PM - Forum: Legacy (v4.x and earlier) - Replies (48)

I have searched for guides and have come short. I am usually pretty tech savvy, but I am having major issues using the HDPVR and ATT Uverse. Does anyone know what I can do to get the IR blaster to work and to add channels? I am completely lost. I will pay someone for help if need be.

Print this item

Pages (6435): « Previous 1 … 577 578 579 580 581 … 6435 Next »
Jump to page 

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