Skip to content

Commit

Permalink
v0.9.0 -> CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
q191201771 committed May 30, 2020
1 parent 41cdddb commit 9630c5b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### v0.9.0

- [feat] 新增HLS直播功能
- [fix] 接收rtmp数据时,同一个message的多个chunk混合使用fmt1,2时,可能出现时间戳多加的情况
- [refactor] 将app目录下除lals的其他应用移入demo目录下
- [feat] 新增两个demo:analyseflv和analysehls,分别用于拉取HTTP-FLV和HLS的流,并进行分析
- [fix] 修改rtmp简单握手,修复macOS ffmpeg 4.2.2向lals推rtmp流时的握手警告

#### v0.8.1

- [feat] 新package hevc
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ app/ ......
|-- lals/ ......流媒体服务器lals的main函数入口
demo/ ......
|-- analyseflvts ......
|-- analysehlsts ......
|-- analyseflv ......
|-- analysehls ......
|-- flvfile2rtmppush ......
|-- rtmppull ......
|-- httpflvpull ......
Expand Down

0 comments on commit 9630c5b

Please sign in to comment.