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 … 98 99 100 101 102 … 433 Next »
Screens generated for web client have "textured" background around text

Screens generated for web client have "textured" background around text
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#11
2017-02-20, 01:21 AM
I just checked here and I see the same thing the webclient.log doesn't even seem to acknowledge the &quality=high.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#12
2017-02-20, 01:35 AM
It looks like sub made a change along the way before I could changed the defaults on connection and they stuck no it reverts to low res.

If you edit emulate.py line 604 to

url = self.base + '/control?format=json' + self.xnewa.client + '&quality=high&size=1920x1080'

it should be better quality

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,670
Threads: 170
Joined: Jun 2007
#13
2017-02-20, 01:58 AM (This post was last modified: 2017-05-18, 02:43 AM by BrettB.)
mvallevand Wrote:It looks like sub made a change along the way before I could changed the defaults on connection and they stuck no it reverts to low res.

If you edit emulate.py line 604 to

url = self.base + '/control?format=json' + self.xnewa.client + '&quality=high&size=1920x1080'

it should be better quality

I believe that I edited emulate.py line 604 correctly. But it still seems to be 1280x720. See the end of the kodi.log in the attached logs .zip.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#14
2017-02-20, 04:40 AM
BrettB Wrote:I believe that I edited emulate.py line 604 correctly. But it still seems to be 1280x720. See the end of the kodi.log in the attached logs .zip.

Not sure in my case the files are now over 400k and have the proper res. Web.log looks like it is sending the correct info too.

FWIW The slower response time isn't worth it to me.

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,670
Threads: 170
Joined: Jun 2007
#15
2017-02-20, 01:30 PM
mvallevand Wrote:Not sure in my case the files are now over 400k and have the proper res. Web.log looks like it is sending the correct info too.

Sub: Any idea why my system won't send the 1920x1080 size screens or the high quality screens?

Do these errors have anything to do with it?
Code:
2017-02-20 07:17:29.703    [DEBUG][27]    Starting client instance
2017-02-20 07:17:30.713    [DEBUG][27]    Client started
2017-02-20 07:17:30.713    [DEBUG][27]    Unexpected client control error: System.Runtime.Remoting.RemotingException: Failed to connect to an IPC Port: The system cannot find the file specified.


Server stack trace:
   at System.Runtime.Remoting.Channels.Ipc.IpcPort.Connect(String portName, Boolean secure, TokenImpersonationLevel impersonationLevel, Int32 timeout)
   at System.Runtime.Remoting.Channels.Ipc.ConnectionCache.GetConnection(String portName, Boolean secure, TokenImpersonationLevel level, Int32 timeout)
   at System.Runtime.Remoting.Channels.Ipc.IpcClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
   at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.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 NUtility.IClientControl.ClientSwipe(String swipe)
   at Cassini.Request.Control()
2017-02-20 07:17:30.723    [DEBUG][5]    Got Web Request (::ffff:192.168.143.23): /control    size=1920x1080&quality=high&client=sdl-KNEWA0xb827eb9ccb26L&sid=2cf178849bf84cb6b480ee254b7f1221
2017-02-20 07:17:30.723    [DEBUG][5]    Unexpected client control error: System.Runtime.Remoting.RemotingException: Failed to connect to an IPC Port: The system cannot find the file specified.


Server stack trace:
   at System.Runtime.Remoting.Channels.Ipc.IpcPort.Connect(String portName, Boolean secure, TokenImpersonationLevel impersonationLevel, Int32 timeout)
   at System.Runtime.Remoting.Channels.Ipc.ConnectionCache.GetConnection(String portName, Boolean secure, TokenImpersonationLevel level, Int32 timeout)
   at System.Runtime.Remoting.Channels.Ipc.IpcClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
   at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.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 NUtility.IClientControl.ClientGetScreenImage()
   at Cassini.Request.Control()
2017-02-20 07:17:31.233    [DEBUG][22]    Got Web Request (::ffff:192.168.143.23): /control    size=1920x1080&quality=high&client=sdl-KNEWA0xb827eb9ccb26L&sid=2cf178849bf84cb6b480ee254b7f1221
2017-02-20 07:17:31.233    [DEBUG][22]    Unexpected client control error: System.Runtime.Remoting.RemotingException: Failed to connect to an IPC Port: The system cannot find the file specified.


Server stack trace:
   at System.Runtime.Remoting.Channels.Ipc.IpcPort.Connect(String portName, Boolean secure, TokenImpersonationLevel impersonationLevel, Int32 timeout)
   at System.Runtime.Remoting.Channels.Ipc.ConnectionCache.GetConnection(String portName, Boolean secure, TokenImpersonationLevel level, Int32 timeout)
   at System.Runtime.Remoting.Channels.Ipc.IpcClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
   at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.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 NUtility.IClientControl.ClientGetScreenImage()
   at Cassini.Request.Control()
2017-02-20 07:17:31.743    [DEBUG][19]    Got Web Request (::ffff:192.168.143.23): /control    size=1920x1080&quality=high&client=sdl-KNEWA0xb827eb9ccb26L&sid=2cf178849bf84cb6b480ee254b7f1221
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#16
2017-02-20, 03:13 PM
I have reported the IPC error from very early releases of web client, I think it is just a start up issue while NextPVR starts and the server doesn't wait long enough.. I get it from nlite too, the difference is nlite will instantiate high quality.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#17
2017-02-20, 05:13 PM
BrettB Wrote:Sub: Any idea why my system won't send the 1920x1080 size screens or the high quality screens?
Did you restart the recording service after making the channel Martin suggested?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#18
2017-02-20, 10:54 PM
Guys, have found the source of the problem. x-newa issues a media=stop command on startup to ensure that the GUI is not in OSD mode however this command by itself is enough to create an instance of NextPVR with default setting. I have modified the code to always pass startup code before the stop command and now web client parameters are used. Will post a new RC shortly.

Code:
[...startup]
2017-02-20 17:39:50.154    [DEBUG][1]    -webclient
2017-02-20 17:39:50.169    [DEBUG][1]    1920x1080
2017-02-20 17:39:50.169    [DEBUG][1]    -MAC
2017-02-20 17:39:50.169    [DEBUG][1]    LOCAL
2017-02-20 17:39:50.169    [DEBUG][1]    -session
2017-02-20 17:39:50.169    [DEBUG][1]    sdl-KNEWA0xc8bfd398405L
2017-02-20 17:39:50.169    [DEBUG][1]    -highquality

Still no MAC address for config.xml lookups.

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,670
Threads: 170
Joined: Jun 2007
#19
2017-02-21, 12:15 AM
mvallevand Wrote:Guys, have found the source of the problem. x-newa issues a media=stop command on startup to ensure that the GUI is not in OSD mode however this command by itself is enough to create an instance of NextPVR with default setting. I have modified the code to always pass startup code before the stop command and now web client parameters are used. Will post a new RC shortly.

Got the new RC. With that, the screen is coming up in 1920x1080, high quality mode. The image is much better. And I don't notice any performance decrease scrolling through the recordings list. However, I did notice that when the OSD timeline is displayed over a playing video, the video image is a little jerky. I'll try experimenting with the various combinations of lower screen size and quality modes to see when combination seems to work best.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  NLite Client on Raspberry Pi cweseloh 16 5,107 2024-10-23, 01:59 PM
Last Post: fla
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 2,209 2021-01-07, 08:47 AM
Last Post: sub
  Client trouble Jzzhn 2 1,521 2020-08-31, 05:41 AM
Last Post: Jzzhn
  NextPVR Client Rendering NumberFive 1 1,550 2020-07-28, 10:17 PM
Last Post: NumberFive
  Client Hang artmetz 4 2,249 2020-06-07, 09:14 PM
Last Post: sub
  Nvidia Shield TV - Android client / Kodi client. mkotas 9 4,424 2020-01-28, 10:58 AM
Last Post: mkotas
  Cant disable nextpvr as a client eastavin 5 2,637 2019-11-01, 02:57 AM
Last Post: eastavin
  Play back of recording from client PC hangs up dcl 5 2,048 2019-09-15, 10:46 PM
Last Post: mvallevand
  Npvr act as client spudjg1 1 1,391 2019-06-16, 11:09 AM
Last Post: spudjg1
  NextPVR client / server set up EiEiOhh 3 2,281 2019-06-02, 06:01 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