Jump to content

Question about session user and limit


Recommended Posts

Posted

Hi, if i inspect browser page and get url from directly movie like this:

"http://localhost:8096/emby/videos/25273/stream.mp4?DeviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzc5LjAuMzk0NS4xMzAgU2FmYXJpLzUzNy4zNnwxNTgwMzU0NTcxMzUx&MediaSourceId=2da25ad56bf1339416b65f5195bff267&Static=true&PlaySessionId=5e3bf2b13b714841926ff9c9a7a3f1d8&api_key=ddaefa1a21c14523a91434e1a4113867"

 

If try on other device/browser run always, after also logout user...

why? limited user max 1 stream and yes, i have premium.

Posted

Well after the user logs out that shouldn't work anymore because the access token will be deleted.

 

But yes, the limit is applied by the user interface. It won't apply with what you're doing.

Posted (edited)

Well after the user logs out that shouldn't work anymore because the access token will be deleted.

 

But yes, the limit is applied by the user interface. It won't apply with what you're doing.

but client need to click "logout" or have a time like a cookie? maybe is a good way to give some config on server settings... i tried link on OP thread now and still working...

Edited by calimero69
Posted

 

 

i tried link on OP thread now and still working...

 

OK I realized why. You're on your local network, right? The playback urls are unauthenticated on the local network in order to support the Dlna server. It's something we can improve in the future, but if you try it from outside your local network, the urls will be rejected after logging out.

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...