NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 42 43 44 45 46 … 433 Next »
Not all channels streaming after upgrade

Not all channels streaming after upgrade
2leftfeet
Offline

Senior Member

Somewhere in NE Pa.
Posts: 546
Threads: 57
Joined: Jan 2015
#21
2018-06-17, 02:49 PM
rosede Wrote:but so is Fox News, which is one that I watch constantly.

Have you tried the SiliconDust add-on in Kodi for LiveTV? Kodi add-on respository, under video add-ons? does that work for you?
rosede
Offline

Member

Posts: 179
Threads: 35
Joined: Jun 2015
#22
2018-06-17, 03:18 PM
2leftfeet Wrote:Have you tried the SiliconDust add-on in Kodi for LiveTV? Kodi add-on respository, under video add-ons? does that work for you?

I just gave that a try. Two channels that have not been working in with NPRV are the History channel and TCM. Both played just find with the SiliconDust add-on.

Daryl
rosede
Offline

Member

Posts: 179
Threads: 35
Joined: Jun 2015
#23
2018-06-17, 10:50 PM
I don't remember if I posted this in the past or not, but another issue is when switching live channels. If I try to switch live channels, I loose connectivity with the NPVR server and I have to reboot the server plus the pi.

Doing more debugging. I've seen this error before. Does it mean anything?

17:44:42.026 T:1390408608 INFO: CFileCache:Tonguerocess - Source read didn't return any data! Hit eof(?)

Any suggestions?

Thanks

Daryl
2leftfeet
Offline

Senior Member

Somewhere in NE Pa.
Posts: 546
Threads: 57
Joined: Jan 2015
#24
2018-06-17, 11:23 PM
rosede Wrote:I don't remember if I posted this in the past or not, but another issue is when switching live channels. If I try to switch live channels, I loose connectivity with the NPVR server and I have to reboot the server plus the pi.

Doing more debugging. I've seen this error before. Does it mean anything?

17:44:42.026 T:1390408608 INFO: CFileCache:Tonguerocess - Source read didn't return any data! Hit eof(?)

Any suggestions?

Thanks

Daryl

Do you have this problem with the Kodi client, nextpvr client or both?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,146
Threads: 958
Joined: May 2006
#25
2018-06-18, 01:04 AM
rosede Wrote:I don't remember if I posted this in the past or not, but another issue is when switching live channels. If I try to switch live channels, I loose connectivity with the NPVR server and I have to reboot the server plus the pi.

Doing more debugging. I've seen this error before. Does it mean anything?

17:44:42.026 T:1390408608 INFO: CFileCache:Tonguerocess - Source read didn't return any data! Hit eof(?)

Any suggestions?

Thanks

Daryl

That is consistent with the service crash which is why I asked to see both the NextPVR and full Kodi logs. Earlier you had sn error on stopping that I want to check has been fixed.

Martin
rosede
Offline

Member

Posts: 179
Threads: 35
Joined: Jun 2015
#26
2018-06-18, 10:36 AM
2leftfeet Wrote:Do you have this problem with the Kodi client, nextpvr client or both?

I'm not sure what you mean by kodi client or nextpvr client? I'm using LibreElec 8.2.5 (Kodi 17.6) and NextPVR 4.2.1. I consider NVPR as the server and the pi's as the clients. NextPVR on the server play's just fine. I also have the Android app, and I can watch TV just fine with that. The issue is when trying to stream live TV on kodi.

Daryl
rosede
Offline

Member

Posts: 179
Threads: 35
Joined: Jun 2015
#27
2018-06-18, 10:44 AM
mvallevand Wrote:That is consistent with the service crash which is why I asked to see both the NextPVR and full Kodi logs. Earlier you had sn error on stopping that I want to check has been fixed.

Martin

Martin,

I've posted lots of log. Both from NPVR and kodi. Do those not show anything?

I just forced a crash. Please find the log files attached.

Thanks

Daryl
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#28
2018-06-18, 10:58 AM
rosede Wrote:I'm not sure what you mean by kodi client or nextpvr client?

For completeness (and simply stated), NextPVR software has two components ... 1) NextPVR Recording Service software runs continuously in the background and connects to tuners (and IPTV sources) and receives broadcast streams and creates recordings ... 2) NextPVR client is the software that you see on screen and can use to schedule recordings and to watch recordings and Live TV. The NextPVR client software can be run on the same machine as the server service and can also be run on other Windows machines.

If you are able to watch Live TV without errors using the NextPVR client software that is running and the same machine as the NextPVR Recording Service but you have problems when watching Live TV uisng Kodi on another machine that would help to identify where the problem is coming from.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,146
Threads: 958
Joined: May 2006
#29
2018-06-18, 12:15 PM
rosede Wrote:I've posted lots of log. Both from NPVR and kodi. Do those not show anything?

The problem is that you don't seem to want to send both at the same time which helps figure out what you are doing in kodi to generate the problem and kodi snippets are typically useless. However this set of NextPVR does again show the problem on stop that sub needs to investigate, since

Code:
2018-06-18 05:41:30.227    [ERROR][26]    Unexpected error calling StartStream(): System.NullReferenceException: Object reference not set to an instance of an object.

Server stack trace:
   at Native.HDHomeRunCapture.StopStream(Int32 streamHandle)
   at NShared.HDHomeRunRecorder.StopStream(Int32 streamHandle)
   at NShared.RecordingService.StartStream(Int32 channelOID, String target, Int32 previousHandle, ChannelMapping& returnMapping, String& reason)
   at NShared.RecordingRemote.StartStream(Int32 channelOID, String target, Int32 previousHandle, ChannelMapping& channelMapping, String& reason)
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at NShared.IRecordingService.StartStream(Int32 channelOID, String target, Int32 previousHandle, ChannelMapping& channelMapping, String& reason)
   at NShared.RecordingServiceProxy.StartStream(Int32 channelOID, String target, Int32 previousHandle, ChannelMapping& channelMapping, String& reason)

Martin
rosede
Offline

Member

Posts: 179
Threads: 35
Joined: Jun 2015
#30
2018-06-19, 03:52 PM
mvallevand Wrote:However this set of NextPVR does again show the problem on stop that sub needs to investigate, since

Code:
2018-06-18 05:41:30.227    [ERROR][26]    Unexpected error calling StartStream(): System.NullReferenceException: Object reference not set to an instance of an object.

Server stack trace:
   at Native.HDHomeRunCapture.StopStream(Int32 streamHandle)
   at NShared.HDHomeRunRecorder.StopStream(Int32 streamHandle)
   at NShared.RecordingService.StartStream(Int32 channelOID, String target, Int32 previousHandle, ChannelMapping& returnMapping, String& reason)
   at NShared.RecordingRemote.StartStream(Int32 channelOID, String target, Int32 previousHandle, ChannelMapping& channelMapping, String& reason)
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at NShared.IRecordingService.StartStream(Int32 channelOID, String target, Int32 previousHandle, ChannelMapping& channelMapping, String& reason)
   at NShared.RecordingServiceProxy.StartStream(Int32 channelOID, String target, Int32 previousHandle, ChannelMapping& channelMapping, String& reason)

Martin

Hello,

I was wondering if anyone has looked into this error? I'm just wondering if there has been any update on this issue?

Thanks

Daryl
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 2 3 4 5 … 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  decoder issue? some channels don't play Donsch 10 5,427 2023-12-04, 10:19 PM
Last Post: turkeypets
  double channels MaxOne72 2 1,356 2021-08-15, 05:22 AM
Last Post: MaxOne72
  Can't watch certain channels on live tv (but can record) tvwatcher 4 2,219 2021-05-05, 06:23 AM
Last Post: tvwatcher
  Streaming Services with NPVR tesla1886 4 2,779 2021-01-04, 02:58 AM
Last Post: tesla1886
  Channels/PIP popups not working 4.2.5 (191014) eastavin 7 2,961 2020-04-20, 03:20 AM
Last Post: eastavin
  hdhomerun dvb-t channels is not fount by nextpvr Ernoth 1 1,834 2020-03-25, 02:12 PM
Last Post: mvallevand
  Channels changing frequencies Ricknextpvr 0 1,248 2020-03-13, 02:08 PM
Last Post: Ricknextpvr
  4 Channels not showing in list otherguy 12 4,492 2020-02-22, 05:23 PM
Last Post: sub
  I can't rescan my channels ram1000 2 1,957 2020-02-19, 10:51 PM
Last Post: ram1000
  NextPVR missing channels filosad 2 2,443 2020-02-18, 10:00 PM
Last Post: filosad

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

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

Linear Mode
Threaded Mode