Can anyone please direct me about Online video streaming programming in web applications using java/j2ee technologies. Any technical information/architecture would greatly help me. we are developing social networking site and video and audio streaming plays a prominent role. so looking out for robust solution and highly appreciate if guided in selecting technologies, servers. 1000 concurrent users will be hitting the site at a time and need to manage the audio/video usage of the users. For CMS, we are using Alfresco
Discussions
Web tier: servlets, JSP, Web frameworks: Online video streaming programming in web applications using java
-
Online video streaming programming in web applications using java (2 messages)
- Posted by: Srinivas Reddy Bijjam
- Posted on: August 20 2010 08:32 EDT
Threaded Messages (2)
- Online video streaming programming in web applications using java by Srinivas Reddy Bijjam on August 23 2010 01:27 EDT
- Online video streaming programming in web applications using java by Matias Juan on October 25 2010 14:38 EDT
-
Online video streaming programming in web applications using java[ Go to top ]
- Posted by: Srinivas Reddy Bijjam
- Posted on: August 23 2010 01:27 EDT
- in response to Srinivas Reddy Bijjam
waiting to hear from you all, friends
-
Online video streaming programming in web applications using java[ Go to top ]
- Posted by: Matias Juan
- Posted on: October 25 2010 14:38 EDT
- in response to Srinivas Reddy Bijjam
Hi
Try Xuggler (http://www.xuggle.com/xuggler/). It´s a nice Java Library to handle streams (audio and video). It allows you to read, manipulate, encode and decode, audio and video streams. It also comes with an adapter for integration to Red5 Streaming Server.
Mat.