You are not logged in.
Pages: 1
I've successfully installed it before by doing a simple
sudo ./RealPlayer11GOLD.bin
in the terminal, but this time, it oddly give me a
sudo: unable to execute ./RealPlayer11GOLD.bin: No such file or directory
Is there a certain dependency that I need for me to be able to execute .bin files?
Last edited by zephyrus17 (2008-12-20 13:31:57)
Offline
Do you have the right permissions?
Offline
If you're on 64 bit and the binary is 32 bit, it simply means that you don't have the sufficient 32 bit libraries to run this.
Last edited by skottish (2008-11-26 01:19:39)
Offline
As has been previously said, make sure the file has the execute bit set so that you can run it.
Offline
Permissions? Isn't sudo permission enough?
That 64bit thing hit the spot. Is there a 64bit Real decoder or player?
Offline
Permissions? Isn't sudo permission enough?
You are mostly likely correct, I just misread.
Offline
Permissions? Isn't sudo permission enough?
That 64bit thing hit the spot. Is there a 64bit Real decoder or player?
Permissions meaning that you give the script/binary execute permissions.
chmod +x nameofscript
As far as I know there is no 64bit real decoder/player
Offline
I read that ffmpeg is trying to reverse engineer the RealVideo 4 codec, is that out yet? What alternatives do I have for my .rm and .rmvb files?
Offline
I read that ffmpeg is trying to reverse engineer the RealVideo 4 codec, is that out yet? What alternatives do I have for my .rm and .rmvb files?
FFmpeg is actively working on it now, and it's getting closer to release by the day. In fact the developer is so close that he had these last questions:
Now the questions:
* how can one calculate that bias value?
* what is the best way to incorporate those functions into lavc?
* should RV40 designers burn in hell?
http://lists.mplayerhq.hu/pipermail/ffm … /date.html
One thing you can do in the meantime is install the codecs package and see if it works for you. I was getting severe memory leaks trying to use it with Gnome Mplayer and Gecko Mediaplayer, so I dumped it. I believe that VLC uses the same code that the codecs package has.
Last edited by skottish (2008-11-26 03:25:55)
Offline
Yeah. The RealPlayer11GOLD.bin file is executable.
I've downloaded codecs-all, but still no go.
I agree with Kostya. RV40 designers should burn in hell. Silly propriety-ness!
Offline
RV40 was released into the FFmpeg subverion tree. They're still working on RV30. I was able to view and hear a test video at Real Media using FFmpeg-svn, Mplayer-svn (build against the system FFmpeg), gnome-mplayer, and gecko-mediaplayer. It's an awesome accomplishment.
Offline
Well, I tried playing a .rm south park episode, and it says I need a RV40 decoder. I've installed ffmpeg-svn, mplayer-svn, and gnome-mplayer. It still won't play. Did you mean to say "they're still working on RV40" instead of RV30?
Offline
I have the same problem, I guess because I have a eye-candy 64 architecture.
Offline
Eh? What do you mean by 'eye-candy 64 architecture'?
Offline
Well, I tried playing a .rm south park episode, and it says I need a RV40 decoder. I've installed ffmpeg-svn, mplayer-svn, and gnome-mplayer. It still won't play. Did you mean to say "they're still working on RV40" instead of RV30?
Sorry I didn't respond before. I didn't notice new posts.
No, I meant RV40. I've been able to use it since I posted the above:
ffmpeg-svn > ffmpeg -formats | grep rv
FFmpeg version SVN-r16245, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --prefix=/usr --enable-gpl --enable-libfaac --enable-libx264 --enable-shared --disable-static --enable-pthreads --enable-network --enable-x11grab --enable-postproc --enable-avfilter --enable-avfilter-lavf --enable-swscale
libavutil 49.12. 0 / 49.12. 0
libavcodec 52. 7. 0 / 52. 7. 0
libavformat 52.23. 1 / 52.23. 1
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 1. 0 / 0. 1. 0
libswscale 0. 6. 1 / 0. 6. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Dec 19 2008 22:36:31, gcc: 4.3.2
DE ffm FFM (FFserver live feed) format
DEV D rv10 RealVideo 1.0
DEV D rv20 RealVideo 2.0
D V D rv40 RealVideo 4.0
On top of that, RV30 loop filter code was released today. I thought that it was the final piece, but the decoder wasn't enabled.
--EDIT--
This was the RV40 announcement:
Offline
The real solution is to find whatever you want to play in some non-closed format. *coughsouthparkcanbefoundinabouteveryformatoutthere*
Edit: If you really have to watch it in realmedia, then you can set up a 32bit chroot, and install http://aur.archlinux.org/packages.php?ID=1590 (just bump the version in the PKGBUILD)
Last edited by Mr.Elendig (2008-12-20 13:31:24)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Heh. But Mr twig is convenient, and the rm videos are nice and small.
Anyway, i installed the ffmpeg-svn stuff (as above) again, and it worked!
Offline
One more round:
ffmpeg-svn > ffmpeg -formats | grep rv
FFmpeg version SVN-r16248, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --prefix=/usr --enable-gpl --enable-libfaac --enable-libx264 --enable-shared --disable-static --enable-pthreads --enable-network --enable-x11grab --enable-postproc --enable-avfilter --enable-avfilter-lavf --enable-swscale
libavutil 49.12. 0 / 49.12. 0
libavcodec 52. 8. 0 / 52. 8. 0
libavformat 52.23. 1 / 52.23. 1
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 1. 0 / 0. 1. 0
libswscale 0. 6. 1 / 0. 6. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Dec 20 2008 17:37:42, gcc: 4.3.2
DE ffm FFM (FFserver live feed) format
DEV D rv10 RealVideo 1.0
DEV D rv20 RealVideo 2.0
D V D rv30 RealVideo 3.0
D V D rv40 RealVideo 4.0
Offline
Pages: 1