可以流式传输任何flv文件的软件

时间:2021-01-07 02:04:03

I know this is not programming related, but I have a scenario.

我知道这不是编程相关的,但我有一个场景。

Each video streaming site has a flash video plugin and upon viewing the source I can find the link of the flv file it is streaming. Now I wanted to make an application or work on an existing one, where I can copy and paste the url of the flv file and it streams it for me. Something like an application which can stream flash videos for me.

每个视频流媒体网站都有一个Flash视频插件,在查看源代码后,我可以找到它正在流式传输的flv文件的链接。现在我想创建一个应用程序或在现有的应用程序上工作,我可以复制并粘贴flv文件的url并将其流式传输给我。类似于可以为我流式传输视频的应用程序。

3 个解决方案

#1


On the client side you can use this flash application to render the flv (works on any flv file) http://www.longtailvideo.com/players/jw-flv-player/ . Needs a license for commercial use (quite cheap).

在客户端,您可以使用此Flash应用程序呈现flv(适用于任何flv文件)http://www.longtailvideo.com/players/jw-flv-player/。需要商业用途许可证(非常便宜)。

On the server side you have to build an application which will stream flv files - but i guess that, if you want to use existing online flv files, you don't need this part.

在服务器端,你必须构建一个将流式传输文件的应用程序 - 但我想,如果你想使用现有的在线flv文件,你不需要这个部分。

#2


Take an opensource flv player and plug it into your website and put the url of the flv files you want to stream.

拿一个opensource flv播放器并将其插入你的网站,然后输入你想要流式传输的flv文件的url。

Should work in most cases, in cases it won't work, you have the source code, so change it to overcome any issues :).

应该在大多数情况下工作,如果它不起作用,你有源代码,所以改变它以克服任何问题:)。

#3


Use Adobe Flash or the Flex SDK.

使用Adobe Flash或Flex SDK。

#1


On the client side you can use this flash application to render the flv (works on any flv file) http://www.longtailvideo.com/players/jw-flv-player/ . Needs a license for commercial use (quite cheap).

在客户端,您可以使用此Flash应用程序呈现flv(适用于任何flv文件)http://www.longtailvideo.com/players/jw-flv-player/。需要商业用途许可证(非常便宜)。

On the server side you have to build an application which will stream flv files - but i guess that, if you want to use existing online flv files, you don't need this part.

在服务器端,你必须构建一个将流式传输文件的应用程序 - 但我想,如果你想使用现有的在线flv文件,你不需要这个部分。

#2


Take an opensource flv player and plug it into your website and put the url of the flv files you want to stream.

拿一个opensource flv播放器并将其插入你的网站,然后输入你想要流式传输的flv文件的url。

Should work in most cases, in cases it won't work, you have the source code, so change it to overcome any issues :).

应该在大多数情况下工作,如果它不起作用,你有源代码,所以改变它以克服任何问题:)。

#3


Use Adobe Flash or the Flex SDK.

使用Adobe Flash或Flex SDK。