Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nintha authored Jan 4, 2021
1 parent d601845 commit 1626b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ffplay -fflags nobuffer -analyzeduration 100000 rtmp://localhost:11935/channel/t
```
使用`-fflags nobuffer -analyzeduration 100000`可以有效降低播放的延迟,目前本地测试延迟大概为1秒

### JMuxer(video only)
### JMuxer
使用[Jmuxer](https://github.com/samirkumardas/jmuxer)在浏览器中播放,详见`example/h264-nalu-stream`目录。

如果是使用x264编码推流,建议profile=baseline,可以避免视频频繁抖动,目前本地测试延迟大概为1秒
Expand Down Expand Up @@ -56,4 +56,4 @@ setInterval(()=>{
- [RTMP推送AAC ADTS音频流](https://www.jianshu.com/p/1a6f195863c7)
- [视音频数据处理入门](https://blog.csdn.net/leixiaohua1020/article/details/50534369)
- [rtmp数据封装](https://blog.csdn.net/Jacob_job/article/details/81880445)
- [视音频编解码学习工程:FLV封装格式分析器](https://blog.csdn.net/leixiaohua1020/article/details/17934487)
- [视音频编解码学习工程:FLV封装格式分析器](https://blog.csdn.net/leixiaohua1020/article/details/17934487)

0 comments on commit 1626b80

Please sign in to comment.