EricssonResearch / openwebrtc

A cross-platform WebRTC client framework based on GStreamer
http://www.openwebrtc.org
BSD 2-Clause "Simplified" License
1.8k stars 537 forks source link

help me I am suffering from "RunningAndTesting" #696

Open hsnks100 opened 6 years ago

hsnks100 commented 6 years ago

I've built as manual follow https://github.com/EricssonResearch/openwebrtc/wiki/Building-OpenWebRTC for linux target.

image

I still have problem with above errors, also I've installed tempermonkey.

image

var script = document.createElement("script");
script.src = "http://localhost:10717/owr.js";
document.head.appendChild(script);

how do I run openwebrtc(linux-webcam-client, another browser)?

thank you, in advance.