0

I need to capture multiple users' webcams in the browser and then broadcast it to multiple users. This must include an audio and video stream with low and high quality options. Ideally, I would not like to use flash but having flash as a fallback is totally fine.

When the webcam is broadcast to the users, this must work on as many platforms as possible.

orde
  • 5,233
  • 6
  • 31
  • 33
  • Can you include `javascript` that you have tried at Question? – guest271314 Jun 29 '16 at 02:05
  • @guest271314 All I have tried to use is WebRTC and WebcamJS to be honest none of that has worked at all well. –  Jun 29 '16 at 02:11
  • _"none of that has worked at all well"_ Can you include what you have tried at Question? Which portion did not work? You could create a single `.html` document which included all uploaded video? – guest271314 Jun 29 '16 at 02:13
  • @guest271314 Capturing the webcam is the easy part but sending the feed to a server to rebroadcast it is what I am struggling with. –  Jun 29 '16 at 02:16
  • See http://stackoverflow.com/questions/35899536/method-for-streaming-data-from-browser-to-server-via-http/ . Which portion of `webRTC` approach did not return expected result? – guest271314 Jun 29 '16 at 02:18
  • WebRTC gives an easy access to web camera, but as you said, the hard part is to share the streams. There're quite many things to handle, but luckily there are some services that aid with stream sharing. In one of my projects I used a commercial OpenTok service that handles all the dirty details of WebRTC connection layer. They may still have a free one month test period, so give it a try. (And I'm not working in that company :-D) – ronkot Jun 29 '16 at 05:36

0 Answers0