Hi @pammyleong,
I’m looking for guidance on how to implement WebRTC on the AMB82 Mini for a low-latency audio/video streaming use case. I’ve already explored RTSP and WebSocket options, but I need to move to WebRTC. Are there any existing examples, SDK features, or recommended workflows for enabling WebRTC on this board? Any documentation or sample projects would be very helpful.
Thanks!
Hi @madava_ramagiri ,
Currently there is no WebRTC related examples in Arduino SDK. You may refer to this example in FreeRTOS SDK ameba-rtos-pro2/component/example/kvs_webrtc_mmf at main · Ameba-AIoT/ameba-rtos-pro2 · GitHub
Thank you.
hi @KevinKL,
Thanks for the suggestion as I have already seen this example in rtos sdk it using AWS cloud to run all functionalities of webrtc but I need to run in local servers I need it for the use case of live video streaming in local servers.
Is there any example or suggestion to implement this task.
Thanks & Regards
Madava Ramagiri