[opensuse] Attempting to install RealPlayer
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm attempting to install RealPlayer (I have some videos that need it (3gp)), from <http://www.real.com/realplayer/linux>, in oS 11.2 x64. I got RealPlayer11GOLD.rpm. The first error I got was: Elessar:~ # rpm --install /home/cer/Download/RealPlayer11GOLD.rpm error: Failed dependencies: libXv.so.1 is needed by realplay-11.0.2.1744-1.i386 Elessar:~ # However, it was already installed: xorg-x11-libXv-7.4-6.1.x86_64 I guess it may need the 32 bit version, so I also installed: xorg-x11-libXv-32bit-7.4-6.1.x86_64 Now it fails in another way: Elessar:~ # rpm --install /home/cer/Download/RealPlayer11GOLD.rpm postinst called with unknown argument `1' warning: %post(realplay-11.0.2.1744-1.i386) scriptlet failed, exit status 1 Elessar:~ # I had a look at the postinstall script: case "$1" in configure) echo "postinst..." if [ -x /opt/real/RealPlayer/postinst/postinst.sh ] ; then /opt/real/RealPlayer/postinst/postinst.sh fi ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac What is happening? I think the rpm got installed, but I don't know how to start realplayer... something else failed, there is no binary I can find. My guess is that the rpm was automatically created from a .deb package and it went bad. A google search finds something related to that, but till this moment I haven't seen a solution. - -- Cheers / Saludos, Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Elessar)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/ iEYEARECAAYFAkwhRc8ACgkQU92UU+smfQX4qQCeNM3iSbA1w3N+T3CwsYAF5lFw XbcAn15mUaCZD5KwIEYLtqms2RinoMvR =G2MG -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hello, On Wed, 23 Jun 2010, Carlos E. R. wrote:
I'm attempting to install RealPlayer (I have some videos that need it (3gp)), from
Have you tried playing those with mplayer or vlc?
Elessar:~ # rpm --install /home/cer/Download/RealPlayer11GOLD.rpm postinst called with unknown argument `1' warning: %post(realplay-11.0.2.1744-1.i386) scriptlet failed, exit status 1
[..]
I had a look at the postinstall script:
case "$1" in configure) echo "postinst..." if [ -x /opt/real/RealPlayer/postinst/postinst.sh ] ; then /opt/real/RealPlayer/postinst/postinst.sh fi ;;
This is simply incompatible. Just use rpm -i --noscripts /home/cer/Download/RealPlayer11GOLD.rpm and run /opt/real/RealPlayer/postinst/postinst.sh manually. HTH, -dnh -- Error: File not found -- search behind couch? (Y/N) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 2010-06-23 02:47, David Haller wrote:
Hello,
On Wed, 23 Jun 2010, Carlos E. R. wrote:
I'm attempting to install RealPlayer (I have some videos that need it (3gp)), from
Have you tried playing those with mplayer or vlc?
Yes, but they don't work well. Sound did not work for me last time. Perhaps I did not install all the codecs.
Elessar:~ # rpm --install /home/cer/Download/RealPlayer11GOLD.rpm postinst called with unknown argument `1' warning: %post(realplay-11.0.2.1744-1.i386) scriptlet failed, exit status 1
[..]
I had a look at the postinstall script:
case "$1" in configure) echo "postinst..." if [ -x /opt/real/RealPlayer/postinst/postinst.sh ] ; then /opt/real/RealPlayer/postinst/postinst.sh fi ;;
This is simply incompatible. Just use
rpm -i --noscripts /home/cer/Download/RealPlayer11GOLD.rpm
and run /opt/real/RealPlayer/postinst/postinst.sh manually.
Ah! Didn't think of that. I'll try when I get back. [...] Yes! It worked, thanks. - -- Cheers / Saludos, Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/ iF4EAREIAAYFAkwiUYQACgkQja8UbcUWM1xKmAD8D6SxpkTw4DWGW2Zq8x+jjSfI Ghoc8qkZf74rM9hPh3MA/1PvlQ61eqWotp/3a4jdWCvvEuI6+gD2dGq8B/pnGZ2A =25Vv -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hello, On Wed, 23 Jun 2010, Carlos E. R. wrote:
On 2010-06-23 02:47, David Haller wrote:
On Wed, 23 Jun 2010, Carlos E. R. wrote:
I'm attempting to install RealPlayer (I have some videos that need it (3gp)), from
Have you tried playing those with mplayer or vlc?
Yes, but they don't work well. Sound did not work for me last time. Perhaps I did not install all the codecs.
Did you use the packman (or for vlc: the packman or videolan-repo) versions? Actually, you don't stumble often over realmedia stuff anymore, and e.g. (elderly) "Three Dead Trolls in a Baggie" .rm are: Selected video codec: [ffrv10] vfm: ffmpeg (FFmpeg RV10 decoder) Selected audio codec: [a52] afm: liba52 (AC3-liba52) and played just fine with mplayer. Also some even older stuff: Selected video codec: [rv30] vfm: realvid (Linux RealPlayer 8 RV30 decoder) Selected audio codec: [ffcook] afm: ffmpeg (FFmpeg COOK audio decoder) I think you need the win32-codec package for the "realvid" "vfm". Anyway: mplayer (and vlc too) should play realmedia stuff just fine, old stuff may need the win32-codec dlls, newer stuff shouldn't.
Elessar:~ # rpm --install /home/cer/Download/RealPlayer11GOLD.rpm postinst called with unknown argument `1' [..] This is simply incompatible. Just use rpm -i --noscripts /home/cer/Download/RealPlayer11GOLD.rpm and run /opt/real/RealPlayer/postinst/postinst.sh manually. [..] Yes! It worked, thanks.
Bingo! :) Glad it worked, but have a look, as at least mplayer should play that stuff. Mail me a sample URL if it doesn't, so I can have a look. -dnh -- We could use the Bush as a unit of Stupidity applied over time, but in practical use smaller units like micro and milliBush-seconds would be handier. A full Bush/hr is a very large unit of Wank. -- from someone else, via Tony Quinn, on the Glowbugs list -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 2010-06-29 08:01, David Haller wrote:
Hello,
On Wed, 23 Jun 2010, Carlos E. R. wrote:
On 2010-06-23 02:47, David Haller wrote:
On Wed, 23 Jun 2010, Carlos E. R. wrote:
I'm attempting to install RealPlayer (I have some videos that need it (3gp)), from
Have you tried playing those with mplayer or vlc?
Yes, but they don't work well. Sound did not work for me last time. Perhaps I did not install all the codecs.
Did you use the packman (or for vlc: the packman or videolan-repo) versions?
Yes, from packman.
Actually, you don't stumble often over realmedia stuff anymore, and e.g. (elderly) "Three Dead Trolls in a Baggie" .rm are:
Eummm.... not that type. My problems are videos recorded by my Nokia mobile phone (cellular). They are 3gp, and I have no choice of format. I can convert them to avi using ffmpeg, but they turn out quite bigger. cer@Elessar:~/Documents> file Vídeo0023.3gp Vídeo0023.3gp: ISO Media, MPEG v4 system, 3GPP cer@Elessar:~/Documents> mediainfo Vídeo0023.3gp General Complete name : Vídeo0023.3gp Format : MPEG-4 Format profile : 3GPP Media Release 5 Codec ID : 3gp5 File size : 5.20 MiB Duration : 5mn 33s Overall bit rate : 131 Kbps Encoded date : UTC 2009-12-10 12:59:30 Tagged date : UTC 2009-12-10 12:59:30 Video ID : 1 Format : H.263 Format profile : BaseLine@4.5 Codec ID : s263 Duration : 5mn 33s Bit rate mode : Variable Bit rate : 117 Kbps Width : 176 pixels Height : 144 pixels Display aspect ratio : 1.222 Frame rate mode : Variable Frame rate : 8.885 fps Minimum frame rate : 1.350 fps Maximum frame rate : 16.121 fps Bits/(Pixel*Frame) : 0.518 Stream size : 4.64 MiB (89%) Writing library : hant Language : English Encoded date : UTC 2009-12-10 12:59:30 Tagged date : UTC 2009-12-10 12:59:30 Audio ID : 2 Format : AMR Format/Info : Adaptive Multi-Rate Format profile : Narrow band Codec ID : samr Duration : 5mn 33s Bit rate mode : Constant Bit rate : 12.8 Kbps Channel(s) : 1 channel Sampling rate : 8 000 Hz Resolution : 13 bits Stream size : 522 KiB (10%) Writing library : Nokia Language : English Encoded date : UTC 2009-12-10 12:59:30 Tagged date : UTC 2009-12-10 12:59:30 Xine plays it well, but the audio is horrible, turns on and off white noise, not the sound.
This is simply incompatible. Just use rpm -i --noscripts /home/cer/Download/RealPlayer11GOLD.rpm and run /opt/real/RealPlayer/postinst/postinst.sh manually. [..] Yes! It worked, thanks.
Bingo! :)
Glad it worked, but have a look, as at least mplayer should play that stuff. Mail me a sample URL if it doesn't, so I can have a look.
Let me see... I have a 2 MB one available if you want. Hah, realplayer does not play sound of it, it is not a reliable program. The second time you play something it fails. Or, you can fetch one from some bugzillas I posted. In Bug 605856 there is one. -- Cheers / Saludos, Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Elessar))
Hello, On Tue, 29 Jun 2010, Carlos E. R. wrote:
On 2010-06-29 08:01, David Haller wrote: [..]
Did you use the packman (or for vlc: the packman or videolan-repo) versions?
Yes, from packman.
Good.
Actually, you don't stumble often over realmedia stuff anymore, and e.g. (elderly) "Three Dead Trolls in a Baggie" .rm are:
Eummm.... not that type. My problems are videos recorded by my Nokia mobile phone (cellular). They are 3gp, and I have no choice of format. I can convert them to avi using ffmpeg, but they turn out quite bigger.
Ah. That depends on what target-codec you use with ffmpeg. With e.g. x264/mp3 the result is smaller.
Format : AMR Format/Info : Adaptive Multi-Rate Format profile : Narrow band
You need libamrnb for that format. mplayer from packman is apparently _not_ linked against that lib, vlc (packman) seems to be and plays it ok, so does ffmpeg. -dnh -- Wir haben uns @work darauf geeinigt, dass das verwendete Echtzeit- Betriebssystem wohl deswegen diese Gattungbezeichnung trägt, weil selbst einfachste Operationen *echt* *Zeit* brauchen. -- Stefan Reuther -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I do, for personal use, RealPlayer RPMs, feel free to use them. "http://cid-b4ff4195bbbe259a.office.live.com/browse.aspx/openSUSE RPMs" On Tue, Jun 22, 2010 at 6:22 PM, Carlos E. R. <carlos.e.r@opensuse.org> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
I'm attempting to install RealPlayer (I have some videos that need it (3gp)), from <http://www.real.com/realplayer/linux>, in oS 11.2 x64. I got RealPlayer11GOLD.rpm.
The first error I got was:
Elessar:~ # rpm --install /home/cer/Download/RealPlayer11GOLD.rpm error: Failed dependencies: libXv.so.1 is needed by realplay-11.0.2.1744-1.i386 Elessar:~ #
However, it was already installed: xorg-x11-libXv-7.4-6.1.x86_64
I guess it may need the 32 bit version, so I also installed: xorg-x11-libXv-32bit-7.4-6.1.x86_64
Now it fails in another way:
Elessar:~ # rpm --install /home/cer/Download/RealPlayer11GOLD.rpm postinst called with unknown argument `1' warning: %post(realplay-11.0.2.1744-1.i386) scriptlet failed, exit status 1 Elessar:~ #
I had a look at the postinstall script:
case "$1" in configure) echo "postinst..." if [ -x /opt/real/RealPlayer/postinst/postinst.sh ] ; then /opt/real/RealPlayer/postinst/postinst.sh fi ;;
abort-upgrade|abort-remove|abort-deconfigure) ;;
*) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac
What is happening?
I think the rpm got installed, but I don't know how to start realplayer... something else failed, there is no binary I can find.
My guess is that the rpm was automatically created from a .deb package and it went bad. A google search finds something related to that, but till this moment I haven't seen a solution.
- -- Cheers / Saludos,
Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Elessar)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/
iEYEARECAAYFAkwhRc8ACgkQU92UU+smfQX4qQCeNM3iSbA1w3N+T3CwsYAF5lFw XbcAn15mUaCZD5KwIEYLtqms2RinoMvR =G2MG -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- Marco "AlpVonKri" Flores Computer Systems Engineer Ing. Sistemas Computacionales http://www.alpvonkri.co.cc alpvonkri@alpvonkri.co.cc openSUSE Member ~ Ambassador ~ Weekly News Miembro ~ Embajador ~ Noticias Semanales http://wiki.opensuse.org/User:Alpvonkri alpvonkri@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
What's missing in the installation? On Wed, Jun 23, 2010 at 5:16 AM, Carlos E. R. <robin.listas@gmail.com> wrote:
[Sent later]
On 2010-06-23 03:49, Marco ''AlpVonKri'' Flores wrote:
I do, for personal use, RealPlayer RPMs, feel free to use them.
That's what I'm attempting to do, but it doesn't install, not fully.
-- Cheers / Saludos,
Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Minas Tirith))
-- Marco "AlpVonKri" Flores Computer Systems Engineer Ing. Sistemas Computacionales http://www.alpvonkri.co.cc alpvonkri@alpvonkri.co.cc openSUSE Member ~ Ambassador ~ Weekly News Miembro ~ Embajador ~ Noticias Semanales http://wiki.opensuse.org/User:Alpvonkri alpvonkri@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2010-06-23 19:33, Marco ''AlpVonKri'' Flores wrote:
What's missing in the installation?
Did you read the original post? The rpm failed to install with a message I posted. But don't worry, it is already solved. - -- Cheers / Saludos, Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Elessar)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/ iEYEARECAAYFAkwiUVoACgkQU92UU+smfQX2bgCgiUC72S3BXeri9K/c29Zgmdn9 GtwAn36rlyIRnhnAKY2HTt4eYUzQGlms =WM4m -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I saw the original post, my question was specifically in the case you were using my personal RealPlayer RPM. On Wed, Jun 23, 2010 at 1:24 PM, Carlos E. R. <carlos.e.r@opensuse.org> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2010-06-23 19:33, Marco ''AlpVonKri'' Flores wrote:
What's missing in the installation?
Did you read the original post? The rpm failed to install with a message I posted.
But don't worry, it is already solved.
- -- Cheers / Saludos,
Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Elessar)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/
iEYEARECAAYFAkwiUVoACgkQU92UU+smfQX2bgCgiUC72S3BXeri9K/c29Zgmdn9 GtwAn36rlyIRnhnAKY2HTt4eYUzQGlms =WM4m -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- Marco "AlpVonKri" Flores Computer Systems Engineer Ing. Sistemas Computacionales http://www.alpvonkri.co.cc alpvonkri@alpvonkri.co.cc openSUSE Member ~ Ambassador ~ Weekly News Miembro ~ Embajador ~ Noticias Semanales http://wiki.opensuse.org/User:Alpvonkri alpvonkri@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 [sent later] On 2010-06-24 01:11, Marco ''AlpVonKri'' Flores wrote:
I saw the original post, my question was specifically in the case you were using my personal RealPlayer RPM.
Ah! Sorry, I didn't understood. But Realplayer is not redistributable, are you sure that's legal? Anyway, I got the official rpm installed and working. - -- Cheers / Saludos, Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/ iF4EAREIAAYFAkwi8wsACgkQja8UbcUWM1zbOQD7B5D1vLrazVkbvrCJl52Wv0Mx 419Ebf3jCL56RxQs4QkA/RglI+RyZIC9cMYr+9iXjWmwgQ5/ErM8Zd4I3rTzJ01p =qXzJ -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
As I said, those packages are for personal usage, nor for redistribution, that's why I wrote that sentence about personal use but you're free to use if you like. Greetings. On Thu, Jun 24, 2010 at 12:54 AM, Carlos E. R. <carlos.e.r@opensuse.org> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
[sent later]
On 2010-06-24 01:11, Marco ''AlpVonKri'' Flores wrote:
I saw the original post, my question was specifically in the case you were using my personal RealPlayer RPM.
Ah! Sorry, I didn't understood. But Realplayer is not redistributable, are you sure that's legal?
Anyway, I got the official rpm installed and working.
- -- Cheers / Saludos,
Carlos E. R. (from 11.2 x86_64 "Emerald" GM (Minas Tirith)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/
iF4EAREIAAYFAkwi8wsACgkQja8UbcUWM1zbOQD7B5D1vLrazVkbvrCJl52Wv0Mx 419Ebf3jCL56RxQs4QkA/RglI+RyZIC9cMYr+9iXjWmwgQ5/ErM8Zd4I3rTzJ01p =qXzJ -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- Marco "AlpVonKri" Flores Computer Systems Engineer Ing. Sistemas Computacionales http://www.alpvonkri.co.cc alpvonkri@alpvonkri.co.cc openSUSE Member ~ Ambassador ~ Weekly News Miembro ~ Embajador ~ Noticias Semanales http://wiki.opensuse.org/User:Alpvonkri alpvonkri@opensuse.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
Carlos E. R.
-
Carlos E. R.
-
David Haller
-
Marco ''AlpVonKri'' Flores