编码信息增加定时刷新

This commit is contained in:
lin
2025-02-19 10:40:13 +08:00
parent 0de1ee8c19
commit b68e5423db

View File

@@ -33,7 +33,8 @@ export default {
props: [ 'app', 'stream', 'mediaServerId'],
components: {},
created() {
this.getMediaInfo()
this.getMediaInfo();
setInterval(this.getMediaInfo, 1000)
},
data() {
return {