which framework or library is best to use WebRTC

我就是我 2023-08-17 16:13 214阅读 0赞

which framework or library is best to use WebRTC

http://stackoverflow.com/questions/24857637/current-state-of-javascript-webrtc-libraries

I want to know that which framework or library is best to use WebRTC. Here is a small and incomplete list of libraries/SDK out there. Any lib that I forgot, feel free to let me know:

Libraries:

  • simpleRTC
  • RTCMultiConnection
  • crocodileRTC
  • lynckia/licode (This is more interesting for their server side, MCU)
  • holla (used by twelephone)
  • peerjs (data channel)
  • rtc.io
  • webrtc.io (no changes for almost a year)
  • webrtc-data.io (stripped down, data only version of webrtc.io)
  • talky.io (uses simpleRTC)
  • easyRTC (priologic)
  • tawk (uses easyRTC, priologic)
  • rtccopy (uses webrtc-data.io)

Tutorial/resource for implementing:

  • WebRTC Experiments & Demos
  • http://badassjs.com/post/43090030238/peerjs-a-peer-to-peer-networking-library-in-javascript

Has somebody done a compare of all the frameworks? It would help those who are new to WebRTC.

Update

Having researched on WebRTC as a new technology, I could not find a more complete source than your experience. I decided to post this question in order to make a trigger that will compare the available sources.

Thanks a lot.

That should get you started :-) If you were focussing your question, we could point you to a smaller list. That is is also by no mean exhaustive, but should have the usual suspects.

MCU

  • lynckia/licode - open source
  • meetecho (janus) - open source
  • kurento - open source
  • jitsi (meetme) - open source
  • acano
  • pexip
  • tokbox (mantis)
  • openClove
  • Temasys

Signaling

  • holla (used by twelephone)
  • openPeer (hookflash)

API / SDK

  • twilio (audio only)
  • requestec (product: saypage)
  • plivo
  • Tokbox
  • openClove
  • tropo (audio only)
  • weemo
  • voximplant (audio only?)
  • Priologic (easyRTC, tawk.com, proPhone)
  • Dialogic
  • bistri
  • Apidaze (apiRTC)
  • CafeX
  • hookflash
  • ApiZee
  • Temasys (SkyWayJS)
  • &yet (simpleRTC)
  • RTCMultiConnection (muazkhan, demo)
  • crocodileRTC - the company has been bought/absorbed by ACIVISION. I don’t know what is the status of this library, you might want to contact peter dunkley for update.
  • peerjs (data channel)
  • rtc.io
  • webrtc.io (no changes for almost a year)
  • webrtc-data.io (stripped down, data only version of webrtc.io)

Product

  • getaroom.io (uses SkywayJS)
  • webrtc-enterprise.com (uses SkywayJS)
  • talky.io (uses simpleRTC)
  • tawk (uses easyRTC)
  • rtccopy (uses webrtc-data.io)
  • twelephone

Tutorials

  • http://www.html5rocks.com/en/tutorials/webrtc/basics/
  • http://www.html5rocks.com/en/tutorials/webrtc/infrastructure/
  • http://www.html5rocks.com/en/tutorials/webrtc/datachannels/
  • https://developer.mozilla.org/en-US/docs/Web/Guide/API/WebRTC/Peer-to-peer_communications_with_WebRTC
  • https://bitbucket.org/webrtc/codelab

转载于:https://www.cnblogs.com/vc60er/p/4631277.html

发表评论

表情:
评论列表 (有 0 条评论,214人围观)

还没有评论,来说两句吧...

相关阅读