File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,14 @@ LiveKit for ESP32 puts your application in control of the media pipeline; your a
6767# ### Capturer: input from camera/microphone
6868
6969- Required for rooms which will publish media tracks
70- - Created using the Espressif [*esp_capture*](./ components/third_party/esp-webrtc-solution/ components/esp_capture/README.md ) component
70+ - Created using the Espressif [*esp_capture*](https:// components.espressif.com/ components/espressif/ esp_capture/) component
7171- Capture audio capture over I2S, video from MIPI CSI or DVI cameras
7272- After configuration, you will provide the `esp_capture_handle_t` when creating a room
7373
7474# ### Renderer: output to display/speaker
7575
7676- Required for rooms which will subscribe to media tracks
77- - Created using the Espressif [*av_render*](./components/third_party/ esp-webrtc-solution/components/av_render/README.md ) component
77+ - Created using the Espressif [*av_render*](https://github.com/espressif/ esp-webrtc-solution/tree/main/ components/av_render) component
7878- Playback audio over I2S, video on LCD displays supported by *esp_lcd*
7979- After configuration, you will provide the `av_render_handle_t` when creating a room
8080
You can’t perform that action at this time.
0 commit comments