We need a modification to our red5 java server application
The idea is that a user (or dj) would go to a webpage,
on the page is a flash program which tries to connect to the webcam and sound on the users computer.
the user then streams the video and audio to the server.
the server then streams back to a webpage, or device which can be viewed by as many people as the server can handle.
currently the logic is:
1 input stream = 1 output stream, 3 input streams = 3 output streams
we need to add the ability to do:
x input streams = 1 output stream
We are using red5 server for streaming which we have installed on windows 2008 server. we are streaming to and from red5 using the videowhisper application: http://www.videowhisper.com/?p=Live+Streaming
Basically we are able to create client applications to stream to/from red5 server over RTMP (a streaming protocol) in flash as its quite simple with a bit of flash actionscript knowledge.
However on the server-side, we need to be able to control simultaneous connections/streams from the client application in a dynamic playlist form,
configurable through something like xml or mysql and then combine them into specific broadcast streams.
We would also need the ability to insert flv’s (flash videos) into the dynamic playlist, ability to schedule playlist items (configurable by something like a datetime attribute in the xml or mysql field),
and handle things like automatic switching to the next item in the playlist when a client disconnects (client being the person streaming to the server).
This logic would result in us having similar behavior to windows media server in that, you have a client viewing a specific continuous stream, which could be multiple v