mirror of https://github.com/OpenIPC/wiki.git
Update majestic-research.md
parent
3fd6e8ef6e
commit
dfae8b5295
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue