mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Squash: Merge SRS 4.0, regression test for RTMP.
This commit is contained in:
parent
a81aa2edc5
commit
b874d9c9ba
32 changed files with 9977 additions and 131 deletions
|
@ -863,6 +863,7 @@ srs_error_t SrsRtmpConn::do_publishing(SrsLiveSource* source, SrsPublishRecvThre
|
|||
SrsAutoFree(SrsPithyPrint, pprint);
|
||||
|
||||
// start isolate recv thread.
|
||||
// TODO: FIXME: Pass the callback here.
|
||||
if ((err = rtrd->start()) != srs_success) {
|
||||
return srs_error_wrap(err, "rtmp: receive thread");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue