编码信息增加定时刷新

pull/1773/head
lin 2025-02-19 10:40:13 +08:00
parent 0de1ee8c19
commit b68e5423db
1 changed files with 2 additions and 1 deletions

View File

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