From dfae8b5295c780d60b8e1c352007a1eeea72b567 Mon Sep 17 00:00:00 2001 From: Signor Pellegrino <68112357+flyrouter@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:23:18 +0300 Subject: [PATCH] Update majestic-research.md --- en/majestic-research.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 +```