我是webRtc的新手。我需要在本地机器上运行appRtc应用程序。我从github获得了代码库,并成功地在我本地的ubuntu机器上运行。
这些是在我的pc上尝试使用浏览器时的日志
INFO 2017-11-30 09:00:18,966 api_server.py:205] Starting API server at: http://localhost:51242
WARNING 2017-11-30 09:00:18,976 inotify_file_watcher.py:196] There are too many directories in your applicat
那里。我很难在win 8.1中构建。我正在尝试安装npm依赖项。但是有一些错误如下所示。node.js版本为v4.2.3,npm版本为v2.14.7。
D:\_Temp\AppRTC\samples>npm install
> travis-multirunner@3.0.0 postinstall D:\_Temp\AppRTC\samples\node_modules\trav
is-multirunner
> ./bin/travis-sync
'.' is not recognized as an internal or external comm
我有一个简单的apprtc网页视图,但前置摄像头没有运行,没有权限允许访问摄像头。内置eclipse ADT。
示例代码MainActivity onpermissionrequest:
mainWebView.setWebChromeClient(new WebChromeClient(){
// Need to accept permissions to use the camera
@Override
public void onPermissionRequest(final PermissionRequest request) {
我从下载了apprtc。然后我安装了python2.7、google-appengine-api和所有依赖项。我将所有内容添加到我的路径中,并运行以下命令:
dev_appserver.py apprtc
这将产生以下输出:
INFO 2014-04-24 21:31:34,246 sdk_update_checker.py:242] Checking for updates
to the SDK.
INFO 2014-04-24 21:31:35,681 sdk_update_checker.py:286] This SDK release is
newer than the