|
18 | 18 | <a id="srs_index" class="brand" href="#">SRS</a> |
19 | 19 | <div class="nav-collapse collapse"> |
20 | 20 | <ul class="nav"> |
21 | | - <li class="active"><a id="nav_srs_player" href="srs_player.html">SRS播放器</a></li> |
22 | | - <li><a id="nav_rtc_player" href="rtc_player.html">RTC播放器</a></li> |
23 | | - <li><a id="nav_rtc_publisher" href="rtc_publisher.html">RTC推流</a></li> |
| 21 | + <li class="active"><a id="nav_srs_player" href="srs_player.html">LivePlayer</a></li> |
| 22 | + <!--<li><a id="nav_rtc_player" href="rtc_player.html">RTC播放器</a></li>--> |
| 23 | + <!--<li><a id="nav_rtc_publisher" href="rtc_publisher.html">RTC推流</a></li>--> |
24 | 24 | <li><a id="nav_whip" href="whip.html">WHIP</a></li> |
25 | 25 | <li><a id="nav_whep" href="whip.html">WHEP</a></li> |
26 | 26 | <li><a href="http://ossrs.net/srs.release/releases/app.html">iOS/Andriod</a></li> |
|
44 | 44 | <div id="main_content"> |
45 | 45 | <div id="main_info" class="alert alert-info fade in"> |
46 | 46 | <button type="button" class="close" data-dismiss="alert">×</button> |
47 | | - <strong><span>Usage:</span></strong> <span>输入HTTP-FLV/HLS地址后点击“播放视频”即可播放视频</span> |
| 47 | + <strong><span>Usage:</span></strong> <span>Enter the HTTP-FLV/HLS URL and click "Play" to start playing the video.</span> |
48 | 48 | </div> |
49 | 49 | <div class="form-inline"> |
50 | 50 | <div> |
51 | 51 | URL: |
52 | 52 | <input type="text" id="txt_url" class="input-xxlarge" value=""> |
53 | | - <button class="btn btn-primary" id="btn_play">播放视频</button> |
| 53 | + <button class="btn btn-primary" id="btn_play">Play</button> |
54 | 54 | </div> |
55 | 55 | <p></p> |
56 | 56 | <div> |
57 | 57 | <video id="video_player" width="100%" autoplay controls></video> |
58 | 58 | <audio id="audio_player" width="100%" autoplay controls></audio> |
59 | 59 | </div> |
60 | 60 | <p> |
61 | | - 分享:<a href="#" id="link_url" target="_blank">请右键拷贝此链接</a> |
| 61 | + Share: <a href="#" id="link_url" target="_blank">Please right-click and copy this link.</a> |
62 | 62 | </p> |
63 | 63 | <div id="main_tips"> |
64 | 64 | <p></p> |
65 | 65 | <p> |
66 | | - 推荐的其他播放器: |
| 66 | + Recommended other players: |
67 | 67 | <ul> |
68 | | - <li><a href="https://github.com/xqq/mpegts.js">flv.js</a>,H5/MSE播放HTTP-FLV</li> |
69 | | - <li><a href="https://github.com/xqq/mpegts.js">mpegts.js</a>,H5/MSE播放HTTP-TS</li> |
70 | | - <li><a href="https://github.com/video-dev/hls.js/">hls.js</a>,H5/MSE播放HLS</li> |
71 | | - <li><a href="https://github.com/Dash-Industry-Forum/dash.js">dash.js</a>,H5/MSE播放MPEG-DASH</li> |
| 68 | + <li><a href="https://github.com/xqq/mpegts.js">flv.js</a>, HTML5/MSE for playing HTTP-FLV</li> |
| 69 | + <li><a href="https://github.com/xqq/mpegts.js">mpegts.js</a>, HTML5/MSE for playing HTTP-TS</li> |
| 70 | + <li><a href="https://github.com/video-dev/hls.js/">hls.js</a>, HTML5/MSE for playing HLS</li> |
| 71 | + <li><a href="https://github.com/Dash-Industry-Forum/dash.js">dash.js</a>, HTML5/MSE for playing MPEG-DASH</li> |
72 | 72 | </ul> |
73 | 73 | </p> |
74 | 74 | </div> |
|
79 | 79 | <div id="main_flash_alert" class="alert alert-danger fade in hide"> |
80 | 80 | <button type="button" class="close" data-dismiss="alert">×</button> |
81 | 81 | <p> |
82 | | - <a href="https://www.adobe.com/products/flashplayer/end-of-life.html" target="_blank">Flash已死</a>, |
83 | | - 无法播放RTMP流,可用ffplay或VLC播放器播放。 |
| 82 | + <a href="https://www.adobe.com/products/flashplayer/end-of-life.html" target="_blank">Flash is dead</a>, |
| 83 | + Unable to play RTMP streams, you can use ffplay or VLC player to play. |
84 | 84 | </p> |
85 | 85 | <ul> |
86 | | - <li>若希望做低延迟直播(3-5秒),可用HTTP-FLV,播放器用<a href="https://github.com/xqq/mpegts.js">flv.js</a>,H5/MSE播放HTTP-FLV</li> |
87 | | - <li>若希望做低延迟直播(3-5秒),可用HTTP-TS,播放器用<a href="https://github.com/xqq/mpegts.js">mpegts.js</a>,H5/MSE播放HTTP-TS</li> |
88 | | - <li>若对延迟不敏感(5-10秒),跨平台比较好,可用HLS,播放器用<a href="https://github.com/video-dev/hls.js/">hls.js</a>,H5/MSE播放HLS</li> |
89 | | - <li>若希望超低延迟(1秒内),只需要支持主流的浏览器,可用WebRTC,播放器用<a href="rtc_player.html">RTC播放器</a></li> |
| 86 | + <li>If you want low-latency live streaming (3-5 seconds), you can use HTTP-FLV with the <a href="https://github.com/xqq/mpegts.js">flv.js</a> player for H5/MSE playback of HTTP-FLV.</li> |
| 87 | + <li>If you want low-latency live streaming (3-5 seconds), you can use HTTP-TS with the <a href="https://github.com/xqq/mpegts.js">mpegts.js</a> player for H5/MSE playback of HTTP-TS.</li> |
| 88 | + <li>If you are not sensitive to latency (5-10 seconds) and want better cross-platform compatibility, you can use HLS with the <a href="https://github.com/video-dev/hls.js/">hls.js</a> player for H5/MSE playback of HLS.</li> |
| 89 | + <li>If you want ultra-low latency (within 1 second) and only need to support mainstream browsers, you can use WebRTC with the <a href="rtc_player.html">RTC player</a>.</li> |
90 | 90 | </ul> |
91 | 91 | <p> |
92 | 92 | 更多信息,参考<a href="https://mp.weixin.qq.com/s/oYn5q4fF9afaged23Ueudg" target="_blank">没有Flash如何做直播?</a> |
|
0 commit comments