mdn / samples-server

MDN samples server; used for samples that can't be hosted in-place on MDN, plus back-end server-side code for samples that need it.
https://developer.mozilla.org/
Creative Commons Zero v1.0 Universal
957 stars 930 forks source link

HTTPS tracks and streams #32

Closed a2sheppy closed 8 years ago

a2sheppy commented 8 years ago

Support both the new track based API and the deprecated stream-based one, since Chrome doesn’t do tracks yet (while Firefox has already removed streams entirely).

Updated node manifest for video sample to get the webrtc-adapter module and to copy the adapter.js file from it into the main directory for the sample, then use that.

Added README.md for the video sample.