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> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Webrtc IPC H265/H264 Player</title> <title>Webrtc IPC H265/H264 Player</title>
@ -9,6 +10,7 @@
<meta name="format-detection" content="telephone=no, email=no" /> <meta name="format-detection" content="telephone=no, email=no" />
<link rel="stylesheet" href="styles/style.css"> <link rel="stylesheet" href="styles/style.css">
</head> </head>
<body> <body>
<!-- <div class="row"> <!-- <div class="row">
@ -25,7 +27,8 @@
<div class="container" id="videoPlayer"> <div class="container" id="videoPlayer">
<div class="sideBar"> <div class="sideBar">
<span class="no-padding"> <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> </span>
<div id="input"> <div id="input">
<select id="protocol" onchange="onSelectProto()"> <select id="protocol" onchange="onSelectProto()">
@ -36,7 +39,8 @@
<option value="httpFlv">HTTP-FLV</option> <option value="httpFlv">HTTP-FLV</option>
</select> </select>
<!-- <input type="text" id="inputUrl" value="webrtc://192.168.0.18:1988/live/livestream" style="width:240px"/> --> <!-- <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()"> <!-- <select id="decodeType" onchange="onSelectDecode()">
<option value="H264">H264</option> <option value="H264">H264</option>
<option value="H265">H265</option> <option value="H265">H265</option>
@ -85,7 +89,8 @@
</span> </span>
</div> </div>
</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>
<!-- <div style="margin: 20px;"> <!-- <div style="margin: 20px;">
<button id="play" onclick="handleVideo()">Start Play</button> <button id="play" onclick="handleVideo()">Start Play</button>
@ -101,4 +106,5 @@
<script src="webgl.js"></script> --> <script src="webgl.js"></script> -->
<script src="start.js"></script> <script src="start.js"></script>
</body> </body>
</html> </html>
Loading…
Cancel
Save