Open githubuser05 opened 7 years ago
Hello,
Your error log shows that you have a lot of packages in your system which are incompatible with Kurento packages. You have to either use a fresh minimal CentOS/RedHat system or to uninstall the conflicting packages. Also make sure you are installing on a 64-bit system (x86_64), Kurento for CentOS cannot be installed on a 32-bit system. The best thing you can do in your situation is to get a brand new minimal CentOS 7 system and follow the installation instructions. If you do it right, Kurento will be up and running in 2-3 minutes.
Good luck!
I got the same problem. The conflict is happening with pkgs-cloud, at all.
For example, take a look at gstreamer, is required 1.5 but pkg-cloud has 1.8 available.
Error: Package: gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libgsttag-1.5.so.0()(64bit) Available: gstreamer1-plugins-base-1.8.1.1-1.x86_64 (pkgs.cloud-kurento)
I have only basic repositories enabled.
[root@local centos]]# yum repolist enabled
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.imt-systems.com
* extras: mirror.fra10.de.leaseweb.net
* updates: mirror.imt-systems.com
repo id repo name status
base/7/x86_64 CentOS-7 - Base 9,591
extras/7/x86_64 CentOS-7 - Extras 227
pkgs.cloud pkgs.cloud/release - RHEL 19
pkgs.cloud-extras/7 pkgs.cloud/extras - RHEL 124
pkgs.cloud-kurento/7 pkgs.cloud/kurento - RHEL 146
pkgs.cloud-nodejs-7.x/7/x86_64 Node.js 7.x Packages for RHEL - x86_64 77
pkgs.cloud-openssl-1.0/7 pkgs.cloud/openssl-1.0 - RHEL 10
pkgs.cloud-updates/7 pkgs.cloud/updates - RHEL 19
updates/7/x86_64 CentOS-7 - Updates 739
repolist: 10,952
Fresh install Centos 7 (64) and similar issue. Any resolution ? ---> Package xml-common.noarch 0:0.6.3-39.el7 will be installed --> Finished Dependency Resolution Error: Package: gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libass.so.5()(64bit) Error: Package: kms-filters-6.6.1-1.el7.x86_64 (@pkgs.cloud-kurento) Requires: libgstvideo-1.5.so.0()(64bit) Removing: gstreamer1-plugins-base-1.8.1.1-1.x86_64 (@pkgs.cloud-kurento) libgstvideo-1.5.so.0()(64bit) Updated By: gstreamer1-plugins-base-1.10.4-1.el7.x86_64 (base) ~libgstvideo-1.0.so.0()(64bit) Error: Package: gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libgsttag-1.5.so.0()(64bit) Removing: gstreamer1-plugins-base-1.8.1.1-1.x86_64 (@pkgs.cloud-kurento) libgsttag-1.5.so.0()(64bit) Updated By: gstreamer1-plugins-base-1.10.4-1.el7.x86_64 (base) ~libgsttag-1.0.so.0()(64bit)
The issue is with gstreamer1-plugins-base-1.10.4
it is trying to install which is not compatible with Kurento.
You should avoid installing newer gstreamer packages from other repositories.
All gstreamer packages and their versions should match and come from pkgs.cloud/kurento
repository.
same issue; lots of error..
Error: Package: kms-openwebrtc-gst-plugins-0.10.0-1.el7.x86_64 (pkgs.cloud-kurento)
Requires: libgstvideo-1.5.so.0()(64bit)
Available: gstreamer1-plugins-base-1.8.1.1-1.x86_64 (pkgs.cloud-kurento)
libgstvideo-1.5.so.0()(64bit)
Available: gstreamer1-plugins-base-1.10.4-1.el7.i686 (base)
Not found
Error: Package: gstreamer1-plugins-ugly-1.8.1.1-1.x86_64 (pkgs.cloud-kurento)
Requires: libgstaudio-1.5.so.0()(64bit)
Available: gstreamer1-plugins-base-1.8.1.1-1.x86_64 (pkgs.cloud-kurento)
libgstaudio-1.5.so.0()(64bit)
Available: gstreamer1-plugins-base-1.10.4-1.el7.i686 (base)
Not found
Error: Package: kms-core-6.6.1-1.el7.x86_64 (pkgs.cloud-kurento)
Requires: libgstreamer-1.5.so.0()(64bit)
Available: gstreamer1-1.8.1.1-1.x86_64 (pkgs.cloud-kurento)
libgstreamer-1.5.so.0()(64bit)
Available: gstreamer1-1.10.4-2.el7.i686 (base)
Not found
Error: Package: kms-openwebrtc-gst-plugins-0.10.0-1.el7.x86_64 (pkgs.cloud-kurento)
Requires: libgstbase-1.5.so.0()(64bit)
Available: gstreamer1-1.8.1.1-1.x86_64 (pkgs.cloud-kurento)
libgstbase-1.5.so.0()(64bit)
Available: gstreamer1-1.10.4-2.el7.i686 (base)
Not found
@stonyz thanks for the error log!
Looks like base
repository got an update for gstreamer and that conflicts with the version of gstreamer Kurento depends on.
Try the following command:
yum --disablerepo="*" --enablerepo="pkgs.cloud-*" install kms
Let me know what you got.
Meanwhile, we will run tests on CentOS 7.4 and see what can be done to simplify the installation.
Thanks for the feedback, tried another fresh OS with above command
yum --disablerepo="" --enablerepo="pkgs.cloud-" install kms
Result: --> Finished Dependency Resolution Error: Package: gstreamer1-plugins-ugly-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libgstriff-1.5.so.0()(64bit) Available: gstreamer1-plugins-base-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) libgstriff-1.5.so.0()(64bit) Available: gstreamer1-plugins-base-1.10.4-1.el7.i686 (base) Not found
@EugeneTheron it seem that base repo gstreamer package have conflict with kurento. I managed to successfully install from pkgs.cloud-kurento with disabling original gstreamer. To do so you have to add: exclude=gstreamer to every repos in /etc/yum.repos.d/.repo At last package manager says everything is ok and daemon started successfully. I've not tested video yet.
The history of the conflict is this.
The base
repository for a long time had gstreamer
version < 1.0
Kurento requires its own version of gstreamer
forked from version 1.8
When we compiled the forked version we used RPM spec files from Kurento gstreamer repository.
And those specs have the following statement:
%define gst_minver 0.10.30
Requires: %{gstreamer} >= %{gst_minver}
This means gstreamer plugins are looking for the newest version of gstreamer available.
Since base
got updated with gstreamer 1.10 recently, you are getting the conflict with yum.
But we are going to correct that today and recompile the packages with explicit version number. Also, we are going to update Kurento core packages to the latest version available.
Ok, we got an update!
We've updated most packages to the latest versions from Kurento repository and rebuilt gstreamer packages with kms-
prefix.
Now you can follow these steps:
yum clean metadata
yum erase gstreamer1 -y
yum install kms-6.6.3 -y
Keep in mind that packages kms-gstreamer1
and gstreamer1
cannot be installed on the same system.
Let us know if you run into issues.
Hi, fresh OS, procedure followed as per updated README
1.) Install pkgs.cloud release repository
2.) yum install kurento-release -y =
Transaction test succeeded
Running transaction
Installing : pkgs.cloud-updates-release-1.0-0.noarch 1/4
Installing : pkgs.cloud-openssl-1.0-release-1.0-0.noarch 2/4
Installing : pkgs.cloud-extras-release-1.0-0.noarch 3/4
Installing : pkgs.cloud-kurento-release-1.0-0.noarch 4/4
Verifying : pkgs.cloud-openssl-1.0-release-1.0-0.noarch 1/4
Verifying : pkgs.cloud-extras-release-1.0-0.noarch 2/4
Verifying : pkgs.cloud-updates-release-1.0-0.noarch 3/4
Verifying : pkgs.cloud-kurento-release-1.0-0.noarch 4/4
Installed:
pkgs.cloud-kurento-release.noarch 0:1.0-0
Dependency Installed:
pkgs.cloud-extras-release.noarch 0:1.0-0 pkgs.cloud-openssl-1.0-release.noarch 0:1.0-0 pkgs.cloud-updates-release.noarch 0:1.0-0
Complete!
3.) yum install kms -y or yum install kms-6.6.3 -y = same reult below.
--> Finished Dependency Resolution Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libopenjp2.so.7()(64bit) Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libmodplug.so.1()(64bit) Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libzvbi.so.0()(64bit) Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libass.so.5()(64bit) Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libopenal.so.1()(64bit) Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libschroedinger-1.0.so.0()(64bit) Error: Package: kms-6.6.3-1.el7.x86_64 (pkgs.cloud-kurento) Requires: mediainfo Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libbs2b.so.0()(64bit)
--> Finished Dependency Resolution Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libopenjp2.so.7()(64bit) Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libmodplug.so.1()(64bit) Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libzvbi.so.0()(64bit) Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libass.so.5()(64bit) Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libopenal.so.1()(64bit) Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libschroedinger-1.0.so.0()(64bit) Error: Package: kms-6.6.3-1.el7.x86_64 (pkgs.cloud-kurento) Requires: mediainfo Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libbs2b.so.0()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
@EugeneTheron I think I was able to reproduce your error on a fresh CentOS 7.4 vm from DigitalOcean. In our environment we use a slightly improved CentOS configuration.
Looks like you are missing EPEL
repository.
You can add it by running:
yum install epel-release -y
Then you can install Kurento
yum install kms-6.6.3 -y
EPEL should have all missing dependencies for Kurento to be installed on a fresh CentOS 7.
yum install epel-release -y has done trick thank you !
@arthurpro HI , i'm start from fresh installation of centos 7 : CentOS Linux release 7.4.1708 (Core) and install epel repository :
yum repolist Plugin abilitati:fastestmirror Loading mirror speeds from cached hostfile
the command yum search kms-6.6.3 report "No matches found" How to install kurento?
@wablo, Hi, you have to add Kurento repository to Yum. Please see here https://github.com/pkgs-cloud/kurento/blob/master/README.md
@arthurpro Thanks , i'm solved the problem with your information , kurento is correctly installed on centos 7
Still no luck on Amazon Linux AMI (EC2)... Many dependencies are missing. I do have the EPEL repository enabled/installed.
Sample errors:
--> Finished Dependency Resolution Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libIex.so.6()(64bit) Error: Package: kurento-media-server-6.6.3-1.gitf7091a3.el7.x86_64 (pkgs.cloud-kurento) Requires: libboost_thread.so.1.55.0()(64bit) Error: Package: kms-elements-6.6.3-1.git0090f10.el7.x86_64 (pkgs.cloud-kurento) Requires: libboost_filesystem.so.1.55.0()(64bit) Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libpng15.so.15(PNG15_0)(64bit) Error: Package: kms-core-6.6.3-1.git8ec5a3a.el7.x86_64 (pkgs.cloud-kurento) Requires: libboost_filesystem.so.1.55.0()(64bit) Error: Package: schroedinger-1.0.8-4.el6.x86_64 (epel) Requires: liboil-0.3.so.0()(64bit) Error: Package: kms-gstreamer1-plugins-base-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libtheora >= 1.0 Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libass.so.5()(64bit) Error: Package: kurento-media-server-6.6.3-1.gitf7091a3.el7.x86_64 (pkgs.cloud-kurento) Requires: libboost_system.so.1.55.0()(64bit) Error: Package: kms-gstreamer1-plugins-base-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libtheoradec.so.1(libtheoradec_1.0)(64bit) Error: Package: boost-log-1.55.0-8.el7.x86_64 (pkgs.cloud-kurento) Requires: libboost_system.so.1.55.0()(64bit) Error: Package: opencv-2.4.7-6.el7.x86_64 (pkgs.cloud-kurento) Requires: libHalf.so.6()(64bit) Error: Package: boost-log-1.55.0-8.el7.x86_64 (pkgs.cloud-kurento) Requires: libboost_thread.so.1.55.0()(64bit) Error: Package: kms-gstreamer1-plugins-good-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libpulse.so.0()(64bit) Error: Package: kms-gstreamer1-plugins-good-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libwavpack.so.1()(64bit) Error: Package: kms-filters-6.6.3-1.git5eef962.el7.x86_64 (pkgs.cloud-kurento) Requires: libboost_filesystem.so.1.55.0()(64bit) Error: Package: kms-core-6.6.3-1.git8ec5a3a.el7.x86_64 (pkgs.cloud-kurento) Requires: libboost_unit_test_framework.so.1.55.0()(64bit) Error: Package: boost-log-1.55.0-8.el7.x86_64 (pkgs.cloud-kurento) Requires: libboost_date_time.so.1.55.0()(64bit) Error: Package: opencv-2.4.7-6.el7.x86_64 (pkgs.cloud-kurento) Requires: libIex.so.6()(64bit) Error: Package: kms-gstreamer1-plugins-base-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires: libtheoradec.so.1()(64bit) Error: Package: kms-elements-6.6.3-1.git0090f10.el7.x86_64 (pkgs.cloud-kurento) Requires: libboost_unit_test_framework.so.1.55.0()(64bit) Error: Package: kms-libnice-0.1.14.1-1.el7.x86_64 (pkgs.cloud-kurento) Requires: libgnutls.so.28(GNUTLS_2_10)(64bit) Error: Package: boost-log-1.55.0-8.el7.x86_64 (pkgs.cloud-kurento) Requires: libboost_filesystem.so.1.55.0()(64bit) Error: Package: kms-libnice-0.1.14.1-1.el7.x86_64 (pkgs.cloud-kurento) Requires: libgupnp-igd-1.0.so.4()(64bit) Error: Package: kms-elements-6.6.3-1.git0090f10.el7.x86_64 (pkgs.cloud-kurento) Requires: libboost_regex.so.1.55.0()(64bit) Error: Package: kms-filters-6.6.3-1.git5eef962.el7.x86_64 (pkgs.cloud-kurento) Requires: libboost_regex.so.1.55.0()(64bit)
@atyachin I suspect Amazon Linux is based on EL 6. But Kurento is compiled for EL 7.
Indeed: https://forums.aws.amazon.com/thread.jspa?threadID=227201
Is there any other alternative to run Kurento on Amazon Linux?
Well, Kurento can run on EL 6 but it has to be compiled with all dependencies. Meaning that all missing dependencies has to be recreated and recompiled for EL 6 as well. It is a long and tedious process. You can use our RPM specs https://github.com/pkgs-cloud/kurento/tree/master/SPECS to port the packages to Amazon Linux.
As an alternative, you can run Kurento within a Docker container. But I'm not sure Amazon Linux can run Docker if it is based on EL 6 :(
where can I find kmsrecordingprofile.c file? if you know, help me please.
I have error on:
---> Package dyninst.x86_64 0:9.3.1-1.el7 will be an update
--> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: dyninst-9.3.1-1.el7.x86_64
--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: dyninst-9.3.1-1.el7.x86_64
--> Processing Dependency: libboost_date_time-mt.so.1.53.0()(64bit) for package: dyninst-9.3.1-1.el7.x86_64
---> Package libX11-common.noarch 0:1.6.3-2.el7 will be updated
---> Package libX11-common.noarch 0:1.6.5-1.el7 will be an update
---> Package libXau-devel.x86_64 0:1.0.8-2.1.el7 will be installed
---> Package libxcb.x86_64 0:1.11-4.el7 will be updated
---> Package libxcb.x86_64 0:1.12-1.el7 will be an update
--> Finished Dependency Resolution
Error: Package: dyninst-8.2.0-2.el7.x86_64 (@anaconda)
Requires: libboost_system-mt.so.1.53.0()(64bit)
Removing: boost-system-1.53.0-25.el7.x86_64 (@anaconda)
libboost_system-mt.so.1.53.0()(64bit)
Updated By: boost-system-1.55.0-8.el7.x86_64 (pkgs.cloud-kurento)
Not found
Available: boost-system-1.53.0-27.el7.x86_64 (base)
libboost_system-mt.so.1.53.0()(64bit)
Error: Package: dyninst-9.3.1-1.el7.x86_64 (base)
Requires: libboost_thread-mt.so.1.53.0()(64bit)
Removing: boost-thread-1.53.0-25.el7.x86_64 (@anaconda)
libboost_thread-mt.so.1.53.0()(64bit)
Updated By: boost-thread-1.55.0-8.el7.x86_64 (pkgs.cloud-kurento)
Not found
Available: boost-thread-1.53.0-27.el7.x86_64 (base)
...
My server: Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 3.10.0-327.el7.x86_64 Architecture: x86-64
Hi, I have managed to resolve this issue.
First of all clean meta data using below command: sudo yum clean metadata
then
run below only if you have dependency issue with gstreamer: I am commenting below
then sudo yum install kms-6.6.3
Now if you face above issue for package dyninst-9.3.1-2.el7.x86_64 then you run sudo yum remove dyninst-9.3.1-2.el7.x86_64
Now you can run below to install kms sudo yum install kms-6.6.3
_Below is complete snapshot.
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.iij.ad.jp
* epel: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
Resolving Dependencies
--> Running transaction check
---> Package boost-system.x86_64 0:1.53.0-27.el7 will be updated
--> Processing Dependency: boost-system(x86-64) = 1.53.0-27.el7 for package: boost-thread-1.53.0-27.el7.x86_64
--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: dyninst-9.3.1-2.el7.x86_64
--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: boost-thread-1.53.0-27.el7.x86_64
---> Package boost-system.x86_64 0:1.55.0-8.el7 will be an update
--> Running transaction check
---> Package boost-system.x86_64 0:1.53.0-27.el7 will be updated
--> Processing Dependency: libboost_system-mt.so.1.53.0()(64bit) for package: dyninst-9.3.1-2.el7.x86_64
---> Package boost-thread.x86_64 0:1.53.0-27.el7 will be updated
--> Processing Dependency: libboost_thread-mt.so.1.53.0()(64bit) for package: dyninst-9.3.1-2.el7.x86_64
---> Package boost-thread.x86_64 0:1.55.0-8.el7 will be an update
--> Finished Dependency Resolution
Error: Package: dyninst-9.3.1-2.el7.x86_64 (@base)
Requires: libboost_system-mt.so.1.53.0()(64bit)
Removing: boost-system-1.53.0-27.el7.x86_64 (@base)
libboost_system-mt.so.1.53.0()(64bit)
Updated By: boost-system-1.55.0-8.el7.x86_64 (pkgs.cloud-kurento)
Not found
Error: Package: dyninst-9.3.1-2.el7.x86_64 (@base)
Requires: libboost_thread-mt.so.1.53.0()(64bit)
Removing: boost-thread-1.53.0-27.el7.x86_64 (@base)
libboost_thread-mt.so.1.53.0()(64bit)
Updated By: boost-thread-1.55.0-8.el7.x86_64 (pkgs.cloud-kurento)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@vultr ~]# yum install dyninst-9.3.1-2.el7.x86_64
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.iij.ad.jp
* epel: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
Package dyninst-9.3.1-2.el7.x86_64 already installed and latest version
Nothing to do
[root@vultr ~]# yum remove dyninst-9.3.1-2.el7.x86_64
Loaded plugins: fastestmirror
Resolving Dependencies
--> Running transaction check
---> Package dyninst.x86_64 0:9.3.1-2.el7 will be erased
--> Processing Dependency: libdyninstAPI.so.9.3()(64bit) for package: systemtap-runtime-3.3-3.el7.x86_64
--> Processing Dependency: libsymtabAPI.so.9.3()(64bit) for package: systemtap-runtime-3.3-3.el7.x86_64
--> Running transaction check
---> Package systemtap-runtime.x86_64 0:3.3-3.el7 will be erased
--> Processing Dependency: systemtap-runtime = 3.3-3.el7 for package: systemtap-client-3.3-3.el7.x86_64
--> Running transaction check
---> Package systemtap-client.x86_64 0:3.3-3.el7 will be erased
--> Processing Dependency: systemtap-client = 3.3-3.el7 for package: systemtap-3.3-3.el7.x86_64
--> Running transaction check
---> Package systemtap.x86_64 0:3.3-3.el7 will be erased
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Removing:
dyninst x86_64 9.3.1-2.el7 @base 12 M
Removing for dependencies:
systemtap x86_64 3.3-3.el7 @base 202 k
systemtap-client x86_64 3.3-3.el7 @base 9.7 M
systemtap-runtime x86_64 3.3-3.el7 @base 1.1 M
Transaction Summary
================================================================================
Remove 1 Package (+3 Dependent packages)
Installed size: 23 M
Is this ok [y/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Erasing : systemtap-3.3-3.el7.x86_64 1/4
Erasing : systemtap-client-3.3-3.el7.x86_64 2/4
Erasing : systemtap-runtime-3.3-3.el7.x86_64 3/4
Erasing : dyninst-9.3.1-2.el7.x86_64 4/4
Verifying : systemtap-3.3-3.el7.x86_64 1/4
Verifying : systemtap-runtime-3.3-3.el7.x86_64 2/4
Verifying : systemtap-client-3.3-3.el7.x86_64 3/4
Verifying : dyninst-9.3.1-2.el7.x86_64 4/4
Removed:
dyninst.x86_64 0:9.3.1-2.el7
Dependency Removed:
systemtap.x86_64 0:3.3-3.el7 systemtap-client.x86_64 0:3.3-3.el7
systemtap-runtime.x86_64 0:3.3-3.el7
Complete!
[root@vultr ~]# yum install kms-6.6.3
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.iij.ad.jp
* epel: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
Resolving Dependencies
--> Running transaction check
---> Package kms.x86_64 0:6.6.3-1.el7 will be installed
--> Processing Dependency: kurento-media-server = 6.6.3 for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: kms-core = 6.6.3 for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: kms-elements = 6.6.3 for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: kms-filters = 6.6.3 for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: kms-gstreamer1 >= 1.8.1 for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: kms-gstreamer1-plugins-good >= 1.8.1 for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: kms-gstreamer1-plugins-bad >= 1.8.1 for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: kms-gstreamer1-plugins-ugly >= 1.8.1 for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: kms-gstreamer1-libav >= 1.8.1 for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: kms-jsonrpc for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: kms-jsoncpp for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: kms-libnice for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: kms-usrsctp for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: kms-openwebrtc-gst-plugins for package: kms-6.6.3-1.el7.x86_64
--> Processing Dependency: mediainfo for package: kms-6.6.3-1.el7.x86_64
--> Running transaction check
---> Package kms-core.x86_64 0:6.6.3-1.git8ec5a3a.el7 will be installed
--> Processing Dependency: libboost_filesystem.so.1.55.0()(64bit) for package: kms-core-6.6.3-1.git8ec5a3a.el7.x86_64
--> Processing Dependency: libboost_regex.so.1.55.0()(64bit) for package: kms-core-6.6.3-1.git8ec5a3a.el7.x86_64
--> Processing Dependency: libboost_system.so.1.55.0()(64bit) for package: kms-core-6.6.3-1.git8ec5a3a.el7.x86_64
--> Processing Dependency: libboost_unit_test_framework.so.1.55.0()(64bit) for package: kms-core-6.6.3-1.git8ec5a3a.el7.x86_64
--> Processing Dependency: libgstpbutils-1.5.so.0()(64bit) for package: kms-core-6.6.3-1.git8ec5a3a.el7.x86_64
--> Processing Dependency: libgstrtp-1.5.so.0()(64bit) for package: kms-core-6.6.3-1.git8ec5a3a.el7.x86_64
--> Processing Dependency: libgstsdp-1.5.so.0()(64bit) for package: kms-core-6.6.3-1.git8ec5a3a.el7.x86_64
--> Processing Dependency: libgstvideo-1.5.so.0()(64bit) for package: kms-core-6.6.3-1.git8ec5a3a.el7.x86_64
---> Package kms-elements.x86_64 0:6.6.3-1.git0090f10.el7 will be installed
---> Package kms-filters.x86_64 0:6.6.3-1.git5eef962.el7 will be installed
--> Processing Dependency: libopencv_calib3d.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_contrib.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_core.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_features2d.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_flann.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_highgui.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_imgproc.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_legacy.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_ml.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_objdetect.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_ocl.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_photo.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_stitching.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_superres.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_ts.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_video.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
--> Processing Dependency: libopencv_videostab.so.2.4()(64bit) for package: kms-filters-6.6.3-1.git5eef962.el7.x86_64
---> Package kms-gstreamer1.x86_64 0:1.8.1.1-1 will be installed
---> Package kms-gstreamer1-libav.x86_64 0:1.8.2.1-1 will be installed
---> Package kms-gstreamer1-plugins-bad.x86_64 0:1.8.1.1-1 will be installed
--> Processing Dependency: libde265 for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libsbc.so.1(SBC_1.0)(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libHalf.so.6()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libIex.so.6()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libIexMath.so.6()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libIlmImf.so.7()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libIlmThread.so.6()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libImath.so.6()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libass.so.5()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libbs2b.so.0()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libde265.so.0()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libfaad.so.2()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libmodplug.so.1()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libopenal.so.1()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libopenh264.so.1()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libopenjp2.so.7()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: librtmp.so.1()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libsbc.so.1()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libschroedinger-1.0.so.0()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libsrtp.so.1()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libvdpau.so.1()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libvo-aacenc.so.0()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libvo-amrwbenc.so.0()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libwebp.so.4()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libx265.so.79()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
--> Processing Dependency: libzvbi.so.0()(64bit) for package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64
---> Package kms-gstreamer1-plugins-good.x86_64 0:1.8.1.1-1 will be installed
---> Package kms-gstreamer1-plugins-ugly.x86_64 0:1.8.1.1-1 will be installed
--> Processing Dependency: lame-libs >= 3.99 for package: kms-gstreamer1-plugins-ugly-1.8.1.1-1.x86_64
--> Processing Dependency: x264-libs >= 0.148 for package: kms-gstreamer1-plugins-ugly-1.8.1.1-1.x86_64
--> Processing Dependency: libcdio.so.15(CDIO_15)(64bit) for package: kms-gstreamer1-plugins-ugly-1.8.1.1-1.x86_64
--> Processing Dependency: liba52.so.0()(64bit) for package: kms-gstreamer1-plugins-ugly-1.8.1.1-1.x86_64
--> Processing Dependency: libcdio.so.15()(64bit) for package: kms-gstreamer1-plugins-ugly-1.8.1.1-1.x86_64
--> Processing Dependency: libmad.so.0()(64bit) for package: kms-gstreamer1-plugins-ugly-1.8.1.1-1.x86_64
--> Processing Dependency: libmp3lame.so.0()(64bit) for package: kms-gstreamer1-plugins-ugly-1.8.1.1-1.x86_64
--> Processing Dependency: libopencore-amrnb.so.0()(64bit) for package: kms-gstreamer1-plugins-ugly-1.8.1.1-1.x86_64
--> Processing Dependency: libopencore-amrwb.so.0()(64bit) for package: kms-gstreamer1-plugins-ugly-1.8.1.1-1.x86_64
--> Processing Dependency: libx264.so.148()(64bit) for package: kms-gstreamer1-plugins-ugly-1.8.1.1-1.x86_64
---> Package kms-jsoncpp.x86_64 0:1.6.3-1.el7 will be installed
---> Package kms-jsonrpc.x86_64 0:1.1.3-1.el7 will be installed
---> Package kms-libnice.x86_64 0:0.1.14.1-1.el7 will be installed
--> Processing Dependency: libgupnp-1.0.so.4()(64bit) for package: kms-libnice-0.1.14.1-1.el7.x86_64
--> Processing Dependency: libgupnp-igd-1.0.so.4()(64bit) for package: kms-libnice-0.1.14.1-1.el7.x86_64
---> Package kms-openwebrtc-gst-plugins.x86_64 0:0.10.0-1.el7 will be installed
---> Package kms-usrsctp.x86_64 0:0.9.2.1-1.el7 will be installed
---> Package kurento-media-server.x86_64 0:6.6.3-1.gitf7091a3.el7 will be installed
--> Processing Dependency: boost >= 1.55 for package: kurento-media-server-6.6.3-1.gitf7091a3.el7.x86_64
--> Processing Dependency: boost-log for package: kurento-media-server-6.6.3-1.gitf7091a3.el7.x86_64
--> Processing Dependency: boost-program-options for package: kurento-media-server-6.6.3-1.gitf7091a3.el7.x86_64
--> Processing Dependency: libboost_log.so.1.55.0()(64bit) for package: kurento-media-server-6.6.3-1.gitf7091a3.el7.x86_64
--> Processing Dependency: libboost_program_options.so.1.55.0()(64bit) for package: kurento-media-server-6.6.3-1.gitf7091a3.el7.x86_64
--> Processing Dependency: libboost_thread.so.1.55.0()(64bit) for package: kurento-media-server-6.6.3-1.gitf7091a3.el7.x86_64
---> Package mediainfo.x86_64 0:18.12-1.el7 will be installed
--> Processing Dependency: libmediainfo.so.0()(64bit) for package: mediainfo-18.12-1.el7.x86_64
--> Processing Dependency: libzen.so.0()(64bit) for package: mediainfo-18.12-1.el7.x86_64
--> Running transaction check
---> Package OpenEXR-libs.x86_64 0:1.7.1-7.el7 will be installed
---> Package boost.x86_64 0:1.55.0-8.el7 will be installed
--> Processing Dependency: boost-atomic = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-chrono = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-context = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-coroutine = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-date-time = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-graph = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-iostreams = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-locale = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-math = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-python = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-random = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-serialization = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-signals = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-timer = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
--> Processing Dependency: boost-wave = 1.55.0-8.el7 for package: boost-1.55.0-8.el7.x86_64
---> Package boost-filesystem.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-log.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-program-options.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-regex.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-system.x86_64 0:1.53.0-27.el7 will be updated
---> Package boost-system.x86_64 0:1.55.0-8.el7 will be an update
---> Package boost-test.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-thread.x86_64 0:1.53.0-27.el7 will be updated
---> Package boost-thread.x86_64 0:1.55.0-8.el7 will be an update
---> Package faad2-libs.x86_64 1:2.7-6.el7 will be installed
---> Package gupnp.x86_64 0:1.0.2-5.el7 will be installed
--> Processing Dependency: libgssdp-1.0.so.3()(64bit) for package: gupnp-1.0.2-5.el7.x86_64
---> Package gupnp-igd.x86_64 0:0.2.5-2.el7 will be installed
---> Package ilmbase.x86_64 0:1.0.3-7.el7 will be installed
---> Package kms-gstreamer1-plugins-base.x86_64 0:1.8.1.1-1 will be installed
--> Processing Dependency: libXv-devel for package: kms-gstreamer1-plugins-base-1.8.1.1-1.x86_64
---> Package lame-libs.x86_64 0:3.100-1.el7 will be installed
---> Package liba52.x86_64 0:0.7.4-27.el7 will be installed
---> Package libass.x86_64 0:0.13.4-6.el7 will be installed
---> Package libbs2b.x86_64 0:3.1.0-13.el7 will be installed
---> Package libcdio.x86_64 0:0.92-3.el7 will be installed
---> Package libde265.x86_64 0:1.0.2-2.el7 will be installed
---> Package libmad.x86_64 0:0.15.1b-26.el7 will be installed
---> Package libmediainfo.x86_64 0:18.12-1.el7 will be installed
--> Processing Dependency: libtinyxml2.so.2()(64bit) for package: libmediainfo-18.12-1.el7.x86_64
---> Package libmodplug.x86_64 1:0.8.8.5-3.el7 will be installed
---> Package librtmp.x86_64 0:2.4-7.20160224.gitfa8646d.el7 will be installed
---> Package libsrtp.x86_64 0:1.4.4-10.20101004cvs.el7 will be updated
--> Processing Dependency: libsrtp = 1.4.4-10.20101004cvs.el7 for package: libsrtp-devel-1.4.4-10.20101004cvs.el7.x86_64
--> Processing Dependency: libsrtp.so.0()(64bit) for package: libsrtp-devel-1.4.4-10.20101004cvs.el7.x86_64
---> Package libsrtp.x86_64 0:1.5.4-3.el7 will be an update
---> Package libvdpau.x86_64 0:1.1.1-3.el7 will be installed
---> Package libwebp.x86_64 0:0.3.0-7.el7 will be installed
---> Package libzen.x86_64 0:0.4.37-1.el7 will be installed
---> Package openal-soft.x86_64 0:1.16.0-3.el7 will be installed
---> Package opencore-amr.x86_64 0:0.1.3-4.el7 will be installed
---> Package opencv.x86_64 0:2.4.7-6.el7 will be installed
---> Package opencv-core.x86_64 0:2.4.7-6.el7 will be installed
---> Package openh264.x86_64 0:1.5.0-3.20160606git2610ab1.el7 will be installed
---> Package openjpeg2.x86_64 0:2.3.0-6.el7 will be installed
---> Package sbc.x86_64 0:1.3-5.el7 will be installed
---> Package schroedinger.x86_64 0:1.0.11-4.el7 will be installed
---> Package vo-aacenc.x86_64 0:0.1.2-3.el7 will be installed
---> Package vo-amrwbenc.x86_64 0:0.1.3-2.el7 will be installed
---> Package x264-libs.x86_64 0:0.148-7.20160614gita5e06b9.el7 will be installed
---> Package x265-libs.x86_64 0:1.9-1.el7 will be installed
---> Package zvbi.x86_64 0:0.2.35-1.el7 will be installed
--> Running transaction check
---> Package boost-atomic.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-chrono.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-context.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-coroutine.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-date-time.x86_64 0:1.53.0-27.el7 will be updated
---> Package boost-date-time.x86_64 0:1.55.0-8.el7 will be an update
---> Package boost-graph.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-iostreams.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-locale.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-math.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-python.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-random.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-serialization.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-signals.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-timer.x86_64 0:1.55.0-8.el7 will be installed
---> Package boost-wave.x86_64 0:1.55.0-8.el7 will be installed
---> Package gssdp.x86_64 0:1.0.2-1.el7 will be installed
---> Package libXv-devel.x86_64 0:1.0.11-1.el7 will be installed
---> Package libsrtp-devel.x86_64 0:1.4.4-10.20101004cvs.el7 will be updated
---> Package libsrtp-devel.x86_64 0:1.5.4-3.el7 will be an update
---> Package tinyxml2.x86_64 0:2.1.0-2.20140406git6ee53e7.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kms x86_64 6.6.3-1.el7 pkgs.cloud-kurento 1.9 k
Installing for dependencies:
OpenEXR-libs x86_64 1.7.1-7.el7 base 217 k
boost x86_64 1.55.0-8.el7 pkgs.cloud-kurento 36 k
boost-atomic x86_64 1.55.0-8.el7 pkgs.cloud-kurento 38 k
boost-chrono x86_64 1.55.0-8.el7 pkgs.cloud-kurento 44 k
boost-context x86_64 1.55.0-8.el7 pkgs.cloud-kurento 37 k
boost-coroutine x86_64 1.55.0-8.el7 pkgs.cloud-kurento 42 k
boost-filesystem x86_64 1.55.0-8.el7 pkgs.cloud-kurento 67 k
boost-graph x86_64 1.55.0-8.el7 pkgs.cloud-kurento 131 k
boost-iostreams x86_64 1.55.0-8.el7 pkgs.cloud-kurento 58 k
boost-locale x86_64 1.55.0-8.el7 pkgs.cloud-kurento 253 k
boost-log x86_64 1.55.0-8.el7 pkgs.cloud-kurento 563 k
boost-math x86_64 1.55.0-8.el7 pkgs.cloud-kurento 320 k
boost-program-options x86_64 1.55.0-8.el7 pkgs.cloud-kurento 148 k
boost-python x86_64 1.55.0-8.el7 pkgs.cloud-kurento 129 k
boost-random x86_64 1.55.0-8.el7 pkgs.cloud-kurento 40 k
boost-regex x86_64 1.55.0-8.el7 pkgs.cloud-kurento 301 k
boost-serialization x86_64 1.55.0-8.el7 pkgs.cloud-kurento 160 k
boost-signals x86_64 1.55.0-8.el7 pkgs.cloud-kurento 60 k
boost-test x86_64 1.55.0-8.el7 pkgs.cloud-kurento 217 k
boost-timer x86_64 1.55.0-8.el7 pkgs.cloud-kurento 42 k
boost-wave x86_64 1.55.0-8.el7 pkgs.cloud-kurento 199 k
faad2-libs x86_64 1:2.7-6.el7 pkgs.cloud-kurento 149 k
gssdp x86_64 1.0.2-1.el7 base 49 k
gupnp x86_64 1.0.2-5.el7 base 93 k
gupnp-igd x86_64 0.2.5-2.el7 base 29 k
ilmbase x86_64 1.0.3-7.el7 base 100 k
kms-core x86_64 6.6.3-1.git8ec5a3a.el7
pkgs.cloud-kurento 627 k
kms-elements x86_64 6.6.3-1.git0090f10.el7
pkgs.cloud-kurento 394 k
kms-filters x86_64 6.6.3-1.git5eef962.el7
pkgs.cloud-kurento 105 k
kms-gstreamer1 x86_64 1.8.1.1-1 pkgs.cloud-kurento 2.0 M
kms-gstreamer1-libav x86_64 1.8.2.1-1 pkgs.cloud-kurento 5.1 M
kms-gstreamer1-plugins-bad x86_64 1.8.1.1-1 pkgs.cloud-kurento 1.8 M
kms-gstreamer1-plugins-base x86_64 1.8.1.1-1 pkgs.cloud-kurento 1.3 M
kms-gstreamer1-plugins-good x86_64 1.8.1.1-1 pkgs.cloud-kurento 1.6 M
kms-gstreamer1-plugins-ugly x86_64 1.8.1.1-1 pkgs.cloud-kurento 201 k
kms-jsoncpp x86_64 1.6.3-1.el7 pkgs.cloud-kurento 75 k
kms-jsonrpc x86_64 1.1.3-1.el7 pkgs.cloud-kurento 22 k
kms-libnice x86_64 0.1.14.1-1.el7 pkgs.cloud-kurento 149 k
kms-openwebrtc-gst-plugins x86_64 0.10.0-1.el7 pkgs.cloud-kurento 27 k
kms-usrsctp x86_64 0.9.2.1-1.el7 pkgs.cloud-kurento 222 k
kurento-media-server x86_64 6.6.3-1.gitf7091a3.el7
pkgs.cloud-kurento 498 k
lame-libs x86_64 3.100-1.el7 epel 354 k
libXv-devel x86_64 1.0.11-1.el7 base 40 k
liba52 x86_64 0.7.4-27.el7 epel 38 k
libass x86_64 0.13.4-6.el7 epel 99 k
libbs2b x86_64 3.1.0-13.el7 epel 24 k
libcdio x86_64 0.92-3.el7 base 236 k
libde265 x86_64 1.0.2-2.el7 pkgs.cloud-kurento 278 k
libmad x86_64 0.15.1b-26.el7 epel 77 k
libmediainfo x86_64 18.12-1.el7 epel 2.4 M
libmodplug x86_64 1:0.8.8.5-3.el7 epel 162 k
librtmp x86_64 2.4-7.20160224.gitfa8646d.el7
pkgs.cloud-kurento 70 k
libvdpau x86_64 1.1.1-3.el7 base 34 k
libwebp x86_64 0.3.0-7.el7 base 170 k
libzen x86_64 0.4.37-1.el7 epel 108 k
mediainfo x86_64 18.12-1.el7 epel 80 k
openal-soft x86_64 1.16.0-3.el7 epel 282 k
opencore-amr x86_64 0.1.3-4.el7 pkgs.cloud-kurento 172 k
opencv x86_64 2.4.7-6.el7 pkgs.cloud-kurento 4.4 M
opencv-core x86_64 2.4.7-6.el7 pkgs.cloud-kurento 1.8 M
openh264 x86_64 1.5.0-3.20160606git2610ab1.el7
pkgs.cloud-kurento 406 k
openjpeg2 x86_64 2.3.0-6.el7 epel 153 k
sbc x86_64 1.3-5.el7 pkgs.cloud-kurento 57 k
schroedinger x86_64 1.0.11-4.el7 epel 291 k
tinyxml2 x86_64 2.1.0-2.20140406git6ee53e7.el7
epel 33 k
vo-aacenc x86_64 0.1.2-3.el7 pkgs.cloud-kurento 67 k
vo-amrwbenc x86_64 0.1.3-2.el7 pkgs.cloud-kurento 70 k
x264-libs x86_64 0.148-7.20160614gita5e06b9.el7
pkgs.cloud-kurento 573 k
x265-libs x86_64 1.9-1.el7 pkgs.cloud-kurento 535 k
zvbi x86_64 0.2.35-1.el7 epel 415 k
Updating for dependencies:
boost-date-time x86_64 1.55.0-8.el7 pkgs.cloud-kurento 51 k
boost-system x86_64 1.55.0-8.el7 pkgs.cloud-kurento 40 k
boost-thread x86_64 1.55.0-8.el7 pkgs.cloud-kurento 60 k
libsrtp x86_64 1.5.4-3.el7 pkgs.cloud-kurento 285 k
libsrtp-devel x86_64 1.5.4-3.el7 pkgs.cloud-kurento 42 k
Transaction Summary
================================================================================
Install 1 Package (+70 Dependent packages)
Upgrade ( 5 Dependent packages)
Total size: 31 M
Total download size: 31 M
Is this ok [y/d/N]: y
Downloading packages:
pkgs.cloud-kurento/7/prestodelta | 75 B 00:00
(1/75): OpenEXR-libs-1.7.1-7.el7.x86_64.rpm | 217 kB 00:00
(2/75): boost-atomic-1.55.0-8.el7.x86_64.rpm | 38 kB 00:00
(3/75): boost-1.55.0-8.el7.x86_64.rpm | 36 kB 00:00
(4/75): boost-chrono-1.55.0-8.el7.x86_64.rpm | 44 kB 00:00
(5/75): boost-context-1.55.0-8.el7.x86_64.rpm | 37 kB 00:00
(6/75): boost-coroutine-1.55.0-8.el7.x86_64.rpm | 42 kB 00:00
(7/75): boost-date-time-1.55.0-8.el7.x86_64.rpm | 51 kB 00:00
(8/75): boost-filesystem-1.55.0-8.el7.x86_64.rpm | 67 kB 00:00
(9/75): boost-iostreams-1.55.0-8.el7.x86_64.rpm | 58 kB 00:00
(10/75): boost-graph-1.55.0-8.el7.x86_64.rpm | 131 kB 00:00
(11/75): boost-locale-1.55.0-8.el7.x86_64.rpm | 253 kB 00:00
(12/75): boost-log-1.55.0-8.el7.x86_64.rpm | 563 kB 00:00
(13/75): boost-program-options-1.55.0-8.el7.x86_64.rpm | 148 kB 00:00
(14/75): boost-math-1.55.0-8.el7.x86_64.rpm | 320 kB 00:00
(15/75): boost-python-1.55.0-8.el7.x86_64.rpm | 129 kB 00:00
(16/75): boost-random-1.55.0-8.el7.x86_64.rpm | 40 kB 00:00
(17/75): boost-regex-1.55.0-8.el7.x86_64.rpm | 301 kB 00:00
(18/75): boost-serialization-1.55.0-8.el7.x86_64.rpm | 160 kB 00:00
(19/75): boost-signals-1.55.0-8.el7.x86_64.rpm | 60 kB 00:00
(20/75): boost-system-1.55.0-8.el7.x86_64.rpm | 40 kB 00:00
(21/75): boost-test-1.55.0-8.el7.x86_64.rpm | 217 kB 00:00
(22/75): boost-thread-1.55.0-8.el7.x86_64.rpm | 60 kB 00:00
(23/75): boost-timer-1.55.0-8.el7.x86_64.rpm | 42 kB 00:00
(24/75): gssdp-1.0.2-1.el7.x86_64.rpm | 49 kB 00:00
(25/75): gupnp-igd-0.2.5-2.el7.x86_64.rpm | 29 kB 00:00
(26/75): ilmbase-1.0.3-7.el7.x86_64.rpm | 100 kB 00:00
(27/75): gupnp-1.0.2-5.el7.x86_64.rpm | 93 kB 00:00
(28/75): boost-wave-1.55.0-8.el7.x86_64.rpm | 199 kB 00:00
(29/75): faad2-libs-2.7-6.el7.x86_64.rpm | 149 kB 00:00
(30/75): kms-6.6.3-1.el7.x86_64.rpm | 1.9 kB 00:00
(31/75): kms-core-6.6.3-1.git8ec5a3a.el7.x86_64.rpm | 627 kB 00:00
(32/75): kms-elements-6.6.3-1.git0090f10.el7.x86_64.rpm | 394 kB 00:00
(33/75): kms-filters-6.6.3-1.git5eef962.el7.x86_64.rpm | 105 kB 00:00
(34/75): kms-gstreamer1-1.8.1.1-1.x86_64.rpm | 2.0 MB 00:00
(35/75): kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64.rpm | 1.8 MB 00:00
(36/75): kms-gstreamer1-libav-1.8.2.1-1.x86_64.rpm | 5.1 MB 00:00
(37/75): kms-gstreamer1-plugins-base-1.8.1.1-1.x86_64.rpm | 1.3 MB 00:00
(38/75): kms-gstreamer1-plugins-ugly-1.8.1.1-1.x86_64.rpm | 201 kB 00:00
(39/75): kms-gstreamer1-plugins-good-1.8.1.1-1.x86_64.rpm | 1.6 MB 00:00
(40/75): kms-jsoncpp-1.6.3-1.el7.x86_64.rpm | 75 kB 00:00
(41/75): kms-jsonrpc-1.1.3-1.el7.x86_64.rpm | 22 kB 00:00
(42/75): kms-libnice-0.1.14.1-1.el7.x86_64.rpm | 149 kB 00:00
(43/75): kms-openwebrtc-gst-plugins-0.10.0-1.el7.x86_64.rp | 27 kB 00:00
(44/75): libXv-devel-1.0.11-1.el7.x86_64.rpm | 40 kB 00:00
(45/75): libass-0.13.4-6.el7.x86_64.rpm | 99 kB 00:00
(46/75): kms-usrsctp-0.9.2.1-1.el7.x86_64.rpm | 222 kB 00:00
(47/75): kurento-media-server-6.6.3-1.gitf7091a3.el7.x86_6 | 498 kB 00:00
(48/75): liba52-0.7.4-27.el7.x86_64.rpm | 38 kB 00:00
(49/75): libbs2b-3.1.0-13.el7.x86_64.rpm | 24 kB 00:00
(50/75): libmad-0.15.1b-26.el7.x86_64.rpm | 77 kB 00:00
(51/75): libcdio-0.92-3.el7.x86_64.rpm | 236 kB 00:00
(52/75): libde265-1.0.2-2.el7.x86_64.rpm | 278 kB 00:00
(53/75): libmediainfo-18.12-1.el7.x86_64.rpm | 2.4 MB 00:00
(54/75): libmodplug-0.8.8.5-3.el7.x86_64.rpm | 162 kB 00:00
(55/75): librtmp-2.4-7.20160224.gitfa8646d.el7.x86_64.rpm | 70 kB 00:00
(56/75): libvdpau-1.1.1-3.el7.x86_64.rpm | 34 kB 00:00
(57/75): libzen-0.4.37-1.el7.x86_64.rpm | 108 kB 00:00
(58/75): mediainfo-18.12-1.el7.x86_64.rpm | 80 kB 00:00
(59/75): libwebp-0.3.0-7.el7.x86_64.rpm | 170 kB 00:00
(60/75): openal-soft-1.16.0-3.el7.x86_64.rpm | 282 kB 00:00
(61/75): libsrtp-devel-1.5.4-3.el7.x86_64.rpm | 42 kB 00:00
(62/75): opencore-amr-0.1.3-4.el7.x86_64.rpm | 172 kB 00:00
(63/75): opencv-2.4.7-6.el7.x86_64.rpm | 4.4 MB 00:00
(64/75): opencv-core-2.4.7-6.el7.x86_64.rpm | 1.8 MB 00:00
(65/75): openjpeg2-2.3.0-6.el7.x86_64.rpm | 153 kB 00:00
(66/75): libsrtp-1.5.4-3.el7.x86_64.rpm | 285 kB 00:01
(67/75): schroedinger-1.0.11-4.el7.x86_64.rpm | 291 kB 00:00
(68/75): tinyxml2-2.1.0-2.20140406git6ee53e7.el7.x86_64.rp | 33 kB 00:00
(69/75): openh264-1.5.0-3.20160606git2610ab1.el7.x86_64.rp | 406 kB 00:00
(70/75): sbc-1.3-5.el7.x86_64.rpm | 57 kB 00:00
(71/75): vo-aacenc-0.1.2-3.el7.x86_64.rpm | 67 kB 00:00
(72/75): vo-amrwbenc-0.1.3-2.el7.x86_64.rpm | 70 kB 00:00
(73/75): zvbi-0.2.35-1.el7.x86_64.rpm | 415 kB 00:00
(74/75): x264-libs-0.148-7.20160614gita5e06b9.el7.x86_64.r | 573 kB 00:00
(75/75): x265-libs-1.9-1.el7.x86_64.rpm | 535 kB 00:00
--------------------------------------------------------------------------------
Total 3.7 MB/s | 31 MB 00:08
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Updating : boost-system-1.55.0-8.el7.x86_64 1/81
Installing : kms-gstreamer1-1.8.1.1-1.x86_64 2/81
Installing : boost-filesystem-1.55.0-8.el7.x86_64 3/81
Installing : boost-regex-1.55.0-8.el7.x86_64 4/81
Installing : kms-jsoncpp-1.6.3-1.el7.x86_64 5/81
Installing : boost-chrono-1.55.0-8.el7.x86_64 6/81
Updating : boost-thread-1.55.0-8.el7.x86_64 7/81
Installing : boost-test-1.55.0-8.el7.x86_64 8/81
Installing : kms-jsonrpc-1.1.3-1.el7.x86_64 9/81
Installing : kms-usrsctp-0.9.2.1-1.el7.x86_64 10/81
Installing : opencv-core-2.4.7-6.el7.x86_64 11/81
Updating : boost-date-time-1.55.0-8.el7.x86_64 12/81
Updating : libsrtp-1.5.4-3.el7.x86_64 13/81
Installing : ilmbase-1.0.3-7.el7.x86_64 14/81
Installing : OpenEXR-libs-1.7.1-7.el7.x86_64 15/81
Installing : opencv-2.4.7-6.el7.x86_64 16/81
Installing : boost-log-1.55.0-8.el7.x86_64 17/81
Installing : libzen-0.4.37-1.el7.x86_64 18/81
Installing : boost-program-options-1.55.0-8.el7.x86_64 19/81
Installing : gssdp-1.0.2-1.el7.x86_64 20/81
Installing : gupnp-1.0.2-5.el7.x86_64 21/81
Installing : boost-context-1.55.0-8.el7.x86_64 22/81
Installing : boost-coroutine-1.55.0-8.el7.x86_64 23/81
Installing : gupnp-igd-0.2.5-2.el7.x86_64 24/81
Installing : kms-libnice-0.1.14.1-1.el7.x86_64 25/81
Installing : boost-wave-1.55.0-8.el7.x86_64 26/81
Installing : boost-locale-1.55.0-8.el7.x86_64 27/81
Installing : boost-timer-1.55.0-8.el7.x86_64 28/81
Installing : boost-graph-1.55.0-8.el7.x86_64 29/81
Installing : openh264-1.5.0-3.20160606git2610ab1.el7.x86_64 30/81
Installing : x265-libs-1.9-1.el7.x86_64 31/81
Installing : 1:faad2-libs-2.7-6.el7.x86_64 32/81
Installing : boost-random-1.55.0-8.el7.x86_64 33/81
Installing : boost-math-1.55.0-8.el7.x86_64 34/81
Installing : boost-iostreams-1.55.0-8.el7.x86_64 35/81
Installing : vo-aacenc-0.1.2-3.el7.x86_64 36/81
Installing : x264-libs-0.148-7.20160614gita5e06b9.el7.x86_64 37/81
Installing : schroedinger-1.0.11-4.el7.x86_64 38/81
Installing : tinyxml2-2.1.0-2.20140406git6ee53e7.el7.x86_64 39/81
Installing : libmediainfo-18.12-1.el7.x86_64 40/81
Installing : mediainfo-18.12-1.el7.x86_64 41/81
Installing : opencore-amr-0.1.3-4.el7.x86_64 42/81
Installing : libde265-1.0.2-2.el7.x86_64 43/81
Installing : boost-atomic-1.55.0-8.el7.x86_64 44/81
Installing : libbs2b-3.1.0-13.el7.x86_64 45/81
Installing : zvbi-0.2.35-1.el7.x86_64 46/81
Installing : libwebp-0.3.0-7.el7.x86_64 47/81
Installing : boost-python-1.55.0-8.el7.x86_64 48/81
Installing : libmad-0.15.1b-26.el7.x86_64 49/81
Installing : openjpeg2-2.3.0-6.el7.x86_64 50/81
Installing : boost-signals-1.55.0-8.el7.x86_64 51/81
Installing : libcdio-0.92-3.el7.x86_64 52/81
Installing : 1:libmodplug-0.8.8.5-3.el7.x86_64 53/81
Installing : libXv-devel-1.0.11-1.el7.x86_64 54/81
Installing : kms-gstreamer1-plugins-base-1.8.1.1-1.x86_64 55/81
Installing : kms-core-6.6.3-1.git8ec5a3a.el7.x86_64 56/81
Installing : kms-openwebrtc-gst-plugins-0.10.0-1.el7.x86_64 57/81
Installing : kms-elements-6.6.3-1.git0090f10.el7.x86_64 58/81
Installing : kms-filters-6.6.3-1.git5eef962.el7.x86_64 59/81
Installing : kms-gstreamer1-libav-1.8.2.1-1.x86_64 60/81
Installing : kms-gstreamer1-plugins-good-1.8.1.1-1.x86_64 61/81
Installing : openal-soft-1.16.0-3.el7.x86_64 62/81
Installing : sbc-1.3-5.el7.x86_64 63/81
Installing : libvdpau-1.1.1-3.el7.x86_64 64/81
Installing : boost-serialization-1.55.0-8.el7.x86_64 65/81
Installing : boost-1.55.0-8.el7.x86_64 66/81
Installing : kurento-media-server-6.6.3-1.gitf7091a3.el7.x86_64 67/81
Installing : liba52-0.7.4-27.el7.x86_64 68/81
Installing : vo-amrwbenc-0.1.3-2.el7.x86_64 69/81
Installing : librtmp-2.4-7.20160224.gitfa8646d.el7.x86_64 70/81
Installing : libass-0.13.4-6.el7.x86_64 71/81
Installing : kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 72/81
Installing : lame-libs-3.100-1.el7.x86_64 73/81
Installing : kms-gstreamer1-plugins-ugly-1.8.1.1-1.x86_64 74/81
Installing : kms-6.6.3-1.el7.x86_64 75/81
Updating : libsrtp-devel-1.5.4-3.el7.x86_64 76/81
Cleanup : libsrtp-devel-1.4.4-10.20101004cvs.el7.x86_64 77/81
Cleanup : boost-thread-1.53.0-27.el7.x86_64 78/81
Cleanup : boost-system-1.53.0-27.el7.x86_64 79/81
Cleanup : libsrtp-1.4.4-10.20101004cvs.el7.x86_64 80/81
Cleanup : boost-date-time-1.53.0-27.el7.x86_64 81/81
Verifying : lame-libs-3.100-1.el7.x86_64 1/81
Verifying : libsrtp-devel-1.5.4-3.el7.x86_64 2/81
Verifying : boost-context-1.55.0-8.el7.x86_64 3/81
Verifying : kms-jsonrpc-1.1.3-1.el7.x86_64 4/81
Verifying : libass-0.13.4-6.el7.x86_64 5/81
Verifying : gupnp-1.0.2-5.el7.x86_64 6/81
Verifying : librtmp-2.4-7.20160224.gitfa8646d.el7.x86_64 7/81
Verifying : gssdp-1.0.2-1.el7.x86_64 8/81
Verifying : ilmbase-1.0.3-7.el7.x86_64 9/81
Verifying : vo-amrwbenc-0.1.3-2.el7.x86_64 10/81
Verifying : boost-test-1.55.0-8.el7.x86_64 11/81
Verifying : liba52-0.7.4-27.el7.x86_64 12/81
Verifying : boost-serialization-1.55.0-8.el7.x86_64 13/81
Verifying : libvdpau-1.1.1-3.el7.x86_64 14/81
Verifying : sbc-1.3-5.el7.x86_64 15/81
Verifying : boost-chrono-1.55.0-8.el7.x86_64 16/81
Verifying : kms-6.6.3-1.el7.x86_64 17/81
Verifying : openal-soft-1.16.0-3.el7.x86_64 18/81
Verifying : libXv-devel-1.0.11-1.el7.x86_64 19/81
Verifying : 1:libmodplug-0.8.8.5-3.el7.x86_64 20/81
Verifying : OpenEXR-libs-1.7.1-7.el7.x86_64 21/81
Verifying : libcdio-0.92-3.el7.x86_64 22/81
Verifying : boost-system-1.55.0-8.el7.x86_64 23/81
Verifying : boost-signals-1.55.0-8.el7.x86_64 24/81
Verifying : kms-filters-6.6.3-1.git5eef962.el7.x86_64 25/81
Verifying : boost-coroutine-1.55.0-8.el7.x86_64 26/81
Verifying : openjpeg2-2.3.0-6.el7.x86_64 27/81
Verifying : boost-filesystem-1.55.0-8.el7.x86_64 28/81
Verifying : kurento-media-server-6.6.3-1.gitf7091a3.el7.x86_64 29/81
Verifying : libmad-0.15.1b-26.el7.x86_64 30/81
Verifying : libsrtp-1.5.4-3.el7.x86_64 31/81
Verifying : kms-gstreamer1-plugins-base-1.8.1.1-1.x86_64 32/81
Verifying : kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 33/81
Verifying : boost-python-1.55.0-8.el7.x86_64 34/81
Verifying : gupnp-igd-0.2.5-2.el7.x86_64 35/81
Verifying : libwebp-0.3.0-7.el7.x86_64 36/81
Verifying : zvbi-0.2.35-1.el7.x86_64 37/81
Verifying : kms-libnice-0.1.14.1-1.el7.x86_64 38/81
Verifying : libbs2b-3.1.0-13.el7.x86_64 39/81
Verifying : boost-atomic-1.55.0-8.el7.x86_64 40/81
Verifying : mediainfo-18.12-1.el7.x86_64 41/81
Verifying : libde265-1.0.2-2.el7.x86_64 42/81
Verifying : boost-timer-1.55.0-8.el7.x86_64 43/81
Verifying : opencore-amr-0.1.3-4.el7.x86_64 44/81
Verifying : boost-1.55.0-8.el7.x86_64 45/81
Verifying : kms-gstreamer1-1.8.1.1-1.x86_64 46/81
Verifying : tinyxml2-2.1.0-2.20140406git6ee53e7.el7.x86_64 47/81
Verifying : boost-program-options-1.55.0-8.el7.x86_64 48/81
Verifying : libzen-0.4.37-1.el7.x86_64 49/81
Verifying : boost-date-time-1.55.0-8.el7.x86_64 50/81
Verifying : kms-gstreamer1-libav-1.8.2.1-1.x86_64 51/81
Verifying : boost-thread-1.55.0-8.el7.x86_64 52/81
Verifying : opencv-core-2.4.7-6.el7.x86_64 53/81
Verifying : kms-core-6.6.3-1.git8ec5a3a.el7.x86_64 54/81
Verifying : schroedinger-1.0.11-4.el7.x86_64 55/81
Verifying : kms-openwebrtc-gst-plugins-0.10.0-1.el7.x86_64 56/81
Verifying : x264-libs-0.148-7.20160614gita5e06b9.el7.x86_64 57/81
Verifying : vo-aacenc-0.1.2-3.el7.x86_64 58/81
Verifying : boost-iostreams-1.55.0-8.el7.x86_64 59/81
Verifying : boost-math-1.55.0-8.el7.x86_64 60/81
Verifying : boost-random-1.55.0-8.el7.x86_64 61/81
Verifying : kms-elements-6.6.3-1.git0090f10.el7.x86_64 62/81
Verifying : boost-graph-1.55.0-8.el7.x86_64 63/81
Verifying : kms-usrsctp-0.9.2.1-1.el7.x86_64 64/81
Verifying : kms-gstreamer1-plugins-ugly-1.8.1.1-1.x86_64 65/81
Verifying : boost-locale-1.55.0-8.el7.x86_64 66/81
Verifying : libmediainfo-18.12-1.el7.x86_64 67/81
Verifying : 1:faad2-libs-2.7-6.el7.x86_64 68/81
Verifying : opencv-2.4.7-6.el7.x86_64 69/81
Verifying : boost-wave-1.55.0-8.el7.x86_64 70/81
Verifying : x265-libs-1.9-1.el7.x86_64 71/81
Verifying : kms-jsoncpp-1.6.3-1.el7.x86_64 72/81
Verifying : openh264-1.5.0-3.20160606git2610ab1.el7.x86_64 73/81
Verifying : boost-log-1.55.0-8.el7.x86_64 74/81
Verifying : boost-regex-1.55.0-8.el7.x86_64 75/81
Verifying : kms-gstreamer1-plugins-good-1.8.1.1-1.x86_64 76/81
Verifying : boost-system-1.53.0-27.el7.x86_64 77/81
Verifying : boost-thread-1.53.0-27.el7.x86_64 78/81
Verifying : boost-date-time-1.53.0-27.el7.x86_64 79/81
Verifying : libsrtp-1.4.4-10.20101004cvs.el7.x86_64 80/81
Verifying : libsrtp-devel-1.4.4-10.20101004cvs.el7.x86_64 81/81
Installed:
kms.x86_64 0:6.6.3-1.el7
Dependency Installed:
OpenEXR-libs.x86_64 0:1.7.1-7.el7
boost.x86_64 0:1.55.0-8.el7
boost-atomic.x86_64 0:1.55.0-8.el7
boost-chrono.x86_64 0:1.55.0-8.el7
boost-context.x86_64 0:1.55.0-8.el7
boost-coroutine.x86_64 0:1.55.0-8.el7
boost-filesystem.x86_64 0:1.55.0-8.el7
boost-graph.x86_64 0:1.55.0-8.el7
boost-iostreams.x86_64 0:1.55.0-8.el7
boost-locale.x86_64 0:1.55.0-8.el7
boost-log.x86_64 0:1.55.0-8.el7
boost-math.x86_64 0:1.55.0-8.el7
boost-program-options.x86_64 0:1.55.0-8.el7
boost-python.x86_64 0:1.55.0-8.el7
boost-random.x86_64 0:1.55.0-8.el7
boost-regex.x86_64 0:1.55.0-8.el7
boost-serialization.x86_64 0:1.55.0-8.el7
boost-signals.x86_64 0:1.55.0-8.el7
boost-test.x86_64 0:1.55.0-8.el7
boost-timer.x86_64 0:1.55.0-8.el7
boost-wave.x86_64 0:1.55.0-8.el7
faad2-libs.x86_64 1:2.7-6.el7
gssdp.x86_64 0:1.0.2-1.el7
gupnp.x86_64 0:1.0.2-5.el7
gupnp-igd.x86_64 0:0.2.5-2.el7
ilmbase.x86_64 0:1.0.3-7.el7
kms-core.x86_64 0:6.6.3-1.git8ec5a3a.el7
kms-elements.x86_64 0:6.6.3-1.git0090f10.el7
kms-filters.x86_64 0:6.6.3-1.git5eef962.el7
kms-gstreamer1.x86_64 0:1.8.1.1-1
kms-gstreamer1-libav.x86_64 0:1.8.2.1-1
kms-gstreamer1-plugins-bad.x86_64 0:1.8.1.1-1
kms-gstreamer1-plugins-base.x86_64 0:1.8.1.1-1
kms-gstreamer1-plugins-good.x86_64 0:1.8.1.1-1
kms-gstreamer1-plugins-ugly.x86_64 0:1.8.1.1-1
kms-jsoncpp.x86_64 0:1.6.3-1.el7
kms-jsonrpc.x86_64 0:1.1.3-1.el7
kms-libnice.x86_64 0:0.1.14.1-1.el7
kms-openwebrtc-gst-plugins.x86_64 0:0.10.0-1.el7
kms-usrsctp.x86_64 0:0.9.2.1-1.el7
kurento-media-server.x86_64 0:6.6.3-1.gitf7091a3.el7
lame-libs.x86_64 0:3.100-1.el7
libXv-devel.x86_64 0:1.0.11-1.el7
liba52.x86_64 0:0.7.4-27.el7
libass.x86_64 0:0.13.4-6.el7
libbs2b.x86_64 0:3.1.0-13.el7
libcdio.x86_64 0:0.92-3.el7
libde265.x86_64 0:1.0.2-2.el7
libmad.x86_64 0:0.15.1b-26.el7
libmediainfo.x86_64 0:18.12-1.el7
libmodplug.x86_64 1:0.8.8.5-3.el7
librtmp.x86_64 0:2.4-7.20160224.gitfa8646d.el7
libvdpau.x86_64 0:1.1.1-3.el7
libwebp.x86_64 0:0.3.0-7.el7
libzen.x86_64 0:0.4.37-1.el7
mediainfo.x86_64 0:18.12-1.el7
openal-soft.x86_64 0:1.16.0-3.el7
opencore-amr.x86_64 0:0.1.3-4.el7
opencv.x86_64 0:2.4.7-6.el7
opencv-core.x86_64 0:2.4.7-6.el7
openh264.x86_64 0:1.5.0-3.20160606git2610ab1.el7
openjpeg2.x86_64 0:2.3.0-6.el7
sbc.x86_64 0:1.3-5.el7
schroedinger.x86_64 0:1.0.11-4.el7
tinyxml2.x86_64 0:2.1.0-2.20140406git6ee53e7.el7
vo-aacenc.x86_64 0:0.1.2-3.el7
vo-amrwbenc.x86_64 0:0.1.3-2.el7
x264-libs.x86_64 0:0.148-7.20160614gita5e06b9.el7
x265-libs.x86_64 0:1.9-1.el7
zvbi.x86_64 0:0.2.35-1.el7
Dependency Updated:
boost-date-time.x86_64 0:1.55.0-8.el7 boost-system.x86_64 0:1.55.0-8.el7
boost-thread.x86_64 0:1.55.0-8.el7 libsrtp.x86_64 0:1.5.4-3.el7
libsrtp-devel.x86_64 0:1.5.4-3.el7_
Error: Package: galera-25.3.23-1.rhel7.el7.centos.x86_64 (@mariadb) Requires: libboost_program_options.so.1.53.0()(64bit) Removing: boost-program-options-1.53.0-27.el7.x86_64 (@base) libboost_program_options.so.1.53.0()(64bit) Updated By: boost-program-options-1.55.0-8.el7.x86_64 (pkgs.cloud-kurento) ~libboost_program_options.so.1.55.0()(64bit)
not a very good option to put on a separate VDS, just very sad
@gopalprasad780 You should've give warning that removing gstreamer1 will also removing GUI of the OS itself :/
the instructions clearly say that you have to install on a clean and minimal CentOS/RedHat. that build was designed like that. newer builds do not have conflicts, but that's another story.
Hello,
Your error log shows that you have a lot of packages in your system which are incompatible with Kurento packages. You have to either use a fresh minimal CentOS/RedHat system or to uninstall the conflicting packages. Also make sure you are installing on a 64-bit system (x86_64), Kurento for CentOS cannot be installed on a 32-bit system. The best thing you can do in your situation is to get a brand new minimal CentOS 7 system and follow the installation instructions. If you do it right, Kurento will be up and running in 2-3 minutes.
Good luck!
^^ here my comment from Sep 17, 2017
Hi,
I'm new to Kurento and would like to install it on CentOS 7. I followed the guide here and encountered many errors:
yum install kms -y
Anyone been successful on installing Kurento on CentOS 7?
Would appreciate your help.
Thank you