-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在用版本1.11.8时,音频、视频会话超时,不能进入room(偶尔成功,双方能正常视频通话,概率10%左右)。监控docker“service-core-1”的日志,总是报告如下错误。 || When using version 1.11.8, the audio and video sessions time out and cannot enter the room (occasionally it succeeds and both parties can have normal video calls, the probability is about 10%). Monitoring the logs of docker "service-core-1", the following error is always reported. #269
Comments
我把vi ./server/plugins/com.msgbyte.livekit/web/plugins/com.msgbyte.livekit/package.json I put vi ./server/plugins/com.msgbyte.livekit/web/plugins/com.msgbyte.livekit/package.json |
此外,在https://meet.livekit.io/custom?liveKitUrl=wss://live.xxx.com&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MzIwMDg1NDgsImlzcyI6IkFQSW 40Y3dXWCIsIm5hbWUiOiJ1c2VyMSIsIm5iZiI6MTczMTkyMjE0OCwic3ViIjoidXNlcjEiLCJ2aWRlbyI6e yJyb29tIjoibXlyb290Iiwicm9vbUpvaW4iOnRydWV9fQ.BkCvGOl06DKCeYzfInXar4EaK2k7cFtJI....测试时,用如下方法 Additionally, at https://meet.livekit.io/custom?liveKitUrl=wss://live.xxx.com&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MzIwMDg1NDgsImlzcyI6IkFQSW 40Y3dXWCIsIm5hbWUiOiJ1c2VyMSIsIm5iZiI6MTczMTkyMjE0OCwic3ViIjoidXNlcjEiLCJ2aWRlbyI6e yJyb29tIjoibXlyb290Iiwicm9vbUpvaW4iOnRydWV9fQ.BkCvGOl06DKCeYzfInXar4EaK2k7cFtJI.... When testing, use the following method |
it looks microservice can not call each. please make sure your plugin is run success and connected into tailchat network. you can visit |
(1)在双方视频会话时,偶尔会成功,双方可以正常通话,
(2)但是基本上都是报告如下错误,在一方呼叫另一方时,或者,另一方收到请求进入时(都是一直在链接状态,无法进入room),查看日志报如下错误。
ERROR 2e1c16389b1f-29/GATEWAY: [gateway] Request error! RequestTimeoutError : Request is timed out when call 'plugin:com.msgbyte.livekit.roomMembers' action on '73fb1729c372-29' node.
RequestTimeoutError: Request is timed out when call 'plugin:com.msgbyte.livekit.roomMembers' action on '73fb1729c372-29' node.
(3)我的环境是:
在本地搭建了livekit/livekit-server v1.7.2或v1.5.3(使用内嵌turn服务,问题一样的)版本,通过https://meet.livekit.io/custom?liveKitUrl=wss://live.xxx.com&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MzIwMDg1NDgsImlzcyI6IkFQSW40Y3dXWCIsIm5hbWUiOiJ1c2VyMSIsIm5iZiI6MTczMTkyMjE0OCwic3ViIjoidXNlcjEiLCJ2aWRlbyI6eyJyb29tIjoibXlyb290Iiwicm9vbUpvaW4iOnRydWV9fQ.BkCvGOl06DKCeYzfInXar4EaK2k7cFtJI....
可以正常查看
(1) During the video conversation between the two parties, it occasionally succeeds and the two parties can talk normally.
(2) But basically the following errors are reported. When one party calls the other party, or when the other party receives a request to enter (both are always in the link state and cannot enter the room), the following error is reported when checking the log.
ERROR 2e1c16389b1f-29/GATEWAY: [gateway] Request error! RequestTimeoutError : Request is timed out when call 'plugin:com.msgbyte.livekit.roomMembers' action on '73fb1729c372-29' node.
RequestTimeoutError: Request is timed out when call 'plugin:com.msgbyte.livekit.roomMembers' action on '73fb1729c372-29' node.
(3) My environment is:
Livekit/livekit-server was built locally v1.7.2 or v1.5.3 (using the embedded turn service, the problem is the same) version, through https://meet.livekit.io/custom?liveKitUrl=wss://live.xxx.com&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MzIwMDg1NDgsImlzcyI6 IkFQSW40Y3dXWCIsIm5hbWUiOiJ1c2VyMSIsIm5iZiI6MTczMTkyMjE0OCwic3ViIjoidXNlcjEiLCJ2aWRlby I6eyJyb29tIjoibXlyb290Iiwicm9vbUpvaW4iOnRydWV9fQ.BkCvGOl06DKCeYzfInXar4EaK2k7cFtJI....
Can be viewed normally
The text was updated successfully, but these errors were encountered: