mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
update only support h264+aac
This commit is contained in:
parent
40a09958c4
commit
4242985b36
1 changed files with 1 additions and 2 deletions
|
@ -624,8 +624,7 @@ void rtmp_client::on_data_callback(SRT_DATA_MSG_PTR data_ptr, unsigned int media
|
|||
} else if (media_type == STREAM_TYPE_AUDIO_AAC) {
|
||||
on_ts_audio(avs_ptr, dts, pts);
|
||||
} else {
|
||||
srs_error("mpegts demux unkown stream type:0x%02x", media_type);
|
||||
assert(0);
|
||||
srs_error("mpegts demux unkown stream type:0x%02x, only support h264+aac", media_type);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue