Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/use-read-packet-for-rtc-tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Oct 23, 2023
2 parents 47f0d89 + 29eff1a commit 99bd68f
Show file tree
Hide file tree
Showing 264 changed files with 266 additions and 313 deletions.
35 changes: 0 additions & 35 deletions LICENSE.DUAL

This file was deleted.

9 changes: 0 additions & 9 deletions LICENSE.MulanPSL2

This file was deleted.

11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ and essential [features](trunk/doc/Features.md#features).

> Note: For more details on the single-node architecture for SRS, please visit the following [link](https://www.figma.com/file/333POxVznQ8Wz1Rxlppn36/SRS-4.0-Server-Arch).
SRS is licenced under [MIT](https://github.com/ossrs/srs/blob/develop/LICENSE) by default, and SRS is also licensed
under [MIT](https://github.com/ossrs/srs/blob/develop/LICENSE) or [MulanPSL-2.0](https://spdx.org/licenses/MulanPSL-2.0.html).
Please note that [MulanPSL-2.0 is compatible with Apache-2.0](https://www.apache.org/legal/resolved.html#category-a),
and some third-party libraries are distributed under their [licenses](https://ossrs.io/lts/en-us/license).
SRS is licenced under [MIT](https://github.com/ossrs/srs/blob/develop/LICENSE), and some third-party libraries are
distributed under their [licenses](https://ossrs.io/lts/en-us/license).

<a name="product"></a> <a name="usage-docker"></a>

Expand Down Expand Up @@ -121,9 +119,8 @@ To stay in touch and keep helping our community, please check out this [guide](h

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fossrs%2Fsrs.svg?type=small)](https://app.fossa.com/projects/git%2Bgithub.com%2Fossrs%2Fsrs?ref=badge_small)

SRS is licenced under [MIT](https://github.com/ossrs/srs/blob/develop/LICENSE) or [MulanPSL-2.0](https://spdx.org/licenses/MulanPSL-2.0.html).
Please note that while [MulanPSL-2.0 is compatible with Apache-2.0](https://www.apache.org/legal/resolved.html#category-a),
some third-party libraries are distributed under their [licenses](https://ossrs.io/lts/en-us/license).
SRS is licenced under [MIT](https://github.com/ossrs/srs/blob/develop/LICENSE), and some third-party libraries are
distributed under their [licenses](https://ossrs.io/lts/en-us/license).

[![](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fossrs%2Fsrs.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fossrs%2Fsrs?ref=badge_large)

Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_async_call.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_async_call.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_async_call.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_ASYNC_CALL_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_caster_flv.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_caster_flv.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_caster_flv.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_CASTER_FLV_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_config.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_config.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_config.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_CONFIG_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_conn.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_conn.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_conn.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_CONN_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_coworkers.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_coworkers.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_coworkers.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_COWORKERS_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_dash.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_dash.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_dash.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_DASH_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_dvr.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_dvr.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_dvr.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_DVR_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_edge.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_edge.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_edge.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_EDGE_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_empty.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_empty.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_empty.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_EMPTY_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_encoder.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_encoder.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_encoder.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_ENCODER_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_ffmpeg.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_ffmpeg.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_ffmpeg.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_FFMPEG_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_forward.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_forward.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_forward.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_FORWARD_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_fragment.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_fragment.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_fragment.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_FRAGMENT_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_gb28181.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_gb28181.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_gb28181.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_GB28181_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_hds.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_hds.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_hds.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_HDS_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_heartbeat.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_heartbeat.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_heartbeat.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_HEARTBEAT_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_hls.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_hls.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_hls.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_HLS_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_hourglass.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#include <srs_app_hourglass.hpp>
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_hourglass.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//

#ifndef SRS_APP_HOURGLASS_HPP
Expand Down
Loading

0 comments on commit 99bd68f

Please sign in to comment.