flash - Web based audio/video chat api provider (no webrtc) -
i had developed video chat script website opentok flash.but opentok stopped flash service 6 months ago , force clients use webrtc solutions.so application has became useless because of this.
for moment webrtc limits developers key points.
- i need access user's audio/video device list programmatically via user's browser able enumerate them, able design custom device selection window.(this can done google chrome if infrastructure webrtc.but want major browsers.)
- i need able make multiple streams same user different audio/video sources.
flash based providers working fine needs above, can no longer find 1 now. can lead me find paid/free api provider needs ?
thanks in advance.
just wanted let know opentok in fact able support device enumeration across chrome, firefox, , ie (with plugin) soon. within couple weeks, next version of firefox (39) released, , opentok.js have release, normalize different apis offered browsers 1 api use called ot.getdevices()
.
also, opentok has ability make multiple streams same user using different audio/video sources. can pass audiodevice
, videodevice
option ot.initpublisher(apikey, target, options)
method using 1 of values previous method.
today of works in chrome, give try, , shortly have across ie , firefox well.
Comments
Post a Comment