aws-samples / amazon-kinesis-video-streams-webrtc-sdk-c-for-freertos

Apache License 2.0
37 stars 26 forks source link

Not able to stream to Web Test Page #35

Closed vikramdattu closed 1 year ago

vikramdattu commented 1 year ago

Hello,

I have diligently followed the setup instructions outlined in the README documentation. As evidenced by the LOGs, the Session Description Protocol (SDP) messages are being exchanged as expected. However, there appears to be an issue with the streaming process from my ESP32 device to the web interface.

For your convenience, I have attached the log files named "device_side_logs_webrtc_for_freertos.log" and "aws_webrtc_js.log." These files provide additional information regarding the situation.

It was my anticipation that the provided sample example would function seamlessly with minimal alterations to the code. Regrettably, I have dedicated approximately two full days to this endeavor. During this time, I have engaged in extensive debugging and iterative modifications, eventually reaching the current state of progress. I now feel stuck and am not able to have any progress!

Your assistance in addressing this matter would be greatly appreciated.

device_side_logs_webrtc_for_freertos.log aws_webrtc_js.log

Regards,

vikramdattu commented 1 year ago

Hello @ycyang1229 any update on this?

zhichent commented 1 year ago

Are you following instructions and use patch from pull request 33? I have tested using us-west-2, it worked fine.

codingspirit commented 1 year ago

@vikramdattu @zhichent The #33 has been merged into main branch

vikramdattu commented 1 year ago

@codingspirit thanks, the I am able to get the video stream with these fixes.