开发者

An efficient method for server side data streaming?

开发者 https://www.devze.com 2023-02-27 08:20 出处:网络
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 t

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消