mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #738, write mp4 samples.
This commit is contained in:
parent
e24674e9cf
commit
733ba73d54
8 changed files with 87 additions and 19 deletions
|
@ -288,7 +288,7 @@ SrsPublishRecvThread::~SrsPublishRecvThread()
|
|||
st_cond_destroy(error);
|
||||
}
|
||||
|
||||
int SrsPublishRecvThread::wait(int timeout_ms)
|
||||
int SrsPublishRecvThread::wait(uint64_t timeout_ms)
|
||||
{
|
||||
if (recv_error_code != ERROR_SUCCESS) {
|
||||
return recv_error_code;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue