【发布时间】:2016-03-24 12:15:35
【问题描述】:
我做什么:
1.我安装了kurento Media Server,参考链接https://www.kurento.org/docs/6.0.0/installation_guide.html
2.使用命令启动Kurento媒体服务器
sudo service kurento-media-server-6.0 start
3.在client-js中,我使用了链接https://github.com/Kurento/kurento-tutorial-js/kurento-hello-world
4.从kurento-hello-world,使用命令
bower install
http-server
5.在浏览器中加载页面
http://localhost:8080/index.html?ws_uri=ws://localhost:8888/kurento#
6.效果很好,但是远程流的画质和本地主机的画质不一样
7.下面我还附上了两个样本
注意:
1.我是在localhost上运行的,所以可能不是带宽问题。我也在AWS服务器上试过,同样的问题。
2.我没有更改传递给 client-utils 文件夹中 WebRtcPeer 的约束
var MEDIA_CONSTRAINTS = {
audio: true,
video: {
width: 640,
framerate: 15
}
};
我必须知道的:
1.我必须做些什么来解决这个问题?
2.有没有其他方法可以提高质量?
KMS 版本:
我使用的KMS版本是6.4.0。我是通过日志找到的
$ kurento-media-server --version
Version: 6.4.0
Found modules:
Module: 'blurtheface' version '0.0.1~0.ga33e8af'
Module: 'core' version '6.4.0'
Module: 'crowddetector' version '6.4.0'
Module: 'detection' version '0.0.1~0.gfa1dc04'
Module: 'elements' version '6.4.0'
Module: 'facedetect' version '0.0.1~0.gfc2892d'
Module: 'filters' version '6.4.0'
Module: 'opencvpluginsample' version '0.0.1~7.g9db5b70'
【问题讨论】:
-
您的 KMS 版本是多少?
-
我用过 KMS 6。
-
究竟是哪一个?
-
我正在使用 kurento-media-server-6.0
-
您可以在服务器的日志文件中检查您正在使用的版本。最新版本是 6.4.0
标签: kurento