From 5ee528677b2e5a8207c0755a41d545640ccd63c1 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 8 Jan 2023 13:20:41 +0800 Subject: [PATCH] SRS5: GB: Compatible with deprecated config. PICK 920d492942010a2f8ef3985b0ae18fb85ba72a09 --- trunk/conf/push.gb28181.conf | 57 ++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 trunk/conf/push.gb28181.conf diff --git a/trunk/conf/push.gb28181.conf b/trunk/conf/push.gb28181.conf new file mode 100644 index 000000000..18b552856 --- /dev/null +++ b/trunk/conf/push.gb28181.conf @@ -0,0 +1,57 @@ + +listen 1935; +max_connections 1000; +daemon off; +srs_log_tank console; + +stream_caster { + enabled on; + caster gb28181; + output rtmp://127.0.0.1/live/[stream]; + listen 9000; + # Deprecated config, moved to sip.candidate, see gb28181.conf + # @see https://ossrs.net/lts/zh-cn/docs/v5/doc/gb28181#config-candidate + host $CANDIDATE; + sip { + enabled on; + listen 5060; + } +} + +http_server { + enabled on; + listen 8080; + dir ./objs/nginx/html; +} + +http_api { + enabled on; + listen 1985; +} +stats { + network 0; +} +rtc_server { + enabled on; + listen 8000; # UDP port + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate + candidate $CANDIDATE; +} + +vhost __defaultVhost__ { + rtc { + enabled on; + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc + rtmp_to_rtc on; + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp + rtc_to_rtmp on; + } + http_remux { + enabled on; + mount [vhost]/[app]/[stream].flv; + } + hls { + enabled on; + } +} +