Commit b7c560bc by Tianqing Liu

feat: 断连重连功能

1 parent c2b43fc1
......@@ -152,9 +152,10 @@ export default {
this.playing = false;
}); */
// 断线重连
playerIns.on(JessibucaPro.EVENTS.playFailedAndPaused, (e) => {
console.log('playFailedAndPaused', e);
// replay();
this.replay();
});
playerIns.on(JessibucaPro.EVENTS.ptz, (arrow) => {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!