From d57e9c758ea5d371a6aefae49f01c9e600ae89f3 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 31 Jul 2022 16:26:35 +0800 Subject: [PATCH 1/2] Docs: Migrate to ossrs.net and ossrs.io --- trunk/conf/clion-ingest.conf | 2 +- trunk/conf/clion.conf | 6 ++--- trunk/conf/dash.conf | 2 +- trunk/conf/demo.19350.conf | 1 - trunk/conf/demo.conf | 1 - trunk/conf/docker.conf | 6 ++--- trunk/conf/dvr.mp4.conf | 2 +- trunk/conf/dvr.path.conf | 4 ++-- trunk/conf/dvr.segment.conf | 2 +- trunk/conf/dvr.session.conf | 2 +- trunk/conf/edge.conf | 2 +- trunk/conf/edge.token.traverse.conf | 2 +- trunk/conf/edge2.conf | 2 +- trunk/conf/exec.conf | 2 +- trunk/conf/ffmpeg.transcode.conf | 2 +- trunk/conf/forward.master.conf | 2 +- trunk/conf/forward.slave.conf | 2 +- trunk/conf/full.conf | 30 ++++++++++++------------ trunk/conf/go-oryx-edge.conf | 2 +- trunk/conf/go-oryx-edge2.conf | 2 +- trunk/conf/hds.conf | 1 - trunk/conf/hls.conf | 2 +- trunk/conf/hls.realtime.conf | 2 +- trunk/conf/http.aac.live.conf | 2 +- trunk/conf/http.flv.live.conf | 2 +- trunk/conf/http.flv.live.edge1.conf | 2 +- trunk/conf/http.flv.live.edge2.conf | 2 +- trunk/conf/http.hls.conf | 2 +- trunk/conf/http.mp3.live.conf | 2 +- trunk/conf/http.ts.live.conf | 2 +- trunk/conf/https.docker.conf | 6 ++--- trunk/conf/https.rtc.conf | 6 ++--- trunk/conf/https.rtmp2rtc.conf | 6 ++--- trunk/conf/https.srs.conf | 6 ++--- trunk/conf/ingest.conf | 2 +- trunk/conf/ingest.rtsp.conf | 2 +- trunk/conf/origin.cluster.edge.conf | 2 +- trunk/conf/origin.cluster.serverA.conf | 2 +- trunk/conf/origin.cluster.serverB.conf | 2 +- trunk/conf/origin.cluster.serverC.conf | 2 +- trunk/conf/origin.conf | 2 +- trunk/conf/push.flv.conf | 2 +- trunk/conf/push.mpegts.over.udp.conf | 2 +- trunk/conf/realtime.conf | 2 +- trunk/conf/realtime.flv.conf | 2 +- trunk/conf/rtc.conf | 6 ++--- trunk/conf/rtc2rtmp.conf | 6 ++--- trunk/conf/rtmp.conf | 2 +- trunk/conf/rtmp2rtc.conf | 6 ++--- trunk/conf/srs.conf | 6 ++--- trunk/conf/srt2rtc.conf | 6 ++--- trunk/conf/transcode2hls.audio.only.conf | 2 +- trunk/conf/transform.edge.conf | 2 +- trunk/conf/vm.conf | 6 ++--- 54 files changed, 90 insertions(+), 93 deletions(-) diff --git a/trunk/conf/clion-ingest.conf b/trunk/conf/clion-ingest.conf index c991a47f1..f4261544e 100644 --- a/trunk/conf/clion-ingest.conf +++ b/trunk/conf/clion-ingest.conf @@ -25,7 +25,7 @@ rtc_server { # The $CANDIDATE means fetch from env, if not configed, use * as default. # # The * means retrieving server IP automatically, from all network interfaces, - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate candidate $CANDIDATE; } diff --git a/trunk/conf/clion.conf b/trunk/conf/clion.conf index 600966060..8da272c18 100644 --- a/trunk/conf/clion.conf +++ b/trunk/conf/clion.conf @@ -25,16 +25,16 @@ rtc_server { # The $CANDIDATE means fetch from env, if not configed, use * as default. # # The * means retrieving server IP automatically, from all network interfaces, - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate candidate $CANDIDATE; } vhost __defaultVhost__ { rtc { enabled on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtmp-to-rtc + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc rtmp_to_rtc on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtc-to-rtmp + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp rtc_to_rtmp on; } http_remux { diff --git a/trunk/conf/dash.conf b/trunk/conf/dash.conf index 9d7f21fdd..9a791d696 100644 --- a/trunk/conf/dash.conf +++ b/trunk/conf/dash.conf @@ -1,5 +1,5 @@ # the config for srs to delivery dash -# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleDASH +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-dash # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/demo.19350.conf b/trunk/conf/demo.19350.conf index b2c6bea46..e1bad53b2 100644 --- a/trunk/conf/demo.19350.conf +++ b/trunk/conf/demo.19350.conf @@ -1,5 +1,4 @@ # the config for srs demo -# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleDemo # @see full.conf for detail config. listen 19350; diff --git a/trunk/conf/demo.conf b/trunk/conf/demo.conf index 1bdd46b86..c38ee860d 100644 --- a/trunk/conf/demo.conf +++ b/trunk/conf/demo.conf @@ -1,5 +1,4 @@ # the config for srs demo -# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleDemo # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/docker.conf b/trunk/conf/docker.conf index f4ae9cd35..3d0986087 100644 --- a/trunk/conf/docker.conf +++ b/trunk/conf/docker.conf @@ -19,7 +19,7 @@ http_server { rtc_server { enabled on; listen 8000; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate candidate $CANDIDATE; } vhost __defaultVhost__ { @@ -32,9 +32,9 @@ vhost __defaultVhost__ { } rtc { enabled on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtmp-to-rtc + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc rtmp_to_rtc on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtc-to-rtmp + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp rtc_to_rtmp on; } } diff --git a/trunk/conf/dvr.mp4.conf b/trunk/conf/dvr.mp4.conf index a4f888c3a..b527edcca 100644 --- a/trunk/conf/dvr.mp4.conf +++ b/trunk/conf/dvr.mp4.conf @@ -1,5 +1,5 @@ # the config for srs to dvr in session mode -# @see https://github.com/ossrs/srs/wiki/v3_CN_DVR +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/dvr # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/dvr.path.conf b/trunk/conf/dvr.path.conf index bd43b4e8b..a19503896 100644 --- a/trunk/conf/dvr.path.conf +++ b/trunk/conf/dvr.path.conf @@ -1,6 +1,6 @@ # the config for srs to dvr in custom path. -# @see https://github.com/ossrs/srs/wiki/v3_CN_DVR#custom-path -# @see https://github.com/ossrs/srs/wiki/v3_EN_DVR#custom-path +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/dvr#custom-path +# @see https://ossrs.io/lts/en-us/docs/v4/doc/dvr#custom-path # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/dvr.segment.conf b/trunk/conf/dvr.segment.conf index 2d6bf1bf8..c8ec51960 100644 --- a/trunk/conf/dvr.segment.conf +++ b/trunk/conf/dvr.segment.conf @@ -1,5 +1,5 @@ # the config for srs to dvr in segment mode -# @see https://github.com/ossrs/srs/wiki/v3_CN_DVR +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/dvr # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/dvr.session.conf b/trunk/conf/dvr.session.conf index 385980944..d8c2927db 100644 --- a/trunk/conf/dvr.session.conf +++ b/trunk/conf/dvr.session.conf @@ -1,5 +1,5 @@ # the config for srs to dvr in session mode -# @see https://github.com/ossrs/srs/wiki/v3_CN_DVR +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/dvr # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/edge.conf b/trunk/conf/edge.conf index 36acb431f..7274fac32 100644 --- a/trunk/conf/edge.conf +++ b/trunk/conf/edge.conf @@ -1,5 +1,5 @@ # the config for srs origin-edge cluster -# @see https://github.com/ossrs/srs/wiki/v1_CN_Edge +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/edge # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/edge.token.traverse.conf b/trunk/conf/edge.token.traverse.conf index 6fe35b7e2..9d6ba4ce8 100644 --- a/trunk/conf/edge.token.traverse.conf +++ b/trunk/conf/edge.token.traverse.conf @@ -1,5 +1,5 @@ # the config for srs for token traverse authentication -# @see https://github.com/ossrs/srs/wiki/v1_CN_DRM +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/drm # @see full.conf for detail config. listen 1935 diff --git a/trunk/conf/edge2.conf b/trunk/conf/edge2.conf index 193238d88..0b07c73b2 100644 --- a/trunk/conf/edge2.conf +++ b/trunk/conf/edge2.conf @@ -1,5 +1,5 @@ # the config for srs origin-edge cluster -# @see https://github.com/ossrs/srs/wiki/v1_CN_Edge +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/edge # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/exec.conf b/trunk/conf/exec.conf index 2f4481092..c6ea9ea75 100644 --- a/trunk/conf/exec.conf +++ b/trunk/conf/exec.conf @@ -1,5 +1,5 @@ # the config for srs to support nginx-rtmp exec. -# @see https://github.com/ossrs/srs/wiki/v3_CN_NgExec +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/nginx-exec # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/ffmpeg.transcode.conf b/trunk/conf/ffmpeg.transcode.conf index d785a44ff..69e0b2694 100644 --- a/trunk/conf/ffmpeg.transcode.conf +++ b/trunk/conf/ffmpeg.transcode.conf @@ -1,5 +1,5 @@ # the config for srs use ffmpeg to transcode -# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleFFMPEG +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-ffmpeg # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/forward.master.conf b/trunk/conf/forward.master.conf index 630a4c84e..362cbae37 100644 --- a/trunk/conf/forward.master.conf +++ b/trunk/conf/forward.master.conf @@ -1,5 +1,5 @@ # the config for srs to forward -# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleForward +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-forward # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/forward.slave.conf b/trunk/conf/forward.slave.conf index 98286e33e..ab3333cc7 100644 --- a/trunk/conf/forward.slave.conf +++ b/trunk/conf/forward.slave.conf @@ -1,5 +1,5 @@ # the config for srs to forward -# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleForward +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-forward # @see full.conf for detail config. listen 19350; diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index c630002fd..234dc4584 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -360,8 +360,8 @@ srt_server { # The UDP listen port for SRT. listen 10080; # For detail parameters, please read wiki: - # https://github.com/ossrs/srs/wiki/v4_CN_SRTParams - # https://github.com/ossrs/srs/wiki/v4_EN_SRTParams + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/srt-params + # @see https://ossrs.io/lts/en-us/docs/v4/doc/srt-params maxbw 1000000000; connect_timeout 4000; peerlatency 300; @@ -393,7 +393,7 @@ rtc_server { # And by multiple ENV variables: # $CANDIDATE $EIP # TODO: Implements it. # @remark For Firefox, the candidate MUST be IP, MUST NOT be DNS name. - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate # default: * candidate *; # If api_as_candidates is on, SRS would try to use the IP of api server, specified by srs.sdk.js request: @@ -599,7 +599,7 @@ vhost cluster.srs.com { # it's strongly recommend to open the debug_srs_upnode, # when connect to upnode, it will take the debug info, # for example, the id, source id, pid. - # please see: https://github.com/ossrs/srs/wiki/v1_CN_SrsLog + # please see https://ossrs.net/lts/zh-cn/docs/v4/doc/log # default: on debug_srs_upnode on; @@ -611,7 +611,7 @@ vhost cluster.srs.com { # For origin (mode local) cluster, the co-worker's HTTP APIs. # This origin will connect to co-workers and communicate with them. - # please read: https://github.com/ossrs/srs/wiki/v3_EN_OriginCluster + # please see https://ossrs.io/lts/en-us/docs/v4/doc/origin-cluster # TODO: FIXME: Support reload. coworkers 127.0.0.1:9091 127.0.0.1:9092; } @@ -1296,8 +1296,8 @@ vhost hls.srs.com { # [timestamp],replace this const to current UNIX timestamp in ms. # [seq], the sequence number of ts. # [duration], replace this const to current ts duration. - # @see https://github.com/ossrs/srs/wiki/v2_CN_DVR#custom-path - # @see https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHLS#hls-config + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/dvr#custom-path + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/delivery-hls#hls-config # default: [app]/[stream]-[seq].ts hls_ts_file [app]/[stream]-[seq].ts; # whether use floor for the hls_ts_file path generation. @@ -1381,8 +1381,8 @@ vhost hls.srs.com { # on_hls, never config in here, should config in http_hooks. # for the hls http callback, @see http_hooks.on_hls of vhost hooks.callback.srs.com - # @read https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHLS#http-callback - # @read https://github.com/ossrs/srs/wiki/v2_EN_DeliveryHLS#http-callback + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/delivery-hls#http-callback + # @see https://ossrs.io/lts/en-us/docs/v4/doc/delivery-hls#http-callback # on_hls_notify, never config in here, should config in http_hooks. # we support the variables to generate the notify url: @@ -1391,8 +1391,8 @@ vhost hls.srs.com { # [param], replace with the param. # [ts_url], replace with the ts url. # for the hls http callback, @see http_hooks.on_hls_notify of vhost hooks.callback.srs.com - # @read https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHLS#on-hls-notify - # @read https://github.com/ossrs/srs/wiki/v2_EN_DeliveryHLS#on-hls-notify + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/delivery-hls#on-hls-notify + # @see https://ossrs.io/lts/en-us/docs/v4/doc/delivery-hls#on-hls-notify } } # the vhost with hls disabled. @@ -1481,8 +1481,8 @@ vhost dvr.srs.com { # dvr_path ./objs/nginx/html/[app]/[stream].[timestamp].mp4; # => # dvr_path ./objs/nginx/html/live/livestream.1420254068776.mp4; - # @see https://github.com/ossrs/srs/wiki/v3_CN_DVR#custom-path - # @see https://github.com/ossrs/srs/wiki/v3_EN_DVR#custom-path + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/dvr#custom-path + # @see https://ossrs.io/lts/en-us/docs/v4/doc/dvr#custom-path # segment,session apply it. # default: ./objs/nginx/html/[app]/[stream].[timestamp].flv dvr_path ./objs/nginx/html/[app]/[stream].[timestamp].flv; @@ -1514,8 +1514,8 @@ vhost dvr.srs.com { # on_dvr, never config in here, should config in http_hooks. # for the dvr http callback, @see http_hooks.on_dvr of vhost hooks.callback.srs.com - # @read https://github.com/ossrs/srs/wiki/v2_CN_DVR#http-callback - # @read https://github.com/ossrs/srs/wiki/v2_EN_DVR#http-callback + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/dvr#http-callback + # @see https://ossrs.io/lts/en-us/docs/v4/doc/dvr#http-callback } } diff --git a/trunk/conf/go-oryx-edge.conf b/trunk/conf/go-oryx-edge.conf index 8b07031e0..42e5b4885 100644 --- a/trunk/conf/go-oryx-edge.conf +++ b/trunk/conf/go-oryx-edge.conf @@ -1,5 +1,5 @@ # the config for srs origin-edge cluster -# @see https://github.com/ossrs/srs/wiki/v1_CN_Edge +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/edge # @see full.conf for detail config. listen 19351; diff --git a/trunk/conf/go-oryx-edge2.conf b/trunk/conf/go-oryx-edge2.conf index 74ea54f01..288a17f20 100644 --- a/trunk/conf/go-oryx-edge2.conf +++ b/trunk/conf/go-oryx-edge2.conf @@ -1,5 +1,5 @@ # the config for srs origin-edge cluster -# @see https://github.com/ossrs/srs/wiki/v1_CN_Edge +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/edge # @see full.conf for detail config. listen 19352; diff --git a/trunk/conf/hds.conf b/trunk/conf/hds.conf index c2a7d43ce..ffe3ea9f6 100644 --- a/trunk/conf/hds.conf +++ b/trunk/conf/hds.conf @@ -1,5 +1,4 @@ # the config for srs to delivery hds -# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleHDS # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/hls.conf b/trunk/conf/hls.conf index 735c1dd0d..91bff6ee7 100644 --- a/trunk/conf/hls.conf +++ b/trunk/conf/hls.conf @@ -1,5 +1,5 @@ # the config for srs to delivery hls -# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleHLS +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-hls # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/hls.realtime.conf b/trunk/conf/hls.realtime.conf index 36453413f..11dac8e14 100644 --- a/trunk/conf/hls.realtime.conf +++ b/trunk/conf/hls.realtime.conf @@ -1,5 +1,5 @@ # the config for srs to delivery realtime RTMP stream -# @see https://github.com/ossrs/srs/wiki/v2_CN_SampleRealtime +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-realtime # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/http.aac.live.conf b/trunk/conf/http.aac.live.conf index 56a8387a6..7509d5a94 100644 --- a/trunk/conf/http.aac.live.conf +++ b/trunk/conf/http.aac.live.conf @@ -1,5 +1,5 @@ # the config for srs to remux rtmp to aac live stream. -# @see https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHttpStream +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/delivery-http-flv # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/http.flv.live.conf b/trunk/conf/http.flv.live.conf index 78c28546d..bef52451d 100644 --- a/trunk/conf/http.flv.live.conf +++ b/trunk/conf/http.flv.live.conf @@ -1,5 +1,5 @@ # the config for srs to remux rtmp to flv live stream. -# @see https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHttpStream +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/delivery-http-flv # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/http.flv.live.edge1.conf b/trunk/conf/http.flv.live.edge1.conf index 23af7d1ca..fd3fe0aae 100644 --- a/trunk/conf/http.flv.live.edge1.conf +++ b/trunk/conf/http.flv.live.edge1.conf @@ -1,5 +1,5 @@ # the config for srs to remux rtmp to flv live stream. -# @see https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHttpStream +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/delivery-http-flv # @see full.conf for detail config. listen 19351; diff --git a/trunk/conf/http.flv.live.edge2.conf b/trunk/conf/http.flv.live.edge2.conf index fcf226066..01e3591a0 100644 --- a/trunk/conf/http.flv.live.edge2.conf +++ b/trunk/conf/http.flv.live.edge2.conf @@ -1,5 +1,5 @@ # the config for srs to remux rtmp to flv live stream. -# @see https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHttpStream +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/delivery-http-flv # @see full.conf for detail config. listen 19352; diff --git a/trunk/conf/http.hls.conf b/trunk/conf/http.hls.conf index 17416a294..2405717fa 100644 --- a/trunk/conf/http.hls.conf +++ b/trunk/conf/http.hls.conf @@ -1,5 +1,5 @@ # the config for srs to delivery hls -# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleHLS +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-hls # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/http.mp3.live.conf b/trunk/conf/http.mp3.live.conf index d07f62086..7815c437f 100644 --- a/trunk/conf/http.mp3.live.conf +++ b/trunk/conf/http.mp3.live.conf @@ -1,5 +1,5 @@ # the config for srs to remux rtmp to mp3 live stream. -# @see https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHttpStream +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/delivery-http-flv # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/http.ts.live.conf b/trunk/conf/http.ts.live.conf index db6978c70..47c91ec14 100644 --- a/trunk/conf/http.ts.live.conf +++ b/trunk/conf/http.ts.live.conf @@ -1,5 +1,5 @@ # the config for srs to remux rtmp to ts live stream. -# @see https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHttpStream +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/delivery-http-flv # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/https.docker.conf b/trunk/conf/https.docker.conf index 8170185eb..dda3aa970 100644 --- a/trunk/conf/https.docker.conf +++ b/trunk/conf/https.docker.conf @@ -32,7 +32,7 @@ stats { rtc_server { enabled on; listen 8000; # UDP port - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate candidate $CANDIDATE; } @@ -46,9 +46,9 @@ vhost __defaultVhost__ { } rtc { enabled on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtmp-to-rtc + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc rtmp_to_rtc off; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtc-to-rtmp + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp rtc_to_rtmp off; } } diff --git a/trunk/conf/https.rtc.conf b/trunk/conf/https.rtc.conf index 368a21252..bf9cba122 100644 --- a/trunk/conf/https.rtc.conf +++ b/trunk/conf/https.rtc.conf @@ -32,16 +32,16 @@ stats { rtc_server { enabled on; listen 8000; # UDP port - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate candidate $CANDIDATE; } vhost __defaultVhost__ { rtc { enabled on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtmp-to-rtc + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc rtmp_to_rtc off; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtc-to-rtmp + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp rtc_to_rtmp off; } http_remux { diff --git a/trunk/conf/https.rtmp2rtc.conf b/trunk/conf/https.rtmp2rtc.conf index 079458e50..3444a6776 100644 --- a/trunk/conf/https.rtmp2rtc.conf +++ b/trunk/conf/https.rtmp2rtc.conf @@ -32,16 +32,16 @@ stats { rtc_server { enabled on; listen 8000; # UDP port - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate candidate $CANDIDATE; } vhost __defaultVhost__ { rtc { enabled on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtmp-to-rtc + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc rtmp_to_rtc on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtc-to-rtmp + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp rtc_to_rtmp on; } http_remux { diff --git a/trunk/conf/https.srs.conf b/trunk/conf/https.srs.conf index 8170185eb..dda3aa970 100644 --- a/trunk/conf/https.srs.conf +++ b/trunk/conf/https.srs.conf @@ -32,7 +32,7 @@ stats { rtc_server { enabled on; listen 8000; # UDP port - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate candidate $CANDIDATE; } @@ -46,9 +46,9 @@ vhost __defaultVhost__ { } rtc { enabled on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtmp-to-rtc + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc rtmp_to_rtc off; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtc-to-rtmp + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp rtc_to_rtmp off; } } diff --git a/trunk/conf/ingest.conf b/trunk/conf/ingest.conf index d77a2f954..1552d0145 100644 --- a/trunk/conf/ingest.conf +++ b/trunk/conf/ingest.conf @@ -1,5 +1,5 @@ # use ffmpeg to ingest file/stream/device to SRS -# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleIngest +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-ingest # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/ingest.rtsp.conf b/trunk/conf/ingest.rtsp.conf index bffb2a726..0ea331dc6 100644 --- a/trunk/conf/ingest.rtsp.conf +++ b/trunk/conf/ingest.rtsp.conf @@ -1,5 +1,5 @@ # use ffmpeg to ingest file/stream/device to SRS -# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleIngest +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-ingest # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/origin.cluster.edge.conf b/trunk/conf/origin.cluster.edge.conf index 318fca63c..86f040707 100644 --- a/trunk/conf/origin.cluster.edge.conf +++ b/trunk/conf/origin.cluster.edge.conf @@ -1,5 +1,5 @@ # the config for srs origin-edge cluster -# @see https://github.com/ossrs/srs/wiki/v3_EN_OriginCluster +# @see https://ossrs.io/lts/en-us/docs/v4/doc/origin-cluster # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/origin.cluster.serverA.conf b/trunk/conf/origin.cluster.serverA.conf index c9b0efa06..7d8d2b357 100644 --- a/trunk/conf/origin.cluster.serverA.conf +++ b/trunk/conf/origin.cluster.serverA.conf @@ -1,5 +1,5 @@ # the config for srs origin-origin cluster -# @see https://github.com/ossrs/srs/wiki/v3_EN_OriginCluster +# @see https://ossrs.io/lts/en-us/docs/v4/doc/origin-cluster # @see full.conf for detail config. listen 19350; diff --git a/trunk/conf/origin.cluster.serverB.conf b/trunk/conf/origin.cluster.serverB.conf index fe65bb0a3..3d9e3339f 100644 --- a/trunk/conf/origin.cluster.serverB.conf +++ b/trunk/conf/origin.cluster.serverB.conf @@ -1,5 +1,5 @@ # the config for srs origin-origin cluster -# @see https://github.com/ossrs/srs/wiki/v3_EN_OriginCluster +# @see https://ossrs.io/lts/en-us/docs/v4/doc/origin-cluster # @see full.conf for detail config. listen 19351; diff --git a/trunk/conf/origin.cluster.serverC.conf b/trunk/conf/origin.cluster.serverC.conf index 72bec36e5..a4cfb2815 100644 --- a/trunk/conf/origin.cluster.serverC.conf +++ b/trunk/conf/origin.cluster.serverC.conf @@ -1,5 +1,5 @@ # the config for srs origin-origin cluster -# @see https://github.com/ossrs/srs/wiki/v3_EN_OriginCluster +# @see https://ossrs.io/lts/en-us/docs/v4/doc/origin-cluster # @see full.conf for detail config. listen 19352; diff --git a/trunk/conf/origin.conf b/trunk/conf/origin.conf index 9b7b779a1..cb682ba09 100644 --- a/trunk/conf/origin.conf +++ b/trunk/conf/origin.conf @@ -1,5 +1,5 @@ # the config for srs origin-edge cluster -# @see https://github.com/ossrs/srs/wiki/v1_CN_Edge +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/edge # @see full.conf for detail config. listen 19350; diff --git a/trunk/conf/push.flv.conf b/trunk/conf/push.flv.conf index 9e871f913..d3079b7d5 100644 --- a/trunk/conf/push.flv.conf +++ b/trunk/conf/push.flv.conf @@ -1,5 +1,5 @@ # push HTTP FLV to SRS. -# @see https://github.com/ossrs/srs/wiki/v2_CN_Streamer#push-http-flv-to-srs +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/streamer#push-http-flv-to-srs # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/push.mpegts.over.udp.conf b/trunk/conf/push.mpegts.over.udp.conf index 82f2f04c8..2e02753ab 100644 --- a/trunk/conf/push.mpegts.over.udp.conf +++ b/trunk/conf/push.mpegts.over.udp.conf @@ -1,5 +1,5 @@ # push MPEG-TS over UDP to SRS. -# @see https://github.com/ossrs/srs/wiki/v2_CN_Streamer#push-mpeg-ts-over-udp +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/streamer#push-mpeg-ts-over-udp # @see https://github.com/ossrs/srs/issues/250#issuecomment-72321769 # @see full.conf for detail config. diff --git a/trunk/conf/realtime.conf b/trunk/conf/realtime.conf index 482add3ea..eea815808 100644 --- a/trunk/conf/realtime.conf +++ b/trunk/conf/realtime.conf @@ -1,5 +1,5 @@ # the config for srs to delivery realtime RTMP stream -# @see https://github.com/ossrs/srs/wiki/v2_CN_SampleRealtime +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-realtime # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/realtime.flv.conf b/trunk/conf/realtime.flv.conf index ed6ad45ea..6e8e170fd 100644 --- a/trunk/conf/realtime.flv.conf +++ b/trunk/conf/realtime.flv.conf @@ -1,5 +1,5 @@ # the config for srs to delivery realtime RTMP stream -# @see https://github.com/ossrs/srs/wiki/v2_CN_SampleRealtime +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-realtime # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/rtc.conf b/trunk/conf/rtc.conf index 2a5153220..76c1546da 100644 --- a/trunk/conf/rtc.conf +++ b/trunk/conf/rtc.conf @@ -22,16 +22,16 @@ stats { rtc_server { enabled on; listen 8000; # UDP port - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate candidate $CANDIDATE; } vhost __defaultVhost__ { rtc { enabled on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtmp-to-rtc + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc rtmp_to_rtc off; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtc-to-rtmp + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp rtc_to_rtmp off; } http_remux { diff --git a/trunk/conf/rtc2rtmp.conf b/trunk/conf/rtc2rtmp.conf index 87a71345e..daa50e2a7 100644 --- a/trunk/conf/rtc2rtmp.conf +++ b/trunk/conf/rtc2rtmp.conf @@ -20,16 +20,16 @@ stats { rtc_server { enabled on; listen 8000; # UDP port - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate candidate $CANDIDATE; } vhost __defaultVhost__ { rtc { enabled on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtmp-to-rtc + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc rtmp_to_rtc on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtc-to-rtmp + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp rtc_to_rtmp on; } http_remux { diff --git a/trunk/conf/rtmp.conf b/trunk/conf/rtmp.conf index e05f15408..6b068eb74 100644 --- a/trunk/conf/rtmp.conf +++ b/trunk/conf/rtmp.conf @@ -1,5 +1,5 @@ # the config for srs to delivery RTMP -# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleRTMP +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-rtmp # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/rtmp2rtc.conf b/trunk/conf/rtmp2rtc.conf index 87a71345e..daa50e2a7 100644 --- a/trunk/conf/rtmp2rtc.conf +++ b/trunk/conf/rtmp2rtc.conf @@ -20,16 +20,16 @@ stats { rtc_server { enabled on; listen 8000; # UDP port - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate candidate $CANDIDATE; } vhost __defaultVhost__ { rtc { enabled on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtmp-to-rtc + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc rtmp_to_rtc on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtc-to-rtmp + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp rtc_to_rtmp on; } http_remux { diff --git a/trunk/conf/srs.conf b/trunk/conf/srs.conf index 9d7d9047d..ec90ab07f 100644 --- a/trunk/conf/srs.conf +++ b/trunk/conf/srs.conf @@ -18,7 +18,7 @@ http_server { rtc_server { enabled on; listen 8000; # UDP port - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate candidate $CANDIDATE; } vhost __defaultVhost__ { @@ -31,9 +31,9 @@ vhost __defaultVhost__ { } rtc { enabled on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtmp-to-rtc + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc rtmp_to_rtc off; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtc-to-rtmp + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp rtc_to_rtmp off; } } diff --git a/trunk/conf/srt2rtc.conf b/trunk/conf/srt2rtc.conf index 18e3ad404..7822c8c76 100644 --- a/trunk/conf/srt2rtc.conf +++ b/trunk/conf/srt2rtc.conf @@ -32,7 +32,7 @@ rtc_server { # The $CANDIDATE means fetch from env, if not configed, use * as default. # # The * means retrieving server IP automatically, from all network interfaces, - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate candidate $CANDIDATE; } @@ -40,9 +40,9 @@ rtc_server { vhost __defaultVhost__ { rtc { enabled on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtmp-to-rtc + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc rtmp_to_rtc off; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtc-to-rtmp + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp rtc_to_rtmp off; } http_remux { diff --git a/trunk/conf/transcode2hls.audio.only.conf b/trunk/conf/transcode2hls.audio.only.conf index f4361bfaa..cbfaf3a2d 100644 --- a/trunk/conf/transcode2hls.audio.only.conf +++ b/trunk/conf/transcode2hls.audio.only.conf @@ -1,5 +1,5 @@ # the config for srs to delivery hls -# @see https://github.com/ossrs/srs/wiki/v1_CN_SampleHLS +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/sample-hls # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/transform.edge.conf b/trunk/conf/transform.edge.conf index 2b950f5be..289b04050 100644 --- a/trunk/conf/transform.edge.conf +++ b/trunk/conf/transform.edge.conf @@ -1,5 +1,5 @@ # the config for srs origin-edge cluster -# @see https://github.com/ossrs/srs/wiki/v2_CN_Edge#transform-vhost +# @see https://ossrs.net/lts/zh-cn/docs/v4/doc/edge#transform-vhost # @see full.conf for detail config. listen 1935; diff --git a/trunk/conf/vm.conf b/trunk/conf/vm.conf index fd363e350..9f6545c7a 100644 --- a/trunk/conf/vm.conf +++ b/trunk/conf/vm.conf @@ -25,7 +25,7 @@ stats { rtc_server { enabled on; listen 8000; # UDP port - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#config-candidate + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#config-candidate candidate $CANDIDATE; } @@ -39,9 +39,9 @@ vhost __defaultVhost__ { } rtc { enabled on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtmp-to-rtc + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtmp-to-rtc rtmp_to_rtc on; - # @see https://github.com/ossrs/srs/wiki/v4_CN_WebRTC#rtc-to-rtmp + # @see https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc#rtc-to-rtmp rtc_to_rtmp on; } } From 7b23a421398adfe2ea2e38124f05224940036ba3 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 31 Jul 2022 17:12:14 +0800 Subject: [PATCH 2/2] Migrate license to new website. --- README.md | 2 +- trunk/3rdparty/README.md | 14 +++++++------- trunk/auto/options.sh | 6 +++--- trunk/doc/Architecture.md | 2 +- trunk/doc/Features.md | 2 +- trunk/doc/PERFORMANCE.md | 2 +- trunk/doc/Resources.md | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 4530f5a24..27531642a 100755 --- a/README.md +++ b/README.md @@ -435,5 +435,5 @@ Winlin [v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact [LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE -[LicenseMixing]: https://github.com/ossrs/srs/wiki/LicenseMixing +[LicenseMixing]: https://ossrs.net/lts/zh-cn/license diff --git a/trunk/3rdparty/README.md b/trunk/3rdparty/README.md index 0ef512211..a7d677802 100644 --- a/trunk/3rdparty/README.md +++ b/trunk/3rdparty/README.md @@ -1,7 +1,7 @@ http-parser-2.1.zip * for srs to support http callback. * https://github.com/joyent/http-parser -* https://github.com/ossrs/srs/wiki/LicenseMixing#http-parser +* https://ossrs.net/lts/zh-cn/license#http-parser nginx-1.5.7.zip * http://nginx.org/ @@ -10,7 +10,7 @@ nginx-1.5.7.zip srt-1-fit srt-1.4.1.tar.gz * https://github.com/Haivision/srt/releases/tag/v1.4.1 -* https://github.com/ossrs/srs/wiki/LicenseMixing#srt +* https://ossrs.net/lts/zh-cn/license#srt openssl-1.1-fit openssl-1.1.1b.tar.gz @@ -21,7 +21,7 @@ openssl-OpenSSL_1_0_2u.tar.gz * http://www.openssl.org/source/openssl-1.1.0e.tar.gz * openssl for SRS(with-ssl) RTMP complex handshake to delivery h264+aac stream. * SRTP depends on openssl 1.0.*, so we use both ssl versions. -* https://github.com/ossrs/srs/wiki/LicenseMixing#openssl +* https://ossrs.net/lts/zh-cn/license#openssl CherryPy-3.2.4.zip * sample api server for srs. @@ -36,7 +36,7 @@ opus-1.3.1.tar.gz * http://ffmpeg.org/releases/ffmpeg-4.2.tar.gz * https://github.com/xiph/opus/releases/tag/v1.3.1 * To support RTMP/WebRTC transcoding. -* https://github.com/ossrs/srs/wiki/LicenseMixing#ffmpeg +* https://ossrs.net/lts/zh-cn/license#ffmpeg gtest-fit * google test framework. @@ -51,14 +51,14 @@ st-1.9.zip state-threads state-threads-1.9.1.tar.gz * Patched ST from https://github.com/ossrs/state-threads -* https://github.com/ossrs/srs/wiki/LicenseMixing#state-threads +* https://ossrs.net/lts/zh-cn/license#state-threads JSON * https://github.com/udp/json-parser -* https://github.com/ossrs/srs/wiki/LicenseMixing#json +* https://ossrs.net/lts/zh-cn/license#json USRSCTP -* https://github.com/ossrs/srs/wiki/LicenseMixing#usrsctp +* https://ossrs.net/lts/zh-cn/license#usrsctp links: * state-threads: diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index c33acb5f8..7dab57c97 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -40,13 +40,13 @@ SRS_DEFAULT_CONFIG=conf/srs.conf SRS_JOBS=1 SRS_STATIC=NO # If enabled, link shared libraries for libst.so which uses MPL license. -# See https://github.com/ossrs/srs/wiki/LicenseMixing#state-threads +# See https://ossrs.net/lts/zh-cn/license#state-threads SRS_SHARED_ST=NO # If enabled, link shared libraries for libsrt.so which uses MPL license. -# See https://github.com/ossrs/srs/wiki/LicenseMixing#srt +# See https://ossrs.net/lts/zh-cn/license#srt SRS_SHARED_SRT=NO # If enabled, link shared libraries for FFmpeg which is LGPL license. -# See https://github.com/ossrs/srs/wiki/LicenseMixing#ffmpeg +# See https://ossrs.net/lts/zh-cn/license#ffmpeg SRS_SHARED_FFMPEG=NO # whether enable the gcov SRS_GCOV=NO diff --git a/trunk/doc/Architecture.md b/trunk/doc/Architecture.md index 10fdf6b01..c509c7cd3 100644 --- a/trunk/doc/Architecture.md +++ b/trunk/doc/Architecture.md @@ -293,7 +293,7 @@ Supported operating systems and hardware: [v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact [LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE -[LicenseMixing]: https://github.com/ossrs/srs/wiki/LicenseMixing +[LicenseMixing]: https://ossrs.net/lts/zh-cn/license [release2]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release20 [release3]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release30 diff --git a/trunk/doc/Features.md b/trunk/doc/Features.md index 5aeb3f31b..f4056c778 100644 --- a/trunk/doc/Features.md +++ b/trunk/doc/Features.md @@ -304,7 +304,7 @@ The features of SRS. [v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact [LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE -[LicenseMixing]: https://github.com/ossrs/srs/wiki/LicenseMixing +[LicenseMixing]: https://ossrs.net/lts/zh-cn/license [release2]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release20 [release3]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release30 diff --git a/trunk/doc/PERFORMANCE.md b/trunk/doc/PERFORMANCE.md index c75b093d1..ced6b81f9 100644 --- a/trunk/doc/PERFORMANCE.md +++ b/trunk/doc/PERFORMANCE.md @@ -408,7 +408,7 @@ Winlin 2021 [v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact [LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE -[LicenseMixing]: https://github.com/ossrs/srs/wiki/LicenseMixing +[LicenseMixing]: https://ossrs.net/lts/zh-cn/license [release2]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release20 [release3]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release30 diff --git a/trunk/doc/Resources.md b/trunk/doc/Resources.md index e90922f4d..35ebbe16f 100644 --- a/trunk/doc/Resources.md +++ b/trunk/doc/Resources.md @@ -318,7 +318,7 @@ git clone https://github.com/ossrs/srs.git [v4_EN_Contact]: https://github.com/ossrs/srs/wiki/v4_EN_Contact [LICENSE]: https://github.com/ossrs/srs/blob/4.0release/LICENSE -[LicenseMixing]: https://github.com/ossrs/srs/wiki/LicenseMixing +[LicenseMixing]: https://ossrs.net/lts/zh-cn/license [release2]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release20 [release3]: https://github.com/ossrs/srs/wiki/v4_CN_Product#release30