Hi @all,

I want to create a simple application based on red5 which streams live 
video.
The video should be encoded  by the Flash Media Encoder since it uses VP6.
I want to stream the same Video with multiple instances of FME
in different qualitys to red5 (multiple capture cards),
and choose the stream, based on the available bandwith to the client.
Now I am writing the serverside java code, and need away to enumerate
the available streams and their bandwiths in the ApplicationAdapter.
I am not sure, but i thougth about to use the stream name as meta 
information.
So i would call the stream with 200kbps 200 and the one with 300kbps 300.
Then i want to create a list of available streams in the FCPublish function.
I was wondering if there is a more elegant way to get the meta 
information about the encoder bandwith,
and/or obtain a list of all the available live streams.

Thanks in advance,

David


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

Reply via email to