https://github.com/deepred5/media-source-demo
MediaSource demo
https://github.com/deepred5/media-source-demo
Last synced: about 1 year ago
JSON representation
MediaSource demo
- Host: GitHub
- URL: https://github.com/deepred5/media-source-demo
- Owner: deepred5
- Created: 2020-12-31T09:48:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T15:11:30.000Z (over 5 years ago)
- Last Synced: 2025-04-17T11:59:08.743Z (about 1 year ago)
- Language: JavaScript
- Size: 2.94 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# media-source-demo
视频分段下载和播放demo
### mp4转换fmp4
```bash
MP4Box -dash 4000 1.mp4 #### 每4s分割1段
```
### 启动
```bash
npm i
npm run start
```
浏览器访问: http://127.0.0.1:4444/