编码信息增加定时刷新
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user