forked from deepch/RTSPtoWSMP4f
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Andrey Semochkin
authored and
Andrey Semochkin
committed
Dec 1, 2019
1 parent
655a55b
commit 89ca446
Showing
4 changed files
with
54 additions
and
0 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,54 @@ | ||
# RTSPtoWSMP4f | ||
|
||
RTSP Stream to WebBrowser over WebSocket based MP4f segments | ||
|
||
 | ||
|
||
## Installation | ||
1. | ||
```bash | ||
go get github.com/deepch/RTSPtoWSMP4f | ||
``` | ||
2. | ||
```bash | ||
cd src/github.com/deepch/RTSPtoWSMP4f | ||
``` | ||
3. | ||
```bash | ||
go run *.go | ||
``` | ||
4. | ||
```bash | ||
open web browser http://127.0.0.1:8083 | ||
``` | ||
|
||
## Configuration | ||
|
||
# Edit file config.json | ||
|
||
format: | ||
|
||
```bash | ||
{ | ||
"server": { | ||
"http_port": ":8083" | ||
}, | ||
"streams": { | ||
"demo1": { | ||
"url": "rtsp://170.93.143.139/rtplive/470011e600ef003a004ee33696235daa" | ||
}, | ||
"demo2": { | ||
"url": "rtsp://170.93.143.139/rtplive/470011e600ef003a004ee33696235daa" | ||
}, | ||
"demo3": { | ||
"url": "rtsp://170.93.143.139/rtplive/470011e600ef003a004ee33696235daa" | ||
} | ||
} | ||
} | ||
``` | ||
|
||
## Limitations | ||
|
||
Video Codecs Supported: H264 | ||
|
||
Audio Codecs Supported: AAC |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.