You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
127.0.0.1:2099 is no longer in use for local rtmp proxy.
So the TCPListener is not triggered on OnClientAccepted to start RtmpProxySource and RtmpProxyRemote.
After debugging this tool, I found out...
127.0.0.1:2099 is no longer in use for local rtmp proxy.
So the TCPListener is not triggered on OnClientAccepted to start RtmpProxySource and RtmpProxyRemote.
https://github.com/frostycpu/rtmp-sharp/blob/6898916dc7fb74464d33f1333123365115adc0e9/rtmp-sharp/Net/RtmpProxy.cs#L42-L47
There are a few ways to capture League Client HTTPS traffics, e.g Charles + Proxifier, but all packet payloads are encrypted.
The text was updated successfully, but these errors were encountered: