-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da1baca
commit 3a0a58e
Showing
8 changed files
with
34 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
<a href="README.MD">中文</a> | <a href="README_EN.MD">English</a> | ||
|
||
<hr> | ||
<img src="./resource/[email protected]" width="300px" /> | ||
<img src="./resource/[email protected]" height="250px" /> | ||
<a href="./resource/demo.png"> | ||
<img src="./resource/demo.png" height="300px" /> | ||
<img src="./resource/demo.png" height="220px" /> | ||
</a> | ||
<hr> | ||
一个可支持HEVC/H.265编码播放360P、480P、540P、720P、1080P的HEVC播放器 | ||
|
@@ -21,7 +21,7 @@ | |
| HLS(LIVE) | MP4(VOD) | FLV(VOD) | MPEG2 TS(VOD) | | ||
| <img src="resource/icon-hls.png" height="100"> | <img src="resource/icon-mp4.png" height="100"> | <img src="resource/icon-flv.png" height="100"> | <img src="resource/icon-ts.png" height="100"> | | ||
| M3u8(VOD) | HTTP FLV(LIVE) | G711A | HDR10(BT2020) | | ||
| <img src="resource/icon-m3u8.png" height="100"> | <img src="resource/icon-httpflv.png" height="100"> | @TODO | @TODO Support - <br>Before 2021/10/31 | | ||
| <img src="resource/icon-m3u8.png" height="100"> | <img src="resource/icon-httpflv.png" height="100"> | @TODO - <br>我最近感冒了,暂缓 | @TODO Support - <br>我最近感冒了,暂缓 | | ||
|
||
<br> | ||
|
||
|
@@ -45,6 +45,8 @@ | |
|
||
## 目录 | ||
|
||
- [更新日志](#更新日志) | ||
|
||
- [0-说明](#0-说明) | ||
|
||
- [当前能力](#当前能力) | ||
|
@@ -123,8 +125,6 @@ | |
|
||
- [FFmpeg转码265编码的视频](#ffmpeg转码265编码的视频) | ||
|
||
- [更新日志](#更新日志) | ||
|
||
<hr> | ||
|
||
### 0 说明 ### | ||
|
@@ -895,10 +895,12 @@ ffmpeg -ss 20 -t 10 -i ./res/xinxiaomen.mp4 \ | |
|
||
<br> | ||
|
||
### 更新日志 ### | ||
# 更新日志 # | ||
|
||
| 更新日志 | 内容 | | ||
| ---- | ---- | | ||
| 时间 | 2021/11/16 - 晚 | | ||
| - | 0.视频流首次请求无数据返回则进行重试5次 | | ||
| 时间 | 2021/11/15 - 晚 | | ||
| - | 0.HTTP-FLV直播断流retry重试 7s一次 | | ||
| 时间 | 2021/11/14 - 晚 | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
<a href="README.MD">中文</a> | <a href="README_EN.MD">English</a> | ||
|
||
<hr> | ||
<img src="./resource/[email protected]" width="300px" /> | ||
<img src="./resource/[email protected]" height="250px" /> | ||
<a href="./resource/demo.png"> | ||
<img src="./resource/demo.png" height="300px" /> | ||
<img src="./resource/demo.png" height="220px" /> | ||
</a> | ||
<hr> | ||
|
||
|
@@ -21,7 +21,7 @@ A hevc/h.265 web player, easy to play 1080P. `~^_^~ For love` if <a href="https: | |
| HLS(LIVE) | MP4(VOD) | FLV(VOD) | MPEG2 TS(VOD) | | ||
| <img src="resource/icon-hls.png" height="100"> | <img src="resource/icon-mp4.png" height="100"> | <img src="resource/icon-flv.png" height="100"> | <img src="resource/icon-ts.png" height="100"> | | ||
| M3u8(VOD) | HTTP FLV(LIVE) | G711A | HDR10(BT2020) | | ||
| <img src="resource/icon-m3u8.png" height="100"> | <img src="resource/icon-httpflv.png" height="100"> | @TODO | @TODO Support - <br>Before 2021/10/31 | | ||
| <img src="resource/icon-m3u8.png" height="100"> | <img src="resource/icon-httpflv.png" height="100"> | @TODO - <br> I get cold recently, so I am not sure upgrade on which time | @TODO Support - <br> I get cold recently, so I am not sure upgrade on which time | | ||
|
||
| h265web.js | mpeg.js `(ts demuxer)` | h265web.js's H.265 decoder | LICENSE | | ||
| ---- | ---- | ---- | ---- | | ||
|
@@ -45,6 +45,8 @@ Notice: | |
|
||
## Index | ||
|
||
- [Update Log](#upldatelog) | ||
|
||
- [0、README](#0readme) | ||
|
||
- [Support what?](#supported) | ||
|
@@ -123,8 +125,6 @@ Notice: | |
|
||
- [Transcode and get HEVC/H.265 media file by ffmpeg](#transcodeandget265codecfilebyffmpeg) | ||
|
||
- [Update Log](#upldatelog) | ||
|
||
<hr> | ||
|
||
### 0、README ### | ||
|
@@ -885,10 +885,12 @@ ffmpeg -ss 20 -t 10 -i ./res/xinxiaomen.mp4 \ | |
|
||
<br> | ||
|
||
### UpldateLog ### | ||
# UpldateLog # | ||
|
||
| Update | Content | | ||
| ---- | ---- | | ||
| Time | 2021/11/16 - Evening | | ||
| - | 0.First request, if no response and timeout, then retry 5 times | | ||
| Time | 2021/11/15 - Evening | | ||
| - | 0.HTTP-FLV auto retry when timeout with out packet.(7s) | | ||
| Time | 2021/11/14 - Evening | | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters