You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srs/trunk
Winlin 20f238eb9a HLS: Support reload HLS asynchronously. v5.0.172 (#3782)
When reloading HLS, it directly operates unpublish and publish. At this
time, if HLS is pushed, an exception may occur.

The reason is that these two coroutines operated on the HLS object at
the same time, causing a null pointer.

Solution: Use asynchronous reload. During reload, only set variables and
let the message processing coroutine implement the reload.

---------

Co-authored-by: Haibo Chen <495810242@qq.com>
Co-authored-by: chundonglinlin <chundonglinlin@163.com>
2 years ago
..
3rdparty Upgrade jquery from 1.10.2 to 1.12.2 (#3571) 2 years ago
auto Bugfix: Eliminate the redundant declaration of the _srs_rtc_manager variable. v5.0.169 (#3699) 2 years ago
conf WebRTC: Support config the bitrate of transcoding AAC to Opus. v5.0.167, v6.0.60 (#3515) 2 years ago
doc HLS: Support reload HLS asynchronously. v5.0.172 (#3782) 2 years ago
etc/init.d Squash: Fix bugs 3 years ago
gdb
ide/srs_clion Disable CLS and APM by default. v5.0.101 2 years ago
modules Moduels: Refine the description 4 years ago
packaging Windows: Refine cygwin pipeline (#3260) 2 years ago
research Fix issue of srs-player failing to play HTTP-FLV. v5.0.165 2 years ago
scripts Package script support extra options. v5.0.102 2 years ago
src HLS: Support reload HLS asynchronously. v5.0.172 (#3782) 2 years ago
usr/lib/systemd/system Squash: Support RPM. Fix bugs. 3 years ago
.gitignore For #2136: API: Cleanup no active streams for statistics. v5.0.42 3 years ago
AUTHORS.md Update new authors. 2 years ago
AUTHORS.txt Update AUTHORS 4 years ago
Dockerfile.builds Disable CLS and APM by default. v5.0.101 2 years ago
Dockerfile.cov GB28181: Enable regression test for gb28181. v5.0.122 2 years ago
Dockerfile.pkg GB28181: Enable GB for CentOS 7 package. v5.0.103 2 years ago
Dockerfile.test GB28181: Enable regression test for gb28181. v5.0.122 2 years ago
configure HLS: Ignore empty NALU to avoid error. v5.0.170 2 years ago