ortc-adapter icon indicating copy to clipboard operation
ortc-adapter copied to clipboard

Compatibility/support info?

Open yocontra opened this issue 8 years ago • 3 comments

It would be really helpful to know what this supports so far. From my testing I've only been able to get audio working between Edge and Chrome.

  • What browsers can this connect to?
  • What parts of the spec are implemented, and what still needs to be done?

I'd love to work on this project but it's unclear how much is working, so I'm not sure where to get started.

Thanks!

yocontra avatar Jan 20 '16 16:01 yocontra

Hey @contra, thanks for the feedback! I agree there should be some sort of compatibility support table. I'll start compiling a more detailed one, but off the top of my head, as of writing,

  • Edge only supports H264UC, so video to or from any other browser than Edge won't work.
  • Edge does not support RTCDataChannel.
  • Audio should work to and from any other browser. If you were unable to get Firefox working I'll have to look into that.
  • ortc-adapter bundles all MediaStreamTracks (this is captured in #4).
  • Edge doesn't fully support Trickle ICE—an offer or answer to Edge will either need to include all ICE candidates followed by an a=end-of-candidates line or by calling addIceCandidate(null) (which isn't really ideal and may change).
  • ortc-adapter is missing an addEventListener interface (this is captured in #14).

markandrus avatar Jan 20 '16 18:01 markandrus

@markandrus Thanks for the quick response!

If you have a minute, could you file issues for any work that needs to be done and tag any ones you'd like PRs for as "help wanted"? I'll try to get as many of them as I can. :v:

yocontra avatar Jan 20 '16 18:01 yocontra

@contra i tagged a few issues, i'll try to file some more a little later

markandrus avatar Jan 21 '16 18:01 markandrus