Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Semochkin authored and Andrey Semochkin committed Dec 1, 2019
1 parent 655a55b commit 89ca446
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# RTSPtoWSMP4f

RTSP Stream to WebBrowser over WebSocket based MP4f segments

![RTSPtoWSMP4f image](doc/demo1.png)

## 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 added doc/.DS_Store
Binary file not shown.
Binary file added doc/demo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/demo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 89ca446

Please sign in to comment.