thegooglecodearchive / video-tester

Automatically exported from code.google.com/p/video-tester
GNU General Public License v3.0
0 stars 0 forks source link

RHEL6.3 Repo for Video-tester dependencies #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Not able to get dependencies 

What version of the product are you using? On what operating system?
Red Hat Enterprise Linux Server release 6.3
Linux localhost.localdomain 2.6.32-279.el6.x86_64 #1 SMP Wed Jun 13 18:24:36 
EDT 2012 x86_64 x86_64 x86_64 GNU/Linux

Please provide any additional information below.
Could you please provide YUM repo for RHEL6.3 to install all the dependencies. 
I am unable to find few of them such rtsp etc. to run the client.

Original issue reported on code.google.com by manoj.im...@gmail.com on 12 Nov 2014 at 8:41

GoogleCodeExporter commented 9 years ago
You are looking for RPM Fusion. These are valid for all Fedora versions as well 
as RHEL 5 and 6: http://rpmfusion.org/

Original comment by i.uca...@gmail.com on 12 Nov 2014 at 9:48

GoogleCodeExporter commented 9 years ago
Thanks. I've tried that already. Unfortunately not able to install all 
dependencies. Refer below.

[root@localhost ~]# rpm -qa | grep rpmfu
rpmfusion-free-release-6-1.noarch
rpmfusion-nonfree-release-6-1.noarch
[root@localhost ~]# lsb_release -a
LSB 
Version:    :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:
printing-4.0-amd64:printing-4.0-noarch
Distributor ID: RedHatEnterpriseServer
Description:    Red Hat Enterprise Linux Server release 6.3 (Santiago)
Release:    6.3
Codename:   Santiago
[root@localhost ~]# yum install gstreamer-rtsp gstreamer-rtsp-python
Loaded plugins: refresh-packagekit, security
Setting up Install Process
No package gstreamer-rtsp available.
No package gstreamer-rtsp-python available.
Error: Nothing to do
[root@localhost ~]# 

Original comment by manoj.im...@gmail.com on 14 Nov 2014 at 5:30

GoogleCodeExporter commented 9 years ago
I've seen that GStreamer RTSP is contained in default Fedora repos. So, for 
RHEL, you'll need to download it from the source and compile it: 
http://gstreamer.freedesktop.org/src/gst-rtsp/

Probably, the latest compatible release is 0.10.8.

Original comment by i.uca...@gmail.com on 14 Nov 2014 at 9:40