[Red5] Editing live stream in server side
Luke Hubbard
luke at codegent.com
Mon Jul 10 06:19:01 EDT 2006
> However, in the future, I'd like to broadcast more rich dynamic contents
> like 3D movie which needs powerful OpenGL rendering. Therefore, I want to
> build stream in server side...
Well, red5 does not do encoding or transcoding of video. But where
there is will there is a usually a way.
I would think you are looking at creating raw video with java then
piping it into ffmpeg. ffmpeg can output as spark codec video which
will render in flash 6,7,8,9. What it cannot do ( well ) is output to
vp6 codec. If you want vp6 server side encoding prepare to get out
your wallet and go talk to on2 about the sdk. The only other option on
the codec front is screen video ( simpler codec ), which depending on
your video may or may not work for you.
Hope that helps.
- Luke
More information about the Red5
mailing list