Fix broken links in save-to-disk examples

This commit is contained in:
Xavier Drudis
2025-01-01 17:52:21 -08:00
committed by Sean DuBois
parent 384646e7d6
commit 92d573c35b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ If you wish to save VP8 and Opus instead of AV1 see [save-to-disk](https://githu
If you wish to save VP8/Opus inside the same file see [save-to-webm](https://github.com/pion/example-webrtc-applications/tree/master/save-to-webm)
You can then send this video back to your browser using [play-from-disk](https://github.com/pion/example-webrtc-applications/tree/master/play-from-disk)
You can then send this video back to your browser using [play-from-disk](https://github.com/pion/webrtc/tree/master/examples/play-from-disk)
## Instructions
### Download save-to-disk-av1

View File

@@ -5,7 +5,7 @@ If you wish to save VP8/Opus inside the same file see [save-to-webm](https://git
If you wish to save AV1 instead see [save-to-disk-av1](https://github.com/pion/webrtc/tree/master/examples/save-to-disk-av1)
You can then send this video back to your browser using [play-from-disk](https://github.com/pion/example-webrtc-applications/tree/master/play-from-disk)
You can then send this video back to your browser using [play-from-disk](https://github.com/pion/webrtc/tree/master/examples/play-from-disk)
## Instructions
### Download save-to-disk