Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhw2590582/live-video-study-notes
:tv: 整理前端视频直播相关技术的笔记,适合想入门前端流媒体技术的人阅读
https://github.com/zhw2590582/live-video-study-notes
live notes study video
Last synced: 10 days ago
JSON representation
:tv: 整理前端视频直播相关技术的笔记,适合想入门前端流媒体技术的人阅读
- Host: GitHub
- URL: https://github.com/zhw2590582/live-video-study-notes
- Owner: zhw2590582
- License: mit
- Created: 2018-03-26T06:54:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T05:42:38.000Z (about 2 years ago)
- Last Synced: 2024-10-31T03:35:31.855Z (about 1 month ago)
- Topics: live, notes, study, video
- Homepage:
- Size: 6.59 MB
- Stars: 593
- Watchers: 12
- Forks: 71
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - live-video-study-notes
README
## 视频直播学习笔记
> 整理前端视频直播相关技术的笔记,适合想入门前端流媒体技术的人阅读。
0. [前言](./00-foreword) - :white_check_mark:
1. [二进制系统](./01-binarySystem) - :white_check_mark:
1. [位运算符](./02-BitOperator) - :white_check_mark:
1. [类型数组](./03-TypedArray) - :white_check_mark:
1. [二进制接口](./04-WebBinaryApi) - :white_check_mark:
1. [视频 DOM 元素](./05-HTMLElementVideo) - :white_check_mark:
1. [Nodejs 缓冲器](./06-NodejsBuffer) - :white_check_mark:
1. [音视频概念](./07-concept) - :white_check_mark:
1. [媒体源扩展](./08-MediaSourceExtensions) - :white_check_mark:
1. [MP4 格式分析](./09-MP4Analysis)
1. [FLV 格式分析](./10-FLVAnalysis)
1. [AAC 格式分析](./11-AACAnalysis)
1. [H264 格式分析](./12-H264Analysis)
1. [HTTP-FLV 直播流](./13-FLVStreaming)
1. [HLS 直播流](./14-HLSStreaming)
1. [DASH 直播流](./15-DASHStreaming)## License
MIT © [Harvey Zack](https://sleepy.im/)