Browse Source

[fix] 修改 h265-webrtc 视频播放链接

m7s
fajiao 2 years ago
parent
commit
cee71edad7
  1. 12
      test/main.html

12
test/main.html

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Webrtc IPC H265/H264 Player</title>
@ -9,6 +10,7 @@
<meta name="format-detection" content="telephone=no, email=no" />
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<!-- <div class="row">
@ -25,7 +27,8 @@
<div class="container" id="videoPlayer">
<div class="sideBar">
<span class="no-padding">
<img src="img/home.png" class="left" id="btnHome" title="Visit My Homepage" onclick="window.open('https://blog.csdn.net/superxxd')" />
<img src="img/home.png" class="left" id="btnHome" title="Visit My Homepage"
onclick="window.open('https://blog.csdn.net/superxxd')" />
</span>
<div id="input">
<select id="protocol" onchange="onSelectProto()">
@ -36,7 +39,8 @@
<option value="httpFlv">HTTP-FLV</option>
</select>
<!-- <input type="text" id="inputUrl" value="webrtc://192.168.0.18:1988/live/livestream" style="width:240px"/> -->
<input type="text" id="inputUrl" value="http://127.0.0.1:8081/api/webrtc/playpro?streamPath=live/livestream" style="width:240px"/>
<input type="text" id="inputUrl"
value="http://127.0.0.1:8080/webrtc/playv3/live/test101" style="width:240px" />
<!-- <select id="decodeType" onchange="onSelectDecode()">
<option value="H264">H264</option>
<option value="H265">H265</option>
@ -85,7 +89,8 @@
</span>
</div>
</div>
<div id="footer">Copyright &copy; 2022 xiangxudong.All rights reserved.webrtc datachannel H265 Player Demo 2022</div>
<div id="footer">Copyright &copy; 2022 xiangxudong.All rights reserved.webrtc datachannel H265 Player Demo 2022
</div>
</div>
<!-- <div style="margin: 20px;">
<button id="play" onclick="handleVideo()">Start Play</button>
@ -101,4 +106,5 @@
<script src="webgl.js"></script> -->
<script src="start.js"></script>
</body>
</html>
Loading…
Cancel
Save