An efficient method for server side data streaming?
Is there an efficient way of streaming data from 开发者_C百科client side to server side for typical web applications? For example, I want to take audio/video/media input from the clients and deliver these inputs to the servers to process the data. To accelerate the processing of data, it is clear that we should use data streaming strategy. Any suggestions / solutions? ( Javascript preferred. ) The solution should be adaptable to J2EE platforms.
You could use Red5: http://www.red5.org/
精彩评论