From 64510ae590af5bc9bc8ccc62256e56774bde23f6 Mon Sep 17 00:00:00 2001 From: Jacob Gelman <3182119+ladvoc@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:26:14 +1000 Subject: [PATCH] Update README links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61e4ba2..76ce69b 100644 --- a/README.md +++ b/README.md @@ -67,14 +67,14 @@ LiveKit for ESP32 puts your application in control of the media pipeline; your a #### Capturer: input from camera/microphone - Required for rooms which will publish media tracks -- Created using the Espressif [*esp_capture*](./components/third_party/esp-webrtc-solution/components/esp_capture/README.md) component +- Created using the Espressif [*esp_capture*](https://components.espressif.com/components/espressif/esp_capture/) component - Capture audio capture over I2S, video from MIPI CSI or DVI cameras - After configuration, you will provide the `esp_capture_handle_t` when creating a room #### Renderer: output to display/speaker - Required for rooms which will subscribe to media tracks -- Created using the Espressif [*av_render*](./components/third_party/esp-webrtc-solution/components/av_render/README.md) component +- Created using the Espressif [*av_render*](https://github.com/espressif/esp-webrtc-solution/tree/main/components/av_render) component - Playback audio over I2S, video on LCD displays supported by *esp_lcd* - After configuration, you will provide the `av_render_handle_t` when creating a room