16

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.

user3680660
  • 325
  • 1
  • 3
  • 6

1 Answers1

5

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.

Community
  • 1
  • 1
BDRSuite
  • 1,594
  • 1
  • 10
  • 15