amazon-kinesis-video-streams-webrtc-sdk-c icon indicating copy to clipboard operation
amazon-kinesis-video-streams-webrtc-sdk-c copied to clipboard

Do I need to change the sample program when using wwan0?

Open hiroshifractal opened this issue 2 years ago • 9 comments

Other aws services are connecting without any problems. Do I need to change the sample program when using wwan0?

Originally posted by @hiroshifractal in https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/issues/1488#issuecomment-1155904571

hiroshifractal avatar Jul 14 '22 06:07 hiroshifractal

I'm following the several issues you created it looks like the issue was never resolved. I see that your describe call succeeds with the get endpoint call. When you hit this program do you always see that describe succeed and get endpoint fail or is it random?

Also I see these lines indicating the issue:

[2022/06/04 11:37:22:9381] N: lws_sort_dns: 54.65.31.48 has no route out

There is a PR that @jdelapla created https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/pull/1469 but it was never merged (looks like it is failing a format check) but it seems to be in response to the same issue.

Could you please try something in this section:

https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/blob/master/CMake/Dependencies/libwebsockets-CMakeLists.txt#L33

Can you please add -DLWS_WITH_NETLINK=0 and try? You can try it on top of the latest release 1.7.3.

hassanctech avatar Jul 14 '22 16:07 hassanctech

I always get the same error. Thank you. I will add the command and try it.

hiroshifractal avatar Jul 15 '22 13:07 hiroshifractal

@hiroshifractal any updates?

hassanctech avatar Jul 21 '22 17:07 hassanctech

I added -DLWS_WITH_NETLINK=0 and try, but the same log was output. log_220726.txt

hiroshifractal avatar Jul 26 '22 05:07 hiroshifractal

@hiroshifractal ,

To ensure it did not work, did you clean build and try?

disa6302 avatar Aug 01 '22 00:08 disa6302

I ran "cmake .." and "make", before running the kvsWebrtcClientMasterGstSample. What else do you need to do?

hiroshifractal avatar Aug 01 '22 16:08 hiroshifractal

Clean build. Remove open-source, dependency and build folders from root of repository. Recreate build directory and run the build commands.

disa6302 avatar Aug 01 '22 16:08 disa6302

Thank you for your help. I'll try after August 13th because I don't have the device.

hiroshifractal avatar Aug 03 '22 00:08 hiroshifractal

Thank you for your help! Tried as per your help and solved. I appreciate you sincerely.

As for the other issue, the streaming video is not displayed on safari. I use iOS15.6. I confirmed that I could see it on Chrome Windows. This has been an issue for some time.

hiroshifractal avatar Aug 13 '22 16:08 hiroshifractal

@hiroshifractal ,

Please direct your issue to the appropriate repository. If you are using the JS SDK, you can open your issue on that. Thank you. Resolving this now.

disa6302 avatar Aug 29 '22 16:08 disa6302