-
Notifications
You must be signed in to change notification settings - Fork 324
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
WebRTC C SDK - Stuck in lwsWssCallbackRoutine(): Client is writable #462
Comments
@getash it's not yet clear whether the master sample is "stuck" or is awaiting for the signal. It would be very helpful if you could try to run the other master sample with the pre-canned frames on the device (to eliminate the GStreamer) and send us the debug logs. You can either attach the log file to this issue or email them at kinesis-video-support@amazon.com |
@MushMal I have attached the log for the GStreamer Master Ran the "./kvsWebrtcClientMaster testchannel" instead of GStreamer with same results. Please find the log attached in that as well. |
Hi @getash, can you do a packet capture |
@chehefen I have emailed the PCAP file to kinesis-video-support@amazon.com. Please do the needful. |
Hi, I also had "Answer tried to set recv when offer did not send". |
@mateuszboryn Thank you for the information. I am using Firefox. Let me try it in another browser to see whether that fixes the issues. I shall also try the code changes you recommended today & let you know. |
@getash are you also hosting your TURN server? You may not have set it up correctly. There is a lot of 401s in the pcap. Based on your log you should be able to view the stream. Can you try to use chrome? |
@chehefen I do not think so but let me try it on Chrome. I have tried Safari with the same results. I also tried @mateuszboryn recommendation of changing the PeerConnection with same results. |
@chehefen Chrome works for both AWS Management Console & the testing kvs page. Does this mean that Kinesis WebRTC will not work for any other browser? Thanks! |
Firefox's webrtc has different behaviors for different versions. We are trying to address them but right now chrome is the most stable. |
@chehefen Are there any other way to work this around on the viewer end handling those? Any specific media player we can embed? Thanks! |
I dont think you can get around that using media players. You can track this instead: awslabs/amazon-kinesis-video-streams-webrtc-sdk-js#49 |
@getash seems that the original issue has been answered. Could you please close this issue and if needed open a new one to track any further issues |
@MushMal I believe the firefox issue is being tracked in awslabs/amazon-kinesis-video-streams-webrtc-sdk-js#49. If that is the case could you please confirm & provide an approximate timeline on this? Thanks! |
Confirming - this is the enhancement. Unfortunately, we can't give precise ETAs. I am going to resolve this issue in favor of the enhancement that we are tracking |
Hello there,
4.Ran ./kvsWebrtcClientMasterGstSample testchannel on the Jetson TX2
I am not attaching log but please message me directly if you need more information. Thanks!
The text was updated successfully, but these errors were encountered: