Stalker client (e.g. Kodi Stalker PVR addon) in certain scenarios is sending a special HTTP request that tells Stalker middleware to disconnect other devices that are using the same credentials.
I have no STB box with me right now and cannot find it by myself, therefore looking for testers who can try to find what sort of request it is. Expect some action=logoff in URL or something.
How to
Scenario would be like this:
Start recording network activity of both devices.
Configure 2 devices to use identical Stalker middleware, with identical account/portal.
Start first device, while second is powered off. Swatch watching IPTV...
Start second device while first one is being used.
First device should stop working right away.
If device stopped working, it means such request has been sent. Find it in Wireshark logs and share with me.
Description
Stalker client (e.g. Kodi Stalker PVR addon) in certain scenarios is sending a special HTTP request that tells Stalker middleware to disconnect other devices that are using the same credentials.
I have no STB box with me right now and cannot find it by myself, therefore looking for testers who can try to find what sort of request it is. Expect some
action=logoff
in URL or something.How to
Scenario would be like this:
If device stopped working, it means such request has been sent. Find it in Wireshark logs and share with me.
More info
For more information, see https://github.com/erkexzcx/stalkerhek/blob/master/proxy/proxy.go#L76-L81