MCG GU Xiangguo schrieb:
> Many thanks to Sascha for the clarification and useful information.
>
> 1 ffmpeg could be used to create FLV video from a wide range of formats
> 2 FLEX, ming(PHP), openlaszlo (LZX compareable to FLEX) could be used to 
> create swf on the fly. 
> 3 AJAX/Flash front end.
>
>   
>>> there is also a java api for that i think.andy may u could make a 
>>> containerclip thats able to handle your commands,
>>>       
>
> I'm sorry, but what do you mean here by a java api? based on openlaszlo  to 
> handle commands to create swf on the fly?
>
> 4 It seems that Red5 is not suitable for our needs. How to delivery the FLV 
> files? a normal file?
>
> Thank you!
>
>   
no i meant that i think there is a set of java classes that can be built
into own java applications to output swf files.
red5 could deliver the streaming, but the programming of the frontend
and also the programming of the application structure
belongs to you, also as far as i know red5 will not transcode from one
Mediaformat to annother.

from your first emai wasent clear what you whant.

you whant to add any kind of media and deliver it as a livestream, u
asked for swf flv and shared objects in a way i dident understand.

* with flv u can stream videos like avi videos its just annother codec,
some other functionality but its a movie like on dvd, its good for video
on demand for example

* with a swf u would be able to load a flv and u would be able to
interact with the SWF and u can rewind, forward etc. the flv but
you wouldent be able to make a button ina flv thats clickable, because
its just a movie!

* a shared Object instead is conceivable as something thats similar to a
cookie you know from a webbrowser, its the only way flash can save
informations to the local
or the remote server system.

as example:

if you would like to offer a WYSIWIG editor for flv movies you would
need to write a java based webapplication for red5, compile ffmpeg ,
make your application upload
and save the file from your customer, then if you would like to have
some effects on it you may use an effectsoftwre thats runnning from
comandline, tehre are several ways,
then make your application to start ffmpeg for converting, and then u
also need to make the keyframing in that flv, when its finished, after
that you could stream the video using red5.


greetz Sascha

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

Reply via email to