https://github.com/monibuca/plugin-fmp4
可以通过http访问MP4
https://github.com/monibuca/plugin-fmp4
Last synced: about 1 year ago
JSON representation
可以通过http访问MP4
- Host: GitHub
- URL: https://github.com/monibuca/plugin-fmp4
- Owner: Monibuca
- License: mit
- Created: 2022-11-26T11:15:06.000Z (over 3 years ago)
- Default Branch: v4
- Last Pushed: 2024-02-21T02:54:43.000Z (over 2 years ago)
- Last Synced: 2025-03-31T09:37:47.411Z (about 1 year ago)
- Language: Go
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plugin-fmp4
可以通过http访问MP4
# 用法
如果有一个流名为live/test,则可以通过下面的方式访问播放
```shell
ffplay http://localhost:8080/fmp4/live/test.mp4
```
如果在浏览器里面可以直接使用 video 标签播放
```html
```