-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
887 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
agreement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ RTSP Stream to WebBrowser MSE or WebRTC or HLS, full native! not use ffmpeg or g | |
- [Installation from binary](#Installation from binary) | ||
- [Installation from source](#Installation from source) | ||
- [Configuration](#Configuration) | ||
- [Command-Line Arguments](#Command-Line Arguments) | ||
- [API Documentation](#API documentation) | ||
- [Limitations](#Limitations) | ||
- [Performance](#Performance) | ||
|
@@ -278,15 +277,25 @@ curl http://demo:[email protected]:8083/stream/demo/delete | |
###### Query | ||
```bash | ||
GET /stream/:uuid/hls/live/index.m3u8 | ||
curl http://127.0.0.1:8083/stream/demo/hls/live/index.m3u8 | ||
curl http://127.0.0.1:8083/stream/demo/channel/0/hls/live/index.m3u8 | ||
``` | ||
|
||
###### Response | ||
```bash | ||
index.m3u8 | ||
``` | ||
```bash | ||
ffplay http://127.0.0.1:8083/stream/demo/hls/live/index.m3u8 | ||
ffplay http://127.0.0.1:8083/stream/demo/channel/0/hls/live/index.m3u8 | ||
``` | ||
|
||
#### Stream rtsp play | ||
###### Query | ||
|
||
```bash | ||
ffplay -rtsp_transport tcp rtsp://127.0.0.1/demo1/1 | ||
``` | ||
```bash | ||
ffplay -rtsp_transport tcp rtsp://127.0.0.1/demo1/0 | ||
``` | ||
|
||
## Limitations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.