dev:外网访问视频监控
This commit is contained in:
parent
a67c9388d3
commit
eac9c68ae1
@ -5,7 +5,10 @@
|
|||||||
视频播放
|
视频播放
|
||||||
</view>
|
</view>
|
||||||
</headers>
|
</headers>
|
||||||
<video class="videoBox" id="myVideo" :custom-cache="false" :src="url" controls autoplay></video>
|
<!-- <video class="videoBox" id="myVideo" :custom-cache="false" :src="url" controls autoplay></video> -->
|
||||||
|
<!-- 外网访问视频监控 -->
|
||||||
|
<video class="videoBox" id="myVideo" :custom-cache="false" :src="'rtsp://angang.xingzong.tech:'+url.substring(20)" controls autoplay></video>
|
||||||
|
<!-- <video class="videoBox" id="myVideo" :custom-cache="false" :src="'rtsp://47.93.215.234:'+url.substring(20)" controls autoplay></video> -->
|
||||||
<view class="videoName">
|
<view class="videoName">
|
||||||
{{videoInfo.videoName}}
|
{{videoInfo.videoName}}
|
||||||
<button v-if="videoInfo.videoType==3" type="primary" class="changeBtn btn" @click="changeStreamFn">{{streamType==1?'切换到主码流':'切换到子码流'}}</button>
|
<button v-if="videoInfo.videoType==3" type="primary" class="changeBtn btn" @click="changeStreamFn">{{streamType==1?'切换到主码流':'切换到子码流'}}</button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user