问题标签 [pseudo-streaming]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
682 浏览

video - Nginx MP4 伪流在暂停时不会停止

这是我在服务器块中的 nginx 配置:

我在 http 块中也有以下内容:

http://example.com/mp4/sample.mp4我直接在 Chrome 浏览器中加载了 1.2GB 的测试文件。

显示了一个默认的内置播放器,我可以毫无问题地使用搜索和擦除播放。

但是当视频暂停时,剪辑的其余部分仍在下载中。

我通过监控服务器端的带宽使用情况注意到了这一点。

我读到mp4_max_buffer_sizeandmp4_buffer_size是为了在服务器端设置内存使用情况。

视频暂停时,如何防止客户端在后台继续下载视频,以免浪费客户端和我服务器的带宽?

0 投票
0 回答
266 浏览

nginx - 使用 NGINX 流式传输 mp4 视频中的问题

我正在尝试使用 nginx 实现 mp4 流。它正在工作,但流式传输 mp4 文件很慢。我已经在 ubuntu 服务器中完成了以下配置。

文件存储在本地磁盘上

谁能知道如何优化它以获得更快的流?

还有其他最好的流媒体方式吗?

服务器配置:

16 GB RAM、4 个 vCPU、320 GB SSD