Live broadcast camera and microphone without flash
Asked Answered
M

3

6

I am building a live virtual class room and I need to broadcast the teacher camera and microphone to many students. Previously the broadcasting was implemented using red5 via rtmp protocol which is flash.

But the problem is Android phones does not support flash. Also if you take webrtc, it is peer to peer. Due to the requirements of the system, I need a non peer to peer solution

My question is, is there a way to broadcast webcam and mic to many students at the same time efficiently without using flash? If not what other options do I have to achieve this?

Also is there a way to broadcast both cam and mic via web-sockets ? I'd like to do this as an opensource project since I did not find any good solution for this problem.

Any help is greatly appreciated.

Mcmillan answered 29/4, 2014 at 4:24 Comment(0)
D
3

If you don't want to use flash and you are leaning towards WebRTC, I suggest that you check out licode. It is a capable server that allows you to use both the cam and mic via javascript.

http://lynckia.com/licode/

Red5 on the other hand will have WebRTC support, but not any time soon.

Dragelin answered 30/4, 2014 at 14:42 Comment(0)
L
1

You can use :

Liva answered 7/5, 2014 at 13:49 Comment(0)
Y
1

WebRTC is the best option you can use.

Go through their documentation its pretty easy to create a full functional video chat application by only using javascript and plugin free WebRTC.

WebRTC Basics

WebRTC Official Site

Yamada answered 7/5, 2014 at 16:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.