要在 Nginx 中实现 MP4 视频的边下边播(即支持 HTTP 伪流媒体),可以通过配置 `ngx_http_mp4_module` 模块实现。
---
## Nginx配置
### 1. 确认 Nginx 已启用 `ngx_http_mp4_module`
`ngx_http_mp4_module` 是 Nginx 自带的模块,但需要在...
```
1、sudo -i (超级用户权限)
2、ifconfig(查看网口名称)
3、docker network create -d macvlan --subnet=192.168.x.0/24 --gateway=192.168.x.1 -o parent=网卡名 自定义macvlan名 (创建macvlan虚拟网卡)
4、查看虚拟网卡是否...