NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 3 4 5 6 7 … 44 Next »
Watch outside network

 
  • 0 Vote(s) - 0 Average
Watch outside network
hdpvr-doug8796
Offline

Senior Member

Posts: 252
Threads: 24
Joined: Sep 2019
#41
2023-11-30, 07:33 PM (This post was last modified: 2023-11-30, 07:49 PM by hdpvr-doug8796.)
Where do logs from yauiclient go.

As far as I know the chrome capture doesnt buffer in the yauiclient but needs a lot of gpu horsepower

I have the sourcecode of the node script I use to do chrome capturing with . Will that help for nextpvr integration?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,130
Threads: 957
Joined: May 2006
#42
2023-11-30, 08:05 PM
I don't really need the logs from yauiclient, since I'd like the server logs. If you need to see them you can use DebugView from Sysinternals.

Martin
hdpvr-doug8796
Offline

Senior Member

Posts: 252
Threads: 24
Joined: Sep 2019
#43
2023-11-30, 08:13 PM (This post was last modified: 2023-11-30, 08:13 PM by hdpvr-doug8796.)
Hope this helps. I was going back and forth between browser and yauiclient


Attached Files
.zip   logs-20231130-1412.zip (Size: 1.11 MB / Downloads: 1)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,130
Threads: 957
Joined: May 2006
#44
2023-11-30, 08:39 PM (This post was last modified: 2023-11-30, 08:40 PM by mvallevand.)
I think you might need to increase <M3U8DownloadTimeout> in config.xml but it seems this failed under 8 seconds (web playback)

Code:
2023-11-30 13:52:37.506    [ERROR][131]    System.ArgumentOutOfRangeException: Index must be within the bounds of the List. (Parameter 'index')
   at System.Collections.Generic.List`1.Insert(Int32 index, T item)
   at NShared.Extend.RequestHandlers.TranscoderHLS.GetTranscodeInfo(List`1 info, Dictionary`2 parameters)
   at NShared.Extend.ChannelRequestHandler.GetInfo(Dictionary`2 parameters)
   at NShared.Extend.ChannelRequestHandler.HandleRequest(String method, Dictionary`2 parameters)
   at NShared.Extend.PluginFactory.HandleRequest(ServiceResponseStream serviceResponseStream, Dictionary`2 parameters)
   at NPVR.Controllers.ServicesController.HandleServiceRequest(String body, String contentType)

As for yauiclient what I do see is some minor glitches in the network. It is supposed to report the media position every second but if you look here https://pastebin.com/ZGM39G4m you will see a couple of times where there is a 2 second or more gap in reporting. That's why I asked to see how recordings work.

Martin
hdpvr-doug8796
Offline

Senior Member

Posts: 252
Threads: 24
Joined: Sep 2019
#45
2023-11-30, 09:10 PM (This post was last modified: 2023-11-30, 09:38 PM by hdpvr-doug8796.)
(2023-11-30, 08:39 PM)mvallevand Wrote: I think you might need to increase <M3U8DownloadTimeout> in config.xml but it seems this failed under 8 seconds (web playback)

Code:
2023-11-30 13:52:37.506    [ERROR][131]    System.ArgumentOutOfRangeException: Index must be within the bounds of the List. (Parameter 'index')
   at System.Collections.Generic.List`1.Insert(Int32 index, T item)
   at NShared.Extend.RequestHandlers.TranscoderHLS.GetTranscodeInfo(List`1 info, Dictionary`2 parameters)
   at NShared.Extend.ChannelRequestHandler.GetInfo(Dictionary`2 parameters)
   at NShared.Extend.ChannelRequestHandler.HandleRequest(String method, Dictionary`2 parameters)
   at NShared.Extend.PluginFactory.HandleRequest(ServiceResponseStream serviceResponseStream, Dictionary`2 parameters)
   at NPVR.Controllers.ServicesController.HandleServiceRequest(String body, String contentType)

As for yauiclient what I do see is some minor glitches in the network.  It is supposed to report the media  position every second but if you look here https://pastebin.com/ZGM39G4m you will see a couple of times where there is a 2 second or more gap in reporting. That's why I asked to see how recordings work.

Martin

Thanks for taking a look - any suggestions as to can be done?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,130
Threads: 957
Joined: May 2006
#46
2023-11-30, 09:48 PM
You are responsible for editing config.xml but sub can check if that is the error shown.

You are also responsible to try the recording playback test. Without that we are really wasting time from what those logs show. Internet playback from the home is not like Netflix or YouTube.

Martin
hdpvr-doug8796
Offline

Senior Member

Posts: 252
Threads: 24
Joined: Sep 2019
#47
2023-11-30, 09:51 PM (This post was last modified: 2023-11-30, 09:59 PM by hdpvr-doug8796.)
Channels DVR works very well (at least android) and nextpvr plays pretty good in android. I was able to get 4 streams working on  yauiclient but it lagged a little when I clicked around or moved in guide and other videos were playing. 

https://www.youtube.com/watch?v=aT7N46XreHY

Last night, if you can see in the logs. (1 ESPN+, 1 Chrome capture, 2 channels dvr)

If I post config.xml can you give a few pointers?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,130
Threads: 957
Joined: May 2006
#48
2023-11-30, 11:00 PM
Yes I noticed you were trying sports bar mode. To avoid navigating I go into live tv and use the number keys to tune.

Nope I don't review config.xml but sub might be able to check that error message.

Martin
hdpvr-doug8796
Offline

Senior Member

Posts: 252
Threads: 24
Joined: Sep 2019
#49
2023-11-30, 11:21 PM (This post was last modified: 2023-11-30, 11:21 PM by hdpvr-doug8796.)
I would love to just be able to run nextpvr in webbrowser , here is config.xml.


Attached Files
.zip   config.zip (Size: 4.82 KB / Downloads: 0)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#50
2023-12-01, 11:51 PM
Why what happens when you try it in the web app?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recordings file name should include date/time, and network ID DSperber 33 8,844 2023-02-23, 02:23 PM
Last Post: justian
  Network issue exiting playback artmetz 8 1,740 2021-12-01, 03:33 PM
Last Post: artmetz
  Recording on Win10 to Network Drive jw1 0 949 2021-08-02, 11:42 AM
Last Post: jw1
  Closed caption issue on one network only Ricknextpvr 31 6,113 2021-03-19, 06:21 PM
Last Post: mvallevand
  Best way to watch while recording? cords911 3 1,775 2020-02-08, 10:58 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode