mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 19:51:49 +08:00
大规模修改rtsp相关代码
This commit is contained in:
@@ -97,7 +97,7 @@ void PlayerProxy::play(const char* strUrl) {
|
||||
strongSelf->initMedia();
|
||||
}
|
||||
});
|
||||
setOnAudioCB( [weakSelf](const AdtsFrame &data ) {
|
||||
setOnAudioCB( [weakSelf](const AACFrame &data ) {
|
||||
auto strongSelf = weakSelf.lock();
|
||||
if(!strongSelf){
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user