Flash 种子客户端
有没有这样的基于网络的 flash torrent 客户端免费/商业可用?
is there any such web based flash torrent client available either free/commercial?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有这样的基于网络的 flash torrent 客户端免费/商业可用?
is there any such web based flash torrent client available either free/commercial?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
这是为什么没有任何问题的主要问题:
如下所述:http://en.wikipedia.org/wiki /Comparison_of_BitTorrent_clients
here is the main problem why there aren't any:
as mentioned bellow: http://en.wikipedia.org/wiki/Comparison_of_BitTorrent_clients
flashplayer 可以通过 udp 使用 p2p 连接,但只能在 adobe stratus 服务上使用,该服务每次上线时都会提供唯一的密钥。 然后,在一个用户将其密钥传递给另一个用户(不使用闪存,因为他们仍未连接)后,他们可以连接他们的播放器。
chatroulette 是 adobe stratus p2p 最著名的例子,恕我直言,
还有另一个问题:除了文本和图片之外,几乎不可能向本地计算机写入任何内容,一旦我开发了一个可以将音乐从我的计算机传递到远程用户的 swf,它就不能了。使用 ByteArray 类很容易绕过声音发送限制并在后端重新生成原始声音,但是我没有找到保存 mp3 文件的方法,唯一的想法是启动本地网络服务器为了节省,但使用闪光灯是相当愚蠢的。
但如果我有足够的时间,我会尝试自己在 AIR xD 上编写一个 torrent 客户端
flashplayer can use p2p connections via udp but only on adobe stratus service which gives them unique keys every time they go online. then after one user passes his key to another (not using flash because they are still not connected) they can connect their players.
chatroulette is the most famous example of adobe stratus p2p imho
and another problem: it's almoust impossible to write anything except text and pictures to a local machine, once i developed an swf that could pass music from my computer to a remote user, it was not so easy to bypass sound sending restrictions using ByteArray class and to re-generate the original sound on the back-end, but however i didn't find a way to save an mp3 file, the only idea was to launch a local web-server for saving, but than it would be rather stupid to use flash.
but if i had enough time i've tried myself at writing a torrent client on AIR xD
否(根据维基百科)
No (according to the Wikipedia)
由于安全原因,这可能是不可能的: http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=00001950.html
Its probably impossible because of security reasons: http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=00001950.html
其他 P2P 应用程序(即 TinyChat)如何能够与 Flash 一起运行?
How are other P2P applications, namely TinyChat, able to operate with Flash?