You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides everything needed to build a WebRTC application.
It includes the esp_webrtc core code along with its dependent components, such as:
esp_peer: WebRTC PeerConnection realization
esp_capture: For capturing media data (see esp_capture on the component registry)
av_render: For playing media data
Additionally, the repository contains demo applications under solutions/ that show how to use esp_webrtc and related media stacks. Each solution has its own README with hardware requirements and build instructions.