Update majestic-research.md

pull/399/head
Signor Pellegrino 2024-08-28 17:23:18 +03:00 committed by GitHub
parent 3fd6e8ef6e
commit dfae8b5295
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Majestic Usage Research
-----------------------
### RTMP testing
### RTMP services
- [go2rtc](https://github.com/AlexxIT/go2rtc)
- [libnginx-mod-rtmp](https://github.com/arut/nginx-rtmp-module)
@ -13,3 +13,16 @@ Majestic Usage Research
- [HappyTime Media Server](https://www.happytimesoft.com/products/media-server/index.html)
- [OSS SRS](https://ossrs.io/)
- [Wowza](https://www.wowza.com/)
### Testing
```
SRS:
docker run --rm -it -p 1935:1935 -p 1985:1985 -p 8080:8080 ossrs/srs:6 objs/srs -c conf/docker.conf
Outgoing (with H265 codec):
rtmp://192.168.1.85/openipc/live
FFMpeg:
ffplay rtmp://192.168.1.85/openipc/live
```