Browse Source

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

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

30
test/main.html

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<head>
<meta charset="utf-8">
<title>Webrtc IPC H265/H264 Player</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
@ -8,10 +9,11 @@
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="format-detection" content="telephone=no, email=no" />
<link rel="stylesheet" href="styles/style.css">
</head>
</head>
<body>
<!-- <div class="row">
<!-- <div class="row">
<form action="demo_form.html" method="get">
服务器名称: <input type="text" name="servername" id="serverId" value="rtmpserver1">
拉 流 名 称: <input type="text" name="streamname" id="streamId" value="kvs">
@ -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,8 +39,9 @@
<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"/>
<!-- <select id="decodeType" onchange="onSelectDecode()">
<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>
</select> -->
@ -47,8 +51,8 @@
<option value="540">F_540</option>
<option value="360">F_360</option>
</select>
设备名称: <input type="text" name="devicename" id="deviceId" value="4E:7B:BF:71:D6:B4" style="width:80px"/>
拉流名称: <input type="text" name="streamname" id="streamId" value="metartc" style="width:80px"/>
设备名称: <input type="text" name="devicename" id="deviceId" value="4E:7B:BF:71:D6:B4" style="width:80px" />
拉流名称: <input type="text" name="streamname" id="streamId" value="metartc" style="width:80px" />
</div>
</div>
@ -85,8 +89,9 @@
</span>
</div>
</div>
<div id="footer">Copyright &copy; 2022 xiangxudong.All rights reserved.webrtc datachannel H265 Player Demo 2022</div>
</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>
<button id="stop" onclick="stopVideo()">stop Play</button>
@ -94,11 +99,12 @@
<!-- <script src="libffmpeg_264_265.js"></script>
<!-- <script src="libffmpeg_264_265.js"></script>
<script src="decoder_missle_wasm.js"></script>
<script src="video.js"></script>
<script src="audio.js"></script>
<script src="webgl.js"></script> -->
<script src="start.js"></script>
<script src="start.js"></script>
</body>
</html>
Loading…
Cancel
Save