Home > Linux > Webex Player on Linux

Webex Player on Linux

March 10th, 2008 Leave a comment Go to comments

WebexWe use an application called Webex in work to remotely access peoples machines. These sessions can be recorded and therefore we often use this to view sessions from other Engineers and to record training sessions that may have been given elsewhere. One place to see a lot of  trainings is from the VMWorld website which has a webex recording of each presentation in VMWorld, including mine.

Up until recently I have been able to access peoples machines from my Linux box but I haven’t been able to play recordings. However I have finally figured it out so I am posting the instructions for anyone else who may be interested.

  • Login to your webex account
  • On the left menu, select “download”
  • Click on “recording and play back”
  • Click in “Create a URL for a Recording page” at the bottom of the page
  • Copy and paste http://www.webex.com/wrf/test.wrf in the “URL for recording” field,
  • Click submit and then click test playback.

This will install webex player in ~/.webex/atrecply

If you do not have a Webex account I am not sure how you can download this software. However looking at the site I see that you can download the Windows and Mac versions for free so I assume Webex do not mind if I include a link here to the Linux executables for anybody who might be interested.

Download a compress copy of the files here.

Categories: Linux Tags:
  1. Dave Gould
    March 12th, 2008 at 22:44 | #1

    Thanks for posting this. I just received a .wrf file today and need to view it.

    Unfortunately I can’t see any of the graphic content when I play the file. I tried using Wine to run the Windows version but I just get a segfault.

    Shucks.

  2. March 13th, 2008 at 14:10 | #2

    Were you able to get this running? I know there is a Mac version as well that you can download.

  3. Dave Gould
    March 13th, 2008 at 16:29 | #3

    Yeah, it worked fine on the Mac (PowerPC software on an Intel Mac). I was hoping to watch it away from our somewhat chaotic office, but I don’t own a Mac. No big deal.

  4. A sad F7 user
    June 28th, 2008 at 23:25 | #4

    Do you by chance know if there is a more up to date version of this? Perhaps there are core libraries and specific versions it depends on? I tried running a wrf file from the MySQL site and wasn’t even able to get audio working. I am on Fedora 7 (yeah, I know I need to upgrade).

    Thanks for the link though, much appreciated. Just wondering if there were any system requirement notes?

    Thanks again!

  5. Andrea Meschino
    July 3rd, 2008 at 12:34 | #5

    Hi!

    I’ve tried WebEx on an Asus Eeepc 900 but the webcam doesn’t works… did you have the same problem?

  6. Massimo
    September 1st, 2008 at 21:26 | #6

    Hi,

    I’m very very new to Linux. I kinda like it, but I’m not sure what’s the command line for installing Webex player above.

    Would you please be so kind to help step by step?
    I’m using a Acer Aspire one a150 with Linpus Linux (~Fedora)

    Thanks,
    Massimo

  7. September 2nd, 2008 at 12:06 | #7

    I was looking at the Webex website and it seems they only support Ubuntu. I suppose it should work on other Linux flavours but the way I outlined above is the only way i know of installing it. I don’t use a webcam with Webex (although my webcam does work with Skype).

    And the above is the only way I know of installing it. i do not think there is a command line installation. The file I provided should allow you to run the webex player directly from the folder, once you have extracted it. Simply type the following from within the extracted folder and it should work.

    chmod 777 atrecply
    ./atrecply

  8. Fabiano
    September 18th, 2008 at 17:43 | #8

    Thanks for the information, but when I did ./atrecply in Ubuntu I had the message:

    ./atrecply: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

  9. September 18th, 2008 at 19:10 | #9

    Yeah I’ve seen that error as well. I can’t remember where right now. When I am back at my desk on Monday I’ll look into it and let you know. However I think it might be that the version of Ubuntu you are running isn’t supported…….but I’ll find out Monday and post it here.

  10. September 26th, 2008 at 15:35 | #10

    Sorry for taking so long to get back. A list of supported OS and browsers for Webex is available on their support site.
    What seems to be happening in your case is that you don’t have some required libraries installed. If you are using Ubuntu you can install them using the following command yum install compat-libstdc++.so.5.
    Hope this helps.

  11. vbg
    November 24th, 2008 at 17:11 | #11

    Hi
    Thanx a lot for the infor given by you. It was a great help.

    CAn you tell us how to play arf files on linux

  12. November 24th, 2008 at 17:22 | #12

    What would you normally use to play an arf file? I’ve never heard of them

  13. Valentine
    May 7th, 2010 at 13:54 | #13

    Please check http://www.webex.com/downloadplayer.html
    There is a link named What is the difference between .ARF and .WRF?
    ARF is an advanced recording format for webex

  14. Valentine
    May 7th, 2010 at 15:59 | #14

    At last I have found a rather nice way to view .arf files on linux:
    At webex’s download page at http://support.webex.com/support/downloads.html you may find an utility named NBR2MP4 Converter which allows to convert webex recordings to mpeg-4 format and then view them as usual video.

    The only thing I didn’t like is that converting takes as long as webex session lasts

    Hope this will help anyone :)

  15. nemo
    May 11th, 2010 at 12:29 | #15

    great post, thanks! Just a note for the other readers. If using fedora 11 you need to install compat-libstdc++-33

  16. Luciano
    July 8th, 2010 at 19:19 | #16

    Thanks, great help.

  17. Peter
    July 28th, 2010 at 16:24 | #17

    FYI, I got this working on Ubuntu Lucid (10.4) by adding this ppa: https://launchpad.net/~jason-scheunemann/+archive/ppa and doing a

    sudo apt-get update
    sudo apt-get install lib32stdc++5′

    The bad news is that it seems the .wrf file format has evolved. When I run the webex player and point it to the file I want to view it alerts me: ‘Unknown file format. You may update your Webex player and try again.’

  18. Peter
    July 28th, 2010 at 16:26 | #18

    Oops, without the trailing ‘ on the “apt-get install” line above :-S

    Should be just: sudo apt-get install lib32stdc++5

  19. Jeremy Harding
    January 28th, 2011 at 08:00 | #19

    This worked a treat for me (openSuSE 11.2 64 bit), although the compressed files didn’t. I don’t understand why the WEBEX people don’t list the various UNIX versions as well as the Windows and Mac versions…

    Thanks for the information.

  20. Yuvaraj
    March 31st, 2011 at 06:39 | #20

    Hi

    When i try to play .wrf file in linux i am getting the message ‘Unknown file format. You may update your Webex player and try again.’ How do i fix it?

    I am using Fedora 10.

  21. February 7th, 2012 at 16:55 | #21

    I wish they made life easier by simply uploading the compressed files that you did and the latest version. Looks like some retarded player. I tried the steps and it looks like the atrecply directory is no longer created. If you can kindly upload the latest version it will help or a work around. I am attempting wine now.

  22. February 7th, 2012 at 19:08 | #22

    To be honest Mayank I don’t use it anymore so I don’t have a copy of atrecply. Maybe someone else who is subscribed to this thread could get you a copy?

  23. Kiran Koneri
    March 9th, 2012 at 14:36 | #23

    Dowload the File webex.tar.gz

    Steps:
    tar xvf webex.tar.gz
    cd webex

    chmod 777 atrecply
    wget http://ftp.us.debian.org/debian/pool/main/g/gcc-3.3/libstdc++5_3.3.6-18_i386.deb
    sudo dpkg -i libstdc++5_3.3.6-18_i386.deb

    the command to play the player
    ./atrecply

  1. January 7th, 2010 at 15:12 | #1
  2. March 11th, 2010 at 16:53 | #2