mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
fixed #175
This commit is contained in:
parent
0670f9f62b
commit
1cc6a0dce5
@ -248,6 +248,9 @@ void PlayerProxy::onPlaySuccess() {
|
||||
}
|
||||
}
|
||||
_mediaMuxer->setListener(shared_from_this());
|
||||
if(_pMediaSrc){
|
||||
_pMediaSrc->setTrackSource(_mediaMuxer);
|
||||
}
|
||||
|
||||
auto videoTrack = getTrack(TrackVideo,false);
|
||||
if(videoTrack){
|
||||
|
Loading…
Reference in New Issue
Block a user