mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 03:55:58 +08:00
优化解复用器/播放器逻辑,在Track准备就绪后回调播放结果
This commit is contained in:
@@ -232,8 +232,10 @@ CodecId Factory::getCodecIdByAmf(const AMFValue &val){
|
||||
WarnL << "暂不支持该Amf:" << type_id;
|
||||
return CodecInvalid;
|
||||
}
|
||||
}else{
|
||||
WarnL << "Metedata不存在相应的Track";
|
||||
}
|
||||
WarnL << "暂不支持该Amf:" << val.type();
|
||||
|
||||
return CodecInvalid;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user