Browse Source

update webrtc changes in README. (#1912)

pull/1923/head
SP321 3 years ago committed by GitHub
parent
commit
04e342a110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -1201,7 +1201,7 @@ The simples way to embed a WebRTC stream into a web page consists in using an if @@ -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

Loading…
Cancel
Save