I set up the show "Today With Hoda & Jenna" to record, and the filename it created had some date information instead of the season/episode number (the guide listing does have the season/episode info).
The filenames created were:
RootDir\Today With Hoda & Jenna\Today With Hoda & Jenna_20210205_00060100.ts RootDir\Today With Hoda & Jenna\Today With Hoda & Jenna_20210205_00060100.xml
Should have been:
RootDir\Today With Hoda & Jenna\Season 2021\Today.With.Hoda.&.Jenna.S2021E24.ts RootDir\Today With Hoda & Jenna\Season 2021\Today.With.Hoda.&.Jenna.S2021E24.xml
Attached is the zipped log file. I have set up a Hauppauge WinTV-dualHD DVBC tuner with 46 channels.
Only the first program works, all others do not. I started a new attempt to watch the streams at 23:16. A few hours ago it worked I think. And I think after a PC restart it would work again, but I already had this problem a few days ago, that after some time the stream no longer works.
Change the port used by V5 to avoid a conflict with V4 ... Advanced Setup
Restart the NextPVR Server service ... by re-booting the computer.
I tried several times installing and re-booting but I am still not successful.
I copied the config.xml and npvr.db3.
I have changed the port 8866 to another one (8867) as suggested in the 'Advanced Setup'.
I have changed the NPVR service starting to 'manual' in the windows services, since it looked like the V4 which was still running. I want to reduce potential problems.
The tray seems to be installed, it is a squarish 'N' icon instead of a circle 'N' in V4.
1- When I try to open the 'Web App', I get an error on the page:
localhost:8867/index.html
I also tried localhost:8866/index.html but nothing to see there either.
2- When I try to open the 'Desktop App', it says unable to connect to server. A few times it said something like 'too many ...' but I was not fast enough to read and take note of the message since it disappears fast.
3- When I try to open the 'Show Status', it just show a blank page.
Hi, I setup NextPVR as my backend and it works perfecty in the server laptop, and via Kodi+NextPVR addon in the clients. Using it primarily to view OTA live feeds. The problem with this setup is, I need to have Kodi in all the client devices to access the live tv. That includes my ios devices, and unless I jailbreak those, I cant have Kodi installed there. Then I heard that NextPVR can stream without Kodi, via a browser or via VLC. I am pretty much a newbie with all this, can someone give some guidance as to how to access nextpvr content outside Kodi using a browser or vlc? I know about http://yourmachinesip:8866, but all it brings up is the TV Guide, and the live stream option doesnt work there in my ipad. What should be done to access the content from nextpvr using clients within the network and in remote locations outside the network? Thanks all.192.168.0.1routerlogin192.168.l.l
Hi, Im looking for possibilities to configure kodi through the .xml files under userdata folder.
is there any easy way to access them on the chromecast? preferebly over network shares.
I suppose I could type in manually the smb share destinations, but i need to also configure the database path for the library to keep it in sync with the rest of my kodi players.
any pointers?192.168.0.1routerlogin192.168.l.l
Hello!,
I recently set up NextPVR and am having some issues with the appletv app. Sorry if these questions are stupid. I have set up comskip to run while recording. The comskip markers are present in the desktop app, but not the web app or appletv app. Is there a setting I can change to tweak this?
I have an ATSC3.0 HDHomeRun tuner from SiliconDust and absolutely love it. It works great with NextPVR. The only problem is with ATSC3.0/AC-4 streams that I record for later viewing. Without an AC-4 codec for Windows you get no audio playback under NextPVR unless you transcode the recordings with a branch of ffmpeg that supports AC-4 audio. I got tired of transcoding my recorded programs using ffmpeg and running scripts to automate the process. It just wasn't clean enough for me, so I decided to build an ATSC3.0/AC-4 capable video player based on the code found here: https://github.com/itisyang/playerdemo
It only has 3 dependencies, SDL2, QT, and ffmpeg so I set about updating it to support richardpl's ffmpeg/AC-4 branch (https://github.com/richardpl/FFmpeg/tree/ac4). I normally avoid github projects that depend on QT for several reasons but this project is very well-written and modular so it was very easy to compile it against the ffmpeg/AC-4 branch. The majority of my time was spent Anglicizing all the dialogs and menus because the author is Chinese and had hardcoded most of the menus and dialogs. I also added the ability to read mpeg TS files directly as that was missing. I've tested it on MKV files and TS files containing AC-4 audio streams and it works great so I suspect it will read any format supported by ffmpeg.
My build environment is Visual Studio 2015 and QT5.6 and the binary is 64-bit. My apologies to those who want 32-bit builds but I have no desire to re-tool my developer system which is entirely 64-bit.
I'm an applications developer, not a video (encode/decode) - (mux/demux) developer, so I will only be able to help you squash bugs in the UI and possibly add more file types.
Just unzip the files to the folder of your choice and run the playerdemo.exe file. It has all the playback controls that one would expect from a modern video player.
Anyway, I hope somebody will get some use out of this player. It was actually a pleasure to update and build, unlike VLC which is a total dumpster fire.
The keyboard shortcuts can be found under the About dialog, just right-click on the screen to bring up the context menu.
The player might be useful to users who don't want to fool around with ffmpeg to transcode the ATSC3.0/AC-4 streams that they've recorded as it allows for direct playback of ATSC3.0/AC-4 files.
I hope you'll forgive me if I missed this issue addressed elsewhere, my searching so far hasn't been fruitful.
I recently completely reinstalled Windows 10, and subsequently NextPVR. I followed the setup instructions, successfully imported the recurring recordings from the previous instantiation of NPVR v4, and live TV worked as expected. I initially had trouble getting ready recordings imported, but once I copied the relevent .db3 file into the data folder they showed up as expected.
The issue I'm currently running in to then reared its ugly head. When I try to watch live TV from the TV Guide screen in the client, I get this error:
Code:
Unhandled exception has occurred in a component in your application. If you click Continue, the application will ignore this error and attempt to continue.
Object reference not set to an instance of an object.
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 NextPVR.Players.LiveTvPlayer.CompleteAsyncStartup()
at NextPVR.Players.LiveTvPlayer.RefeshOSD()
at NUtility.UIController.GetRenderList()
at NextPVR.ControllerForm.Render(Boolean forceRender)
at NUtility.UIController.ShowMessage(String message)
at NextPVR.Players.LiveTvPlayer.StartLiveTV(Channel channel, String& reason)
at NextPVR.Players.LiveTvPlayer.StartLiveTV(String& reason)
at NUtility.UIController.PlayLiveTV()
at NextPVR.Menu.SlideOutMenu.HandleMenuItem(String menuItem)
at NextPVR.Menu.SlideOutMenu.OnKeyDown(KeyEventArgs e)
at NUtility.UIController.OnKeyDown(KeyEventArgs e)
at NextPVR.ControllerForm.ControllerForm_KeyDown(Object sender, KeyEventArgs e)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(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.8.4300.0 built by: NET48REL1LAST_C
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/NextPVR/client/NextPVR.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_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.8.4300.0 built by: NET48REL1LAST_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.8.3752.0 built by: NET48REL1
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/NextPVR/client/NextPVRUI.DLL
----------------------------------------
NUtility
Assembly Version: 5.0.0.0
Win32 Version: 5.0.0.0
CodeBase: file:///C:/Program%20Files/NextPVR/client/NUtility.DLL
----------------------------------------
netstandard
Assembly Version: 2.0.0.0
Win32 Version: 4.8.3752.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/NextPVR/client/NShared.DLL
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
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.8.4320.0 built by: NET48REL1LAST_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.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Drawing.Common
Assembly Version: 4.0.0.1
Win32 Version: 4.6.26919.02
CodeBase: file:///C:/Program%20Files/NextPVR/client/System.Drawing.Common.DLL
----------------------------------------
System.Runtime.InteropServices.RuntimeInformation
Assembly Version: 4.0.2.0
Win32 Version: 4.6.26011.01
CodeBase: file:///C:/Program%20Files/NextPVR/client/System.Runtime.InteropServices.RuntimeInformation.DLL
----------------------------------------
SlimDX
Assembly Version: 4.0.13.43
Win32 Version:
CodeBase: file:///C:/Program%20Files/NextPVR/client/SlimDX.DLL
----------------------------------------
System.Net.Http
Assembly Version: 4.2.0.0
Win32 Version: 4.6.26011.01
CodeBase: file:///C:/Program%20Files/NextPVR/client/System.Net.Http.DLL
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_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: 3.1.0.0
Win32 Version: 3.100.19.56505
CodeBase: file:///C:/Program%20Files/NextPVR/client/Microsoft.Data.Sqlite.DLL
----------------------------------------
SQLitePCLRaw.batteries_v2
Assembly Version: 2.0.2.669
Win32 Version: 2.0.2.669
CodeBase: file:///C:/Program%20Files/NextPVR/client/SQLitePCLRaw.batteries_v2.DLL
----------------------------------------
SQLitePCLRaw.core
Assembly Version: 2.0.2.669
Win32 Version: 2.0.2.669
CodeBase: file:///C:/Program%20Files/NextPVR/client/SQLitePCLRaw.core.DLL
----------------------------------------
SQLitePCLRaw.provider.dynamic_cdecl
Assembly Version: 2.0.2.669
Win32 Version: 2.0.2.669
CodeBase: file:///C:/Program%20Files/NextPVR/client/SQLitePCLRaw.provider.dynamic_cdecl.DLL
----------------------------------------
System.Memory
Assembly Version: 4.0.1.1
Win32 Version: 4.6.27617.02
CodeBase: file:///C:/Program%20Files/NextPVR/client/System.Memory.DLL
----------------------------------------
SQLitePCLRaw.nativelibrary
Assembly Version: 2.0.2.669
Win32 Version: 2.0.2.669
CodeBase: file:///C:/Program%20Files/NextPVR/client/SQLitePCLRaw.nativelibrary.DLL
----------------------------------------
System.ValueTuple
Assembly Version: 4.0.2.0
Win32 Version: 4.6.26011.01
CodeBase: file:///C:/Program%20Files/NextPVR/client/System.ValueTuple.DLL
----------------------------------------
System.Runtime.CompilerServices.Unsafe
Assembly Version: 4.0.4.1
Win32 Version: 4.6.26919.02
CodeBase: file:///C:/Program%20Files/NextPVR/client/System.Runtime.CompilerServices.Unsafe.DLL
----------------------------------------
System.Runtime
Assembly Version: 4.1.2.0
Win32 Version: 4.6.25714.01
CodeBase: file:///C:/Program%20Files/NextPVR/client/System.Runtime.DLL
----------------------------------------
Newtonsoft.Json
Assembly Version: 12.0.0.0
Win32 Version: 12.0.3.23909
CodeBase: file:///C:/Program%20Files/NextPVR/client/Newtonsoft.Json.DLL
----------------------------------------
System.Numerics
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.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.
Clicking continue doesn't do anything, the client freezes and I have to kill it in task manager. I'll attach logs after recreating the error.
Using NextPVR Version: 5.1.0.201216 on unRAID Docker found in the CA list.
I've been uncomfortable with running this Docker using host interface and would rather run as a bridge. I'm unable, however, to get NPVR to accept the stream from HDHomerun tuner using bridge interface.
It seems to stem from port 80, as the docker fails to install if 80 is mapped in/out of the container; the port is in use elsewhere. If I leave that out of the mapping, the container installs fine, and I'm able to get an updated tv schedule and communicate through p:8866 (mapped). Any attempt to view live tv or record a show results of "Streaming Failed - transcoder exited" or empty file in target recording directory. The target file i.e. Matlock.S01E01.Pilot.tx is created, but remains at 0kb. Behavior when container is set to use host interface shows this file growing as expected during recording.
So my question is: is there an alternate port I can use instead of p:80 (and p:443, for that matter; it's not a conflict now, but I imagine it will be at some point) in the application, or is that a necessity of comms with HDHomerun?
From the few unRAID users I've seen here in the forum, they appear to be running in bridge without mapping ports 80, 443. Is there something I'm missing?
Thanks in advance. I've been using NextPVR on my WHS2011 server for ages now, and have only recently migrated to unRAID. Some of the fundamentals are lacking in my understanding, I'm sure...
When watching live TV, if I accidentally tune to one of them, the NextPVR 4 client hangs. It's inconvenient when using an IR remote, as it no longer answers to any remote command, not even to try to tune to another channel. The up/down arrows that I have mapped to buttons on my remote no longer have any effect.
I have to use my wireless keyboard/mouse. The following steps do technically work. 1. right click in black screen area 2. wait about 5 seconds for pop-up menu 3. double click another channel 4. wait about 5 seconds again 5. new channel finally comes up
I have attached a log of a session when I just tried to tune to KTVUDT2 which was offline and this hang happened. I just closed the app afterwards using the wireless keyboard/mouse.
In that case, NextPVR comes back to the same offline channel the next time one tries to watch live TV, necessitating the above steps to be employed. I think if the channel was not tuned correctly, NextPVR shouldn't save it and come back to the same channel the next time around.