We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd6e8e commit dfae8b5Copy full SHA for dfae8b5
1 file changed
en/majestic-research.md
@@ -4,7 +4,7 @@
4
Majestic Usage Research
5
-----------------------
6
7
-### RTMP testing
+### RTMP services
8
9
- [go2rtc](https://github.com/AlexxIT/go2rtc)
10
- [libnginx-mod-rtmp](https://github.com/arut/nginx-rtmp-module)
@@ -13,3 +13,16 @@ Majestic Usage Research
13
- [HappyTime Media Server](https://www.happytimesoft.com/products/media-server/index.html)
14
- [OSS SRS](https://ossrs.io/)
15
- [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