mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #307, support publish RTC with passing opus. 4.0.24
This commit is contained in:
parent
99f9f566ba
commit
5ee5ef6ab2
7 changed files with 43 additions and 7 deletions
|
@ -603,7 +603,7 @@ srs_error_t SrsFormat::on_audio(int64_t timestamp, char* data, int size)
|
|||
srs_error_t err = srs_success;
|
||||
|
||||
if (!data || size <= 0) {
|
||||
srs_trace("no audio present, ignore it.");
|
||||
srs_info("no audio present, ignore it.");
|
||||
return err;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue