0

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.

Cyclonecode
  • 29,115
  • 11
  • 72
  • 93
Anirudh Goel
  • 4,571
  • 19
  • 79
  • 109

3 Answers3

1

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

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

kostia
  • 6,161
  • 3
  • 19
  • 23
0

Use Adobe Flash or the Flex SDK.

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445
0

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).

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.

Mercer Traieste
  • 4,670
  • 3
  • 24
  • 24