1 line
14 KiB
JavaScript
1 line
14 KiB
JavaScript
![]() |
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-e2fd06da","chunk-71776995"],{"01d1":function(e,t,a){"use strict";a("7f1d")},"3abb":function(e,t,a){"use strict";a.r(t);var i=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("el-card",{staticStyle:{margin:"6px","padding-bottom":"100px"}},[a("el-tabs",{staticStyle:{padding:"10px","min-height":"400px"},attrs:{"tab-position":"left"},on:{"tab-click":e.handleClick},model:{value:e.activeName,callback:function(t){e.activeName=t},expression:"activeName"}},[a("el-tab-pane",{attrs:{name:"play"}},[a("span",{attrs:{slot:"label"},slot:"label"},[e._v("设备直播")]),a("div",{staticClass:"components-container"},[a("div",[a("el-row",{staticStyle:{"margin-bottom":"10px"}},[a("span",{staticStyle:{overflow:"auto"}},[e._v("开启直播录像:")]),a("el-switch",{attrs:{"active-color":"#13ce66","inactive-color":"#ff4949"},on:{change:e.startPlayRecordk},model:{value:e.playrecord,callback:function(t){e.playrecord=t},expression:"playrecord"}})],1)],1)]),a("player",{ref:"player",attrs:{playerinfo:e.playinfo}})],1),a("el-tab-pane",{attrs:{name:"playback"}},[a("span",{attrs:{slot:"label"},slot:"label"},[e._v("设备录像")]),a("div",{staticClass:"components-container"},[a("div",[a("el-row",{staticStyle:{"margin-bottom":"10px"}},[a("span",{staticStyle:{overflow:"auto"}},[e._v("选择录像日期:")]),a("el-date-picker",{attrs:{type:"date",size:"small","value-format":"yyyy-MM-dd",clearable:"",placeholder:"选择日期"},on:{change:e.loadDevRecord},model:{value:e.queryDate,callback:function(t){e.queryDate=t},expression:"queryDate"}}),a("span",{staticStyle:{"margin-left":"10px",overflow:"auto"}},[e._v("转录的时间段:")]),a("el-button-group",[a("el-time-picker",{attrs:{size:"mini","is-range":"",align:"left","value-format":"yyyy-MM-dd HH:mm:ss","range-separator":"至","start-placeholder":"开始时间","end-placeholder":"结束时间",placeholder:"选择时间范围"},on:{change:e.timePickerChange},model:{value:e.timeRange,callback:function(t){e.timeRange=t},expression:"timeRange"}})],1),a("el-button-group",[a("el-button",{staticClass:"iconfont icon-xiazai1",attrs:{size:"mini",title:"下载选定录像"},on:{click:function(t){return e.downloadRecord()}}})],1)],1)],1)]),a("player",{ref:"playbacker",attrs:{playerinfo:e.playbackinfo}})],1),a("el-tab-pane",{attrs:{disabled:""}},[a("span",{attrs:{slot:"label"},slot:"label"},[a("div",{staticStyle:{"margin-top":"200px"}})])]),a("el-tab-pane",{attrs:{name:"device05",disabled:""}},[a("span",{attrs:{slot:"label"},slot:"label"},[a("el-button",{attrs:{type:"info",size:"mini"},on:{click:function(t){return e.goBack()}}},[e._v("返回设备")])],1)])],1)],1)},n=[],s=(a("b0c0"),a("d3b7"),a("97d6")),r=a("e2de"),o=a("6827"),l={name:"DevicePlayer",components:{player:s["default"]},data:function(){return{activeName:"play",deviceId:"",channelId:"",streamId:"",ssrc:"",playurl:"",queryDate:"",vodData:{},hisData:[],playinfo:{},playrecord:!1,playrecording:!1,playbackinfo:{},timeRange:null,startTime:null,endTime:null}},beforeDestroy:function(){},activated:function(){var e=this.$route.query.activeName;null!=e&&""!==e&&(this.activeName=e)},created:function(){if(this.$route.params){this.deviceId=this.$route.params.deviceId,this.channelId=this.$route.params.channelId;var e=this.$route.params.activeName;null!=e&&""!==e&&(this.activeName=e,"play"===this.activeName&&this.sendDevicePush()),this.playinfo={playtype:"play",deviceId:this.deviceId,channelId:this.channelId},this.playbackinfo={playtype:"playback",deviceId:this.deviceId,channelId:this.channelId}}},destroyed:function(){this.closeStream(),this.$refs.player.destroy(),this.$refs.playbacker.destroy()},methods:{startPlayRecordk:function(){var e=this;this.$refs.player.destroy(),this.playrecord?(this.closeStream(),Object(o["f"])(this.deviceId,this.channelId).then((function(t){console.log("开始录像:"+e.deviceId+" : "+e.channelId),e.playrecording=!0;var a=t.data;e.streamId=a.streamId,e.playurl=a.playurl,e.$refs.player.isInit||e.$refs.player.init(),e.$refs.player.play(a.playurl)}))):(this
|