update webrtc changes in README. (#1912)

This commit is contained in:
SP321 2023-06-05 18:42:51 +05:30 committed by GitHub
parent 36e377c450
commit 04e342a110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1201,7 +1201,7 @@ The simples way to embed a WebRTC stream into a web page consists in using an if
<iframe src="http://mediamtx-ip:8889/mystream" scrolling="no"></iframe>
```
For more advanced options, you can create and serve a custom web page by starting from the [source code of the default page](internal/core/webrtc_index.html).
For more advanced options, you can create and serve a custom web page by starting from the [source code of the default read page](internal/core/webrtc_read_index.html) and [source code of the publish page](internal/core/webrtc_publish_index.html).
## Standards