mirror of
https://github.com/Monibuca/engine.git
synced 2025-12-24 13:18:07 +08:00
feat: pull publish faild still retry
This commit is contained in:
@@ -85,7 +85,7 @@ func (pub *Puller) startPull(puller IPuller) {
|
|||||||
} else {
|
} else {
|
||||||
if err = puller.Publish(pub.StreamPath, puller); err != nil {
|
if err = puller.Publish(pub.StreamPath, puller); err != nil {
|
||||||
puller.Error("pull publish", zap.Error(err))
|
puller.Error("pull publish", zap.Error(err))
|
||||||
return
|
continue
|
||||||
}
|
}
|
||||||
if stream != puber.Stream {
|
if stream != puber.Stream {
|
||||||
// 老流中的音视频轨道不可再使用
|
// 老流中的音视频轨道不可再使用
|
||||||
|
|||||||
Reference in New Issue
Block a user