- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
无法在 Ubuntu Linux 16.04 中安装 kurento-media-server-6.0,它总是显示依赖问题,如下所示。
sudo apt-get install kurento-media-server-6.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
kurento-media-server-6.0 : Depends: kms-core-6.0 (>= 6.6.1) but it is not going to be installed
Depends: libboost-filesystem1.55.0 but it is not installable
Depends: libboost-log1.55.0 but it is not installable
Depends: libboost-program-options1.55.0 but it is not installable
Depends: libboost-system1.55.0 but it is not installable
Depends: libboost-thread1.55.0 but it is not installable
Depends: libglibmm-2.4-1c2a (>= 2.36.2) but it is not installable
Depends: libsigc++-2.0-0c2a (>= 2.0.2) but it is not installable
Depends: gstreamer1.5-plugins-bad (>= 1.7.0~0) but it is not going to be installed
Depends: gstreamer1.5-plugins-good (>= 1.7.0~0) but it is not going to be installed
Depends: gstreamer1.5-plugins-ugly (>= 1.7.0~0) but it is not going to be installed
Depends: kms-elements-6.0 (>= 6.6.1) but it is not going to be installed
Depends: kms-filters-6.0 (>= 6.6.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
如何在 Ubuntu Linux 16.04 中安装 kurento-media-server-6.0
最佳答案
您可能正在使用可信赖的存储库,因为文档中指出了这些存储库。
如果你使用的是xenial,你应该改变你的配置文件/etc/apt/sources.list.d/kurento.list
deb http://ubuntu.kurento.org xenial kms6
然后再次尝试 sudo apt-get update && sudo apt-get install kurento-media-server-6.0
。
顺便说一下,考虑到 kurento 官方只支持 trusty (14.04)。 xenial 有效,但文档仅供信任。
关于ubuntu - 无法在 Ubuntu Linux 16.04 中安装 kurento-media-server-6.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39849619/
安装 kurento-media-server-6.0 时,它自动创建了一个额外的帐户“kurento”,密码仍然未知。虽然它没有 sudo 访问权限,但不需要的用户帐户仍然是一个安全问题。删除用户帐
我已经在本地机器上安装了最新稳定版本的Kurento Media Server(KMS),规范为Ubuntu 16.04 Xenial,遵循this documentation .我已经验证了所有内容
谁能解释一下我们在 kurento.conf.json 文件中的各种参数。 尝试创建对象时引发异常的资源使用限制"exceptionLimit": "0.8" 但是我看到这个参数在配置文件中被注释了,
我正在尝试为数千个并发调用扩展 kurento 媒体服务器。 我打算使用 OpenVidu Pro 进行缩放。 我还保留了另一种方法来开发自己的应用服务器和管理 kms 节点。 我担心的是与 kms
我想向 webrtc 对等体发送 2 个媒体流。我正在使用 kurento 媒体服务器和 kurento 客户端 API。 Kurento 客户端 API 允许我在创建 webRTC 对等连接之前设置
使用 kurento 教程 java 示例。我想处理 webrtcpeer 对象上的流事件,例如 onend 等。以下是我想要获取流对象的示例代码。 var options = {
我想将 Kurento 主要用作 WebRTC 到 RTP 网关和一些过滤器。在浏览器中,我使用浏览器的 native WebRTC API。 我想在我的 Node 应用服务器中创建一个 WebRTC
我在 kurento 的 java 文档中读到了这两个 webrtcendpoint和 rtpendpoint .但它们都表明它们以非常相似的方式发挥作用。两者都可以作为要约方和受约方来交换媒体。 我
我正在学习 one2many 调用教程、one2many 调用高级教程和 hello-world 录音,但我的录音似乎无法正常工作。它创建了文件,但它始终是 382 字节,没有可播放的内容。没有抛出任
我正在尝试在 Ubutu Trusty (14.04) 中安装最新稳定版本的 Kurento (V 6.0)。不幸的是,我收到了陌生人的消息: 输出: The following packages h
我想创建多个广播 session ,(比如聊天室,所以每个广播可以有 n 个主播给不同的观众组)。 是否可以进行多个广播 session ?如果是这样,我怎么能做到这一点?我可以做一些类似于 gith
我在使用 kurento-java-tutorial one-2-one-call-recording 示例和我运行的任何其他项目时遇到问题,当我注册用户并尝试调用另一个注册用户时,它要求摄像头和麦克
我使用Kurento Media Server 6.0作为MCU来进行一对多通信。我正在尝试重新协商媒体流切换的 SDP。为此,我使用以下代码: 设 webRtcEndPoint 为某个 MediaP
我有最新版本的 Kurento 媒体服务器 v6.4.0,当我尝试与 kurento 建立连接时,它返回错误 { [Error: Error adding candidate] code: 40401
我有 2 个 WebRtcEndpoint(调用方和被调用方)。这些端点相互连接以共享其流。这个沟通没有问题。每个对等点都会获取另一个对等点的流,而不会丢失任何帧。 我想并排录制这两个流。我的搜索结果
这个问题与this有关(基本上,MPEG 有效,但想尝试实现更好的解决方案) 我一直在试用 kurento 的 magic mirror 要求:输出流必须模糊输入流的所有区域,除了人脸。 我的实现计划
我正在尝试 kureno 的教程 http://doc-kurento.readthedocs.org/en/stable/tutorials/java/tutorial-1-helloworld.h
我从 github 获得了 kurento 示例视频应用程序。这对点对点通话很有用。我试着在 kurento 中进行群组视频通话。我无法获得正确的代码。我需要正确的代码来进行群组视频通话。 最佳答案
我做了什么: 我正在使用 Kurento Media Server 在服务器中存储视频流帧。我可以使用 opencv-plugin 示例将帧存储在服务器中。 我在以下两种情况下存储视频帧。 1) I
我对 kurento 媒体服务有疑问。有时它会因下一个警告和错误而中断(不幸的是 kurento 日志没有时间戳): 第一期:我有很多下一个警告: (kurento-media-server:1773
我是一名优秀的程序员,十分优秀!