diff --git a/en/majestic-research.md b/en/majestic-research.md index 276ce56..5f21e87 100644 --- a/en/majestic-research.md +++ b/en/majestic-research.md @@ -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 +```