Skip to content

Commit 70c0aef

Browse files
authored
Update README links (#21)
1 parent 42689a6 commit 70c0aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)