mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 20:31:56 +00:00
Merge branch '2.0release' into develop
This commit is contained in:
commit
d786d61685
2 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,6 @@ listen 19350;
|
|||
max_connections 1000;
|
||||
daemon off;
|
||||
srs_log_tank console;
|
||||
pid ./objs/origin.pid;
|
||||
vhost __defaultVhost__ {
|
||||
}
|
||||
|
|
|
@ -2296,7 +2296,6 @@ int SrsSource::on_video(SrsCommonMessage* shared_video)
|
|||
if (!m) {
|
||||
return ret;
|
||||
}
|
||||
SrsAutoFree(SrsSharedPtrMessage, m);
|
||||
|
||||
// consume the monotonically increase message.
|
||||
if (m->is_audio()) {
|
||||
|
|
Loading…
Reference in a new issue