如何设置缓冲 flv 文件元数据

发布于 2024-10-20 10:14:11 字数 176 浏览 1 评论 0原文

我的服务器上有 flv 文件。持续时间为9分钟。 我必须从这个 flv 中提取 30 秒。我正在从源文件中读取 30 秒的确切字节并将其流式传输到客户端。 我的问题是,当文件下载后,我的 gom 播放器仍然显示该文件为 9 分钟,但内容为 30 秒。如何在缓冲期间更改此元数据。

我的编码语言是 C#

谢谢

I have flv file on my server. duration is 9 minutes.
I have to extract 30 seconds from this flv. I'm reading the 30 second exact bytes from my source file and stream it to the client.
My problem is that when file is downloaded it, my gom player still showed that file is 9 minute but it has content of 30 seconds. how can I change this metadata during buffering.

My coding language is C#

Thanks

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

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

发布评论

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

评论(1

玩物 2024-10-27 10:14:11

这是元数据的编辑器..它的命令行,所以从服务器运行应该不是问题.. http://www.buraks.com/flvmdi/
或者如果你想自己做..格式规范在这里:http://osflash.org/flv

Here's an editor for the metadata .. its command line , so shouldn't be a problem to run from the server .. http://www.buraks.com/flvmdi/
or if u wanna do it ur self .. the format specification is in here : http://osflash.org/flv

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