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,192
» Latest member: ThomasThomasyy
» Forum threads: 65,388
» Forum posts: 602,214

Full Statistics

Online Users
There are currently 1664 online users.
» 2 Member(s) | 1656 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, ThomasThomasyy, wax9090u

Latest Threads
Apollo Neuro Discount Cod...
Forum: X-NEWA
Last Post: wax9090u
3 minutes ago
» Replies: 0
» Views: 1
Apollo Neuro Coupon Code ...
Forum: Developers
Last Post: wax9090u
4 minutes ago
» Replies: 0
» Views: 1
Apollo Neuro Promo Code $...
Forum: NextPVR Android Client
Last Post: wax9090u
10 minutes ago
» Replies: 0
» Views: 1
Apollo Neuro Discount Cod...
Forum: Roku
Last Post: wax9090u
11 minutes ago
» Replies: 0
» Views: 1
EZStream TV Box
Forum: Forum Issues & Documentation
Last Post: ThomasThomasyy
11 minutes ago
» Replies: 0
» Views: 2
Apollo Neuro Promo Code $...
Forum: Extras
Last Post: wax9090u
12 minutes ago
» Replies: 0
» Views: 1
Apollo Neuro Discount Cod...
Forum: Wishlist
Last Post: wax9090u
12 minutes ago
» Replies: 0
» Views: 3
Apollo Neuro Coupon Code ...
Forum: NPVR Documentation
Last Post: wax9090u
13 minutes ago
» Replies: 0
» Views: 3
Apollo Neuro Promo Code $...
Forum: Hardware
Last Post: wax9090u
13 minutes ago
» Replies: 0
» Views: 3
Closed captioning in NPVR
Forum: Windows
Last Post: mvallevand
1 hour ago
» Replies: 36
» Views: 3,706

 
  elecard mpeg-2
Posted by: amabletrujillo - 2017-05-24, 06:42 PM - Forum: General Discussion - Replies (1)

hi there! i installed elecard mpeg-2 decoder but it does not show in the dropdown selection in settings. pls help

Print this item

  Web interface refuses connections.
Posted by: NoelM - 2017-05-24, 06:41 AM - Forum: Legacy (v4.x and earlier) - Replies (10)

I am a NextPVR newbie. I have been using Emby & ServerWMC, and now wish to try the NextPVR solution.
System is Windows 7, freshly built.
Emby - v 3.2.17
NPVR - v3.9.2

NextPVR app (server) is fine. Talks to Hauppauge tuners - shows EPG, plays TV and records.
Emby uses NextPvr plugin 3.0.6143.20454

NPVR - clients settings:
Enable Web Server = YES
Web Server Port = 8866
Web Interface = Modern.
Access PIN = 0000

Emby NPVR plugin
URL: http://localhost:8866
NPVR Pin: 0000

Emby shows no EPG, recordings

Manual connection via web server to http://localhost:8866
"localhost refused to connect"

It would appear that 8866 is not listening ??
Logs show emby & npvr restart - then emby tries to show the EPG

Print this item

  Kodi 17.2 breaks NextPVR add-on?
Posted by: AdamUpNorth - 2017-05-24, 02:31 AM - Forum: Kodi / XBMC - Replies (8)

Just updated Kodi on two Android boxes to Kodi v17.2 (Nvidia Shield & Xiaomi Mi Box) and both are giving the same error.
"Add-on couldn't be loaded. Can't load shared library."

I rebooted both boxes, restarted the NextPVR service on the PC it's running on, cleared the cache of the Android boxes. Still no luck.

It's been working flawlessly since v16.
Any ideas?

Here's the log contents....

22:15:29.726 T:496415798352 ERROR: Unable to load /data/app/org.xbmc.kodi-1/lib/arm64/libpvr.nextpvr.so, reason: dlopen failed: cannot locate symbol "GetGUIAPIVersion" referenced by "/data/app/org.xbmc.kodi-1/lib/arm64/libpvr.nextpvr.so"...
22:15:32.624 T:496415798352 ERROR: UpdateAddons - failed to create add-on NextPVR PVR Client, status = 6

Print this item

  ParallelProcessing.bat Recording Growth Monitor
Posted by: BrettB - 2017-05-24, 01:51 AM - Forum: Add-ons (3rd party plugins, utilities and skins) - No Replies

Since I started having problems with 0 byte recordings, I came up with a ParallelProcessing.bat section to notify me if it is happening.

NextPVR runs on a system in the basement, and I wanted to be notified in the living room (on my laptop). So, I installed the Winsent Innocenti LAN notification client on the laptop to receive the messages and the sent command line utility on the NextPVR server to send the messages.

Then I added this section to my ParallelProcessing.bat file

Code:
set "RecordingFile=%~1" REM "C:\Program Files (x86)\sent\sent.exe" * "Recording %RecordingFile% Started" REM Wait 60 seconds for file to get data timeout 60 SET FILESIZE=%~z1 IF %FILESIZE% == 0 ( "C:\Program Files (x86)\sent\sent.exe" * "WARNING: recording %RecordingFile% is not growing!" ) REM IF %FILESIZE% GTR 0 ( REM "C:\Program Files (x86)\sent\sent.exe" * "Success: recording %RecordingFile% is growing." REM )

(The commented out sections were used for testing/debugging.)

Print this item

  NextPVR - 3.9.2 - Crashes trying to use LiveTV - Object reference not set error
Posted by: markvb - 2017-05-23, 07:38 PM - Forum: Legacy (v4.x and earlier) - Replies (3)

Nextpvr was working fine but now crashes with error below when trying to view LiveTV. I had a recent Windows 10 update which I think may have done this.

Any ideas? Have tried un-install and re-install but same error.

thanks,

mark


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 VideoRendererEVR.ShowOSD(HBITMAP__* hbitmap)
at Native.PlaybackNative.SetOSD(Bitmap osdImage)
at NextPVR.Players.PlaybackProxyFactory.SetOSD(List`1 renderList)
at NextPVR.Players.BasePlayer.RefeshOSD()
at NextPVR.Players.LiveTvPlayer.RefeshOSD()
at NextPVR.ControllerForm.timer1_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.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.2046.0 built by: NET47REL1
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%20(x86)/NPVR/NextPVR.exe
----------------------------------------
NUtility
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NUtility.DLL
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2094.0 built by: NET47REL1LAST
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.2093.0 built by: NET47REL1LAST
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.2046.0 built by: NET47REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2046.0 built by: NET47REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2093.0 built by: NET47REL1LAST
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
NShared
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/NShared.DLL
----------------------------------------
System.Data.SQLite
Assembly Version: 1.0.85.0
Win32 Version: 1.0.85.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/System.Data.SQLite.DLL
----------------------------------------
System.Data.Entity
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2046.0 built by: NET47REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Data.Entity/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Entity.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2046.0 built by: NET47REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Transactions
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2046.0 built by: NET47REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2046.0 built by: NET47REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2046.0 built by: NET47REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
Unmanaged
Assembly Version: 1.0.6158.18570
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/Unmanaged.DLL
----------------------------------------
System.Runtime.Remoting
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2046.0 built by: NET47REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
SlimDX
Assembly Version: 4.0.13.43
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/SlimDX.DLL
----------------------------------------
taglib-sharp
Assembly Version: 2.0.4.0
Win32 Version: 2.0.4.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/taglib-sharp.DLL
----------------------------------------
ManagedUPnP
Assembly Version: 2.0.0.0
Win32 Version: 2.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/NPVR/ManagedUPnP.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

  NextPVR not installing after Create Update
Posted by: Richard5678 - 2017-05-22, 11:45 PM - Forum: Legacy (v4.x and earlier) - Replies (4)

After Windows 10 did a Create update NextPVR would not start. In looking in the Apps list it had "Unavailable" next to it.
I un-installed it and then attempted to re-install and got this message

Unable to start service:System.InvalidOperationException: Cannot open NPVR
Recording Service service on computer '.'.--->
System.ComponentModel.Win32Exception:The specified service does not exist as an installed service
---End of inner exception stack trace---
at System.ServiceProcess.ServiceController.GetServiceHandle(Int32desiredAccess
at System.ServiceProcess.ServiceController.GenerateStatus()
at System.ServiceProcess.ServiceController.get_Status()
at NCtrl.Program.Main(String[] args)

At the end of this was an "OK" which I clicked and the message window disappeared and a message appeared saying installation was completed.
NextPVR still did not start and against it in the Apps list there is still "Unavailable".

I am not sure if this is a Windows or a NextPVR problem.

Two log files are attached. One before I uninstalled and the second after re-installation.

Any suggestions

Print this item

  Pausing live tv
Posted by: gromgsxr - 2017-05-22, 08:00 PM - Forum: Legacy (v4.x and earlier) - Replies (9)

when ever i try to pause live tv it pauses like it should, but if i hit play again to resume where i left off it jumps straight to real time. logs included if they will help.

Print this item

  Zero-length recordings - Logging
Posted by: jcole998 - 2017-05-22, 02:17 PM - Forum: Legacy (v4.x and earlier) - No Replies

Got an error while trying to record two same-channel back-to-back shows last night, the 21st. Log seems to show that everything went normally but file sizes for both are zero. "Ready Recordings" shows that the first program, "Elementary," started at 21:59, "Failed" - "No errors but no data delivered. This is usually because the device failed to lock a signal." The second program, "CBS 2 News at 11PM," shows no errors but the file size is zero with nothing to play back.

This is probably an isolated case, but the log does not appear to match the results. My recording history shows superb results but I thought I might raise a flag if other similar cases appear.

Can you help me understand what happened?

Thanks...

Print this item

  Kodi randomly hangs when watching live tv
Posted by: h0dges - 2017-05-21, 05:24 PM - Forum: Legacy (v4.x and earlier) - Replies (8)

I've just experienced Kodi hanging whilst watching Live TV using nextPVR as backend.

Comparing the log files reveals something interesting:

kodi.log:

Code:
17:36:55.822 T:9332 NOTICE: CVideoPlayerAudio::Process - stream stalled 17:37:14.762 T:10028 NOTICE: CVideoPlayer::CloseFile() 17:37:14.762 T:10028 NOTICE: VideoPlayer: waiting for threads to exit 17:37:15.395 T:3588 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer

NRecord.log:
Code:
2017-05-21 17:36:52.801 [DEBUG][10] Updating EPG... 2017-05-21 17:36:52.801 [DEBUG][10] UpdateEPG@1 2017-05-21 17:36:52.809 [DEBUG][10] No C:\Users\Public\NPVR\Scripts\UpdateEPG.bat file found 2017-05-21 17:36:52.809 [DEBUG][10] UpdateEPG@2 2017-05-21 17:36:52.810 [DEBUG][10] Checking for any DVB/ATSC listings 2017-05-21 17:36:52.810 [DEBUG][10] CaptureSource.LoadAll() 2017-05-21 17:36:54.812 [DEBUG][10] UpdateEPG@3 2017-05-21 17:36:54.812 [DEBUG][10] CaptureSource.LoadAll() 2017-05-21 17:36:54.816 [DEBUG][10] Number of broadcastEPGChannels: 152 2017-05-21 17:36:54.816 [DEBUG][10] broadcast channel: BBC ONE Yorks 2017-05-21 17:36:54.816 [DEBUG][10] captureSourceOID: 24 2017-05-21 17:36:54.816 [DEBUG][10] found capture source 2017-05-21 17:36:54.816 [DEBUG][10] mapping: <tuning> <type>DVB-T</type> <locator> <frequency>682000</frequency> <bandwidth>8</bandwidth> </locator> <service_id>100000</service_id> <tsid>4170</tsid> <onid>9018</onid> <service_type>1</service_type> <provider></provider> </tuning> 2017-05-21 17:36:54.819 [DEBUG][10] Processing locator for 'BBC ONE Yorks' 2017-05-21 17:36:54.819 [DEBUG][10] Allocating IPC channel 2017-05-21 17:36:54.819 [DEBUG][10] Registering channel 2017-05-21 17:36:54.820 [DEBUG][10] About to get: ipc://DigitalHost-24/RecorderRemote 2017-05-21 17:36:54.820 [DEBUG][10] Got: ipc://DigitalHost-24/RecorderRemote 2017-05-21 17:36:54.820 [DEBUG][10] Asking NDigitalHost to start: c:\devxxxxxx\null.ts 2017-05-21 17:36:54.879 [DEBUG][3] Renew lease failed (0x180015) 2017-05-21 17:36:54.879 [DEBUG][3] liveHandleRenewalTime contains 1 handles: 2017-05-21 17:36:54.879 [DEBUG][3] - 0x180015 2017-05-21 17:36:55.238 [DEBUG][10] Scanning Freq:682000 SID:100000 60 seconds remaining... 2017-05-21 17:36:55.881 [DEBUG][3] StopStream(15)

Updating the EPG killed the stream and caused Kodi to hang. Looking at my NextPVR settings:
[ATTACHMENT NOT FOUND]

Update DVB EPG during live tv is turned off, yet this is not respected for some reason. Bug?

Software versions:
  • Kodi 17.1
  • NextPVR 3.9.2 (161119)
  • NextPVR/Kodi Frontend 2.4.11

Print this item

  Can't connect to clients or web server
Posted by: ajrietveld - 2017-05-21, 03:21 AM - Forum: Legacy (v4.x and earlier) - Replies (2)

Earlier this week client access, as well as web server access, to my NextPVR backend broke. It worked on Tuesday but then on Thursday Kodi and MrMC were unable to play live tv or load front ends, saying they lost connection to the NextPVR back end. After checking Windows update history it looks like there was an update that was applied on the 18th that I suspect had something to do with the problem. After some googling and some searching the forum it sounds like the web server isn't starting, per another thread I deleted "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files" which let Kodi load the front end before hanging. Both before and after deleting the temporary files I have been unable to access the web server from 127.0.0.1:8866 or from another local machine trying to access the web server. However I'm able to use NextPVR to watch TV on the machine the server is running on.

I have attached my logs.

Any help would be greatly appreciated. My next step is to uninstall/re-install.

Print this item

Pages (6436): « Previous 1 … 800 801 802 803 804 … 6436 Next »
Jump to page 

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