mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-28 21:52:22 +08:00
更新zltoolkit,适配最新代码
This commit is contained in:
@@ -97,7 +97,7 @@ void RtmpPusher::publish(const string &url) {
|
||||
startConnect(host_url, port);
|
||||
}
|
||||
|
||||
void RtmpPusher::onErr(const SockException &ex){
|
||||
void RtmpPusher::onError(const SockException &ex){
|
||||
//定时器_pPublishTimer为空后表明握手结束了
|
||||
onPublishResult_l(ex, !_publish_timer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user