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 931 forks source link

how to deploy webrtc-capturestill #99

Open anguoyang opened 4 years ago

anguoyang commented 4 years ago

Hi all, thank you for the contribution. I am new to Javascript and HTML, but now I need to do a demo with webrtc to capture the image with browser, your webrtc-capturestill is just what I need, but I dont know how to deploy it and cannot find any document, can you give me some hints on it, thank you I just want to setup the demo like this one: https://mdn-samples.mozilla.org/s/webrtc-capturestill/ do I need to install a webserver? my OS is ubuntu 18.04

anguoyang commented 4 years ago

@a2sheppy

pppaulpeter commented 3 years ago

if you just want test it locally, just download it and open the index.html by chrome brower. if you want to capture a image from a remote computer, you need another example.