Skip to content
/ wiki Public

Commit dfae8b5

Browse files
authored
Update majestic-research.md
1 parent 3fd6e8e commit dfae8b5

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

en/majestic-research.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Majestic Usage Research
55
-----------------------
66

7-
### RTMP testing
7+
### RTMP services
88

99
- [go2rtc](https://github.com/AlexxIT/go2rtc)
1010
- [libnginx-mod-rtmp](https://github.com/arut/nginx-rtmp-module)
@@ -13,3 +13,16 @@ Majestic Usage Research
1313
- [HappyTime Media Server](https://www.happytimesoft.com/products/media-server/index.html)
1414
- [OSS SRS](https://ossrs.io/)
1515
- [Wowza](https://www.wowza.com/)
16+
17+
### Testing
18+
19+
```
20+
SRS:
21+
docker run --rm -it -p 1935:1935 -p 1985:1985 -p 8080:8080 ossrs/srs:6 objs/srs -c conf/docker.conf
22+
23+
Outgoing (with H265 codec):
24+
rtmp://192.168.1.85/openipc/live
25+
26+
FFMpeg:
27+
ffplay rtmp://192.168.1.85/openipc/live
28+
```

0 commit comments

Comments
 (0)