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
I found that when the client's RequestBackChannels are true, the connection will disconnect every little over a minute, WritePacketRTP will encounter EOF error
After my investigation, I found that client keepalived doesn't seem to be taking effect
I took out the initialization logic of KeepaliveTimer, and then the client worked normally
I would like to ask, is it because I used it improperly or is it a bug
The text was updated successfully, but these errors were encountered:
Hello, thanks for creating this issue, i think this is a bug, caused by the fact that back channels have not been tested extensively due to lack of available hardware.
Can you write the exact lines you changed in order to make the library work with back channels and keepalives?
gortsplib/client.go
Line 807 in a9149e0
The text was updated successfully, but these errors were encountered: