mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-30 23:02:24 +08:00
添加MIT协议,完善代码
This commit is contained in:
@@ -123,7 +123,6 @@ bool RtmpDemuxer::isInited() const {
|
||||
bool videoReady ,auidoReady;
|
||||
|
||||
if(_videoTrack){
|
||||
//getTrackType() != TrackInvalid说明其已经准备好了
|
||||
videoReady = _videoTrack->ready();
|
||||
}else{
|
||||
videoReady = _tryedGetVideoTrack || _tryedGetAudioTrack;
|
||||
|
||||
Reference in New Issue
Block a user