-3

What I want is broadcasting webcam with audio to multiple people on a webpage . I am familiar with jsf2.0 and primefaces5.0 , I am using primefaces utilities and glassfish 4.0 for servlet container. Where should I start ? Is there any way to make video using webcam and live stream to subcribers(users)? Because i am making a website where teachers deliver online classes via video streaming using webcam to students. Thanks for advice.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555

1 Answers1

0

Simply put: you can't. For several reasons:

  • PF cannot capture live video (data)
  • PF cannot stream live video (data) that is live captured
  • Websockets video is not supported in all browsers.

So you'd better look for a different solution for now

Kukeltje
  • 12,223
  • 4
  • 24
  • 47