下载到本地磁盘时播放视频 [AIR]

发布于 2024-08-29 11:20:16 字数 192 浏览 2 评论 0原文

使用 NetStream,我可以创建渐进式视频播放器。但是我可以将下载的块保存到 AIR 中的本地磁盘吗?

我的第一个想法是,将文件的一部分下载到本地磁盘,让NetStream指向该文件,然后定期将块附加到该文件(FileMode.APPEND)。但它不起作用,并且 NetStream 似乎会“锁定”文件以防止写入操作。

有什么想法吗?

Using NetStream, I can create progressive video player. But can I save the downloaded chunk to my local disk in AIR??

My first idea is that, download part of file into local disk, let NetStream pointing to that file, and then appends the chunks to that file (FileMode.APPEND) periodically. But it does not work and seems that NetStream would 'lock' the file preventing write operation.

Any ideas?

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

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

发布评论

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

评论(1

柠檬 2024-09-05 11:20:16

我曾经参与过一个解决这个问题的项目。我对 Adob​​e 将 flv 写入磁盘如此困难感到非常失望。我认为他们这样做是为了出售他们的媒体服务器(对于你所做的事情来说定价是不可能的),但谁知道呢。我们最终使用了 Neko 媒体服务器,但它并不完美。 Haxe 或 Red5 也是不错的选择

I was once a part of a project that tackled this exact problem. I'm pretty disappointed at how difficult Adobe makes writing flv to disk. I assume they do this to sell their media server (impossibly priced for what your doing), but who knows. We ended up using Neko media server, but its not perfect. Haxe or Red5 are also decent options

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