如何设置缓冲 flv 文件元数据
我的服务器上有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是元数据的编辑器..它的命令行,所以从服务器运行应该不是问题.. 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