-
Notifications
You must be signed in to change notification settings - Fork 327
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
[Bug]: [2024/05/23 15:19:40:0909] W: [wsicli|5a|WS/h1/default/m-579da5db.kinesisvideo.ap-southeast-]: lws_client_ws_upgrade: got bad HTTP response '403' 2024-05-23 15:19:40.091 VERBOSE lwsWssCallbackRoutine(): WSS callback with reason 1 2024-05-23 15:19:40.091 WARN lwsWssCallbackRoutine(): Client connection failed. Connection error string: HS: ws upgrade response not 101 #1993
Comments
@123zhj , Could you provide full logs and details on how you are building this SDK? Are you building with dependencies ON/OFF? Are you using openssl or mbedtls? |
I'm use mbedtls. |
Thank you for the details. What is your cmake command? Are you running with BUILD_DEPENDENCIES=ON or BUILD_DEPENDENCIES=OFF? Are you using system libraries? |
|
|
@123zhj ,
|
@disa6302 : I am having the same issue. Please find below the logs. Can you please help on this? [2024/06/14 05:15:00:7903] W: [wsicli|4d|WS/h1/default/m-3bffc0cd.kinesisvideo.ap-south-1.am]: lws_client_ws_upgrade: got bad HTTP response '403' After I got the above error, I started the live stream, but I am not able to see the media stream on my mobile; it shows a blank screen. After I stopped the live stream from my mobile, I see still on device live stream running. |
I also discovered the cause of the problem as described above. |
@123zhj Can you please confirm if you have the same issue still after correcting your system time? I have also seen this same issue when the system time is incorrect, then the signature on the request will be outdate (it is valid only for 5-10 mins from the current time) so server will reject it. Make sure system time is correct please and report back if your issue is resolved so we can close out this ticket. |
This is a very old issue. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to open a new one. |
Please confirm you have already done the following
Please answer the following prompt
Describe the bug
Problems occur when running./kvs_webrtc_demo demo1 on the development board after cross-compiling
Expected Behavior
View the video stream on the test site
Current Behavior
没有什么可预览的
Reproduction Steps
没有什么可预览的
WebRTC C SDK version being used
1.10.2
If it was working in a previous version, which one?
no
Compiler and Version used
arm-linux-gnueabihf-9.1.0
Operating System and version
Linux4.9.84 armv7
Platform being used
arm
The text was updated successfully, but these errors were encountered: