提供自定义块Flash Media Server

发布于 2025-01-04 03:06:16 字数 499 浏览 4 评论 0原文

我正在尝试闪存媒体服务器,看看它是否可以完成我需要执行的特定任务。我有一个 Django + OpenCV 应用程序,它处理视频文件并输出分割为 1 秒块的处理后的视频。

我一直在探索 Flash Media Server,发现在 Application.xml 文件中使用一些标签(如 )来配置块的大小。

我需要知道是否有任何方法可以配置服务器以通过 HTTP 传输由 Django 应用程序生成的块,而不是允许服务器本身分割视频

编辑:我阅读了 adobe 文档的一部分,发现 FMS据称将 .f4f 段和 .f4x 段索引写入磁盘。这是链接。如果有人知道这些文件的存储位置,将会很有帮助。

I am trying flash media server to see if it can accomplish a specific task I need to do. I have a Django + OpenCV app which process a video file and outputs the processed video splitted in 1 second chunks.

I have been exploring Flash Media Server and I found some tags like <OutChunkSize> to be used in the Application.xml files to configure the size of the chunks.

I need to know if there is any way of configure the server to stream the chunks over HTTP as they are generated by the Django app instead of allowing the server to split the video itself

EDIT: I read part of the adobe documentation and found that FMS supposedly writes .f4f segments and .f4x index of segments to the disk. Here is the link. It would be helpful if anyone knows where this files are stored.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

埋葬我深情 2025-01-11 03:06:16

我认为您所指的 FMS 是 HTTP 动态流(HDS)。 Flash Media Server 与 Apache Web 服务器结合使用,动态打包 F4F 文件,然后为指定的流(VOD 或 Live)和时间提供段/片段文件。在这种情况下,文件不会存储在任何地方(它们可能被缓存,但我不知道在哪里)。

有一个用例&文件存储在服务器上的工作流程。本例中,使用f4fpackager工具对文件进行打包,然后上传到Web服务器。

HDS 的 Adob​​e 文档:http://help.adobe.com/en_US/ HTTPStreaming/1.0/Using/index.html

I think what you're referring to in regards to FMS is HTTP Dynamic Streaming (HDS). The Flash Media Server is working in conjunction with an Apache web server to package the F4F files on the fly and then serve up the segment/fragment files for a specified stream (VOD or Live) and time. The files aren't stored anywhere in this case (they may be cached, but I don't know where).

There is a use case & workflow for files being stored on the server. In this case, the files are packaged using the f4fpackager tool and then are uploaded to the web server.

Adobe Documentation for HDS: http://help.adobe.com/en_US/HTTPStreaming/1.0/Using/index.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文