forked from External/mediamtx
update documentation (#3025)
This commit is contained in:
parent
942ecf43a4
commit
e46a124eb7
1 changed files with 4 additions and 2 deletions
|
|
@ -421,7 +421,7 @@ This web page can be embedded into another web page by using an iframe:
|
||||||
<iframe src="http://mediamtx-ip:8889/mystream/publish" scrolling="no"></iframe>
|
<iframe src="http://mediamtx-ip:8889/mystream/publish" scrolling="no"></iframe>
|
||||||
```
|
```
|
||||||
|
|
||||||
For more advanced setups, you can create and serve a custom web page by starting from the [source code of the publish page](internal/servers/webrtc/publish_index.html).
|
For more advanced setups, you can create and serve a custom web page by starting from the [source code of the WebRTC publish page](internal/servers/webrtc/publish_index.html).
|
||||||
|
|
||||||
### By device
|
### By device
|
||||||
|
|
||||||
|
|
@ -811,7 +811,7 @@ This web page can be embedded into another web page by using an iframe:
|
||||||
<iframe src="http://mediamtx-ip:8889/mystream" scrolling="no"></iframe>
|
<iframe src="http://mediamtx-ip:8889/mystream" scrolling="no"></iframe>
|
||||||
```
|
```
|
||||||
|
|
||||||
For more advanced setups, you can create and serve a custom web page by starting from the [source code of the read page](internal/servers/webrtc/read_index.html).
|
For more advanced setups, you can create and serve a custom web page by starting from the [source code of the WebRTC read page](internal/servers/webrtc/read_index.html).
|
||||||
|
|
||||||
Web browsers can also read a stream with the [HLS protocol](#hls). Latency is higher but there are less problems related to connectivity between server and clients, furthermore the server load can be balanced by using a common HTTP CDN (like CloudFront or Cloudflare), and this allows to handle readers in the order of millions. Visit the web page:
|
Web browsers can also read a stream with the [HLS protocol](#hls). Latency is higher but there are less problems related to connectivity between server and clients, furthermore the server load can be balanced by using a common HTTP CDN (like CloudFront or Cloudflare), and this allows to handle readers in the order of millions. Visit the web page:
|
||||||
|
|
||||||
|
|
@ -825,6 +825,8 @@ This web page can be embedded into another web page by using an iframe:
|
||||||
<iframe src="http://mediamtx-ip:8888/mystream" scrolling="no"></iframe>
|
<iframe src="http://mediamtx-ip:8888/mystream" scrolling="no"></iframe>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For more advanced setups, you can create and serve a custom web page by starting from the [source code of the HLS read page](internal/servers/hls/index.html).
|
||||||
|
|
||||||
### By protocol
|
### By protocol
|
||||||
|
|
||||||
#### SRT
|
#### SRT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue