sourcey / libsourcey

C++14 evented IO libraries for high performance networking and media based applications
https://sourcey.com/libsourcey
GNU Lesser General Public License v2.1
1.32k stars 350 forks source link

Fixed webrtccapturer sample #231

Closed 5tan closed 6 years ago

5tan commented 6 years ago

webrtccapturer sample was not working because of following error: screenshot_2018-03-15_15-49-18

This error appears in the web browser when user selects the camera device.

It looks like symple version being download with npm is incompatible with the node app.

I fixed the bug by copying Symple Js files from webrtcrecorder sample to the assets dir.

5tan commented 6 years ago

apparently it is fixed already