Hi Steve,

Steve Sobol schrieb:
> I've read a lot about Red5 and know that eventually it'll be able to do 
> lots of neato-kewl stuff like remoting. But all I want to use it for is to 
> stream FLV and vector-based SWF files. How easy is this to do? Can I do it 
> without programming?

If all of your content is static, you don't need any serverside code.

Just create folders like the following:

webapps
  |
  |- myapp         (your .swf files go here)
       |
       |- streams  (your .flv files go here)

Then restart Red5, you can now access the .swf files using this url:
http://localhost:5080/myapp/filename.swf

The streams are available at
"rtmp://localhost/myapp" with <filename> == <streamname>

> Also, the website says "JDK 1.5, Jetty 6" but I'm using Jetty 5.1.2 and
> JDK 1.4.2 - do I need to upgrade?

You will need to update your JDK, Jetty 6 is distributed with Red5.

Joachim


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to