Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Live video streaming in java [duplicate]

Tags:

java

video

jmf

I need to add live webcam video streaming facility to my web app where multiple clients can see live video.It's almost like a virtual classroom where the teacher will teach live and the students will watch.How can I broadcast live video in java .I have decided using spring framework for the application . Many seem to suggest xuggler or JMF, but I have not found any working examples of them yet. Can anyone please suggest which library to use and examples for the purpose ? Thanks in advance.

like image 840
user3680660 Avatar asked Oct 08 '14 19:10

user3680660


1 Answers

This question is already answered and the below link has the details. I would recommend "user3680660" to look into the answers provided.

Stream video in Java

The link explains Xuggler and Amazon's cloud front.

like image 185
vembutech Avatar answered Nov 06 '22 15:11

vembutech