Link to home
Start Free TrialLog in
Avatar of WinOrLose
WinOrLose

asked on

How to make Tomcat stream media ?

Hi All,

I am entirely new to streaming implementation. I have developed some RESTful web services using Jersey/Tomcat. There are few cases where I need to send audio/video files to the clients, which uptil now I have been sending as a file fr download - now I want to stream these files.

Do I need to write some code for this ? Or I need some third party solutions ...I have heard about Wowza / Darwin / Red5...But I dont know if they can be integrated with Tomcat and my existing services. Any third party solutions need to be free / opensource, and they should support both audio and video streaming. In the near future I need to add transcoding support too..for which I am planning to use Xuggler. So it would be good if the server is having such support.

Any pointers would be appreciated. Thanks !!
ASKER CERTIFIED SOLUTION
Avatar of Arty K
Arty K
Flag of Kazakhstan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WinOrLose
WinOrLose

ASKER

Red5 is supporting only flash format. I need to have both audio and video support. Plus I need to have transcoding support too. Is there an option of using Flumotion ? How should I go for it ?
I needed integration tips with REST, any code would have been more helpful