Jump to content

emby connect slower vs emby address


syralk

Recommended Posts

Hi

just saw that when I use Emby connect on the Roku it take more time to connect then using the real address.

I mean each time I open the app.

and the behavior only do that when I'm using remote connection.

it can take 1-2 minute to connect when I open the app if the setup is Emby connect

if the setup is using the real url and port without emby connect its instant.

and its only behaving this way remotely.

 

Link to comment
Share on other sites

The initial connection to the server might be slightly slower, but then after that it will be exactly the same.

  • Like 1
Link to comment
Share on other sites

The initial connection to the server might be slightly slower, but then after that it will be exactly the same.

So It is normal it's happen each time I open the app?

 

Sent from my ONEPLUS A3000 using Tapatalk

Link to comment
Share on other sites

It checks our Emby Connect domain for updated information. It really shouldn't be noticeable though, it's just a small data request.

  • Like 1
Link to comment
Share on other sites

It checks our Emby Connect domain for updated information. It really shouldn't be noticeable though, it's just a small data request.

Thanks

It's just do that on the Roku

On the other device emby connect is really fast.

 

 

Sent from my ONEPLUS A3000 using Tapatalk

Link to comment
Share on other sites

The building of the timestamps is done from unixtime so there is time lost doing the conversion to something we can read(make sense of) as humans. But that aside..

 

There are two functions. Debug() and DebugT(). Debug does not waste time building timestamping nor provides it. DebugT does both.

 

My proposal would be, since in debug mode things are slower anyways an extra few milliseconds is moot. We just have debug as an alias for debugT atm.

Function Debug(message as string)
    ' add this as the first line
    DebugT(message) 
      ... rest of function continues ...
End Function

In this way for the time being everything gets timestamped on logs.. maybe this makes too much text to send in via logging with timestamps on literally everything? Maybe just do the connection manager? Let me know which way to go and I can do whichever you want. :)

Edited by speechles
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...