Main > Free Download Search >

Free realplayer software for linux

realplayer

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 16
RealPlayer 10.0.9 GOLD

RealPlayer 10.0.9 GOLD


RealPlayer plays streaming audio and video over the Internet in real-time. more>>
RealPlayer plays streaming audio and video over the Internet in real-time. RealPlayer plays RealAudio, RealVideo, MP3, 3GPP Video, Flash, SMIL 2.0, JPEG, GIF, PNG, RealText, Ogg Vorbis, RealPix and Ogg Theora.
It is available for Windows, Macintosh, Pocket PC, Nokia 9200 Series, Nokia 7650, Palm OS 5-based handhelds, Linux, Solaris, and many Unix variants.
Main features:
Play popular datatypes
- RealPlayer@ 10 supports RealAudio, RealVideo 10, MP3, Ogg Vorbis and Theora, H263, AAC and more. Get ready for accelerated video, full screen playback, and a lot more to play.
Mozilla-compatible plug-in
- You can now watch and listen to embedded video right in your Web browser without opening RealPlayer. Enjoy media from your favorite music and news sites with just one click.
New UI adopts your theme
- The elegant UI design is based on GTK technology. That means the player adopts the theme youve chosen, and blends itself accordingly into your desktop environment.
Enhancements:
- fixes
<<less
Download (5.5MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
601 downloads
RealPlayer for Linux 10

RealPlayer for Linux 10


RealPlayer for Linux Unix more>> RealPlayer is the all-in-one digital media player that lets you find anything and play everything. Now also includes an option during setup to install the Real Toolbar for Internet Explorer.
This popular streaming-media player offers improved video controls and access to 2500 radio stations.
With this version you get an improved graphic equalizer and media services, including a radio tuner and an artist and music guide. Meanwhile, the Take 5 news service can offer you daily sports updates. A new contextual video search helps you find interviews with your favorite artists. The RealPlayer music store lets you buy music files. Finally, you can use the software to transfer files to CDs and portable devices.
Features of RealPlayer 10.5 :
- Online Radio: Over 3200 stations worldwide & 60 ad-free stations for endless listening.
- Expanded Controls: Optimize sound with the 10-Band Graphic Equalizer and get the sharpest picture with advanced video controls.
- Advanced CD Burning: Rip, mix & burn CDs like a pro - fast! Encode MP3s at up to 320kbps.
- Play Everything: RealOne Player plays all major media formats including Quicktime MPEG-4, Windows Media, DVDs, & more.
- Easy, Fun & Intuitive: Browse the web, organize audio & video files, create playlists, & more!
Important Notes:
- RealPlayer may collect some presonal information. If this concerns you, please read their privacy policy here.
- This download may includes adware (and spyware) software. Adware (and spyware) software may record your surfing habits, deliver advertising, collect private information, or modify your system settings. Pay close attention to the End User License Agreement ("EULA") and installation options! We also, recommend you to run Windows Defender or other antispyware software after installation process.
<<less
Download (5.53M)
Added: 2009-04-03 License: Freeware Price: Free
203 downloads
libreplay 0.5

libreplay 0.5


libreplay it saves the audio output of realplay. more>>
libreplay library will save the output of realplay in a raw format, so you can do what you want with this uncompressed data later in time.

When you use realplay, sometimes you would like to save the sound that you ear, to be able to listen to it later in time. But realplay doesnt have a save or export button, so libreplay dose that for you.

Installation

Just do a make in the directory, should be alright. There will be the file libreplay.so which contains everything usefull.

Usage

This documentation is only valid for version 0.3 of libreplay. Avoid using 0.1, it crashes too much realplay. (Version 0.2 does not have LIBREPLAY_AUDIO support.)

You must set the variable LIBC_PATH to the place where your libc is (something like /lib/libc.so.6). If you are under bash, just do export LIBC_PATH=/lib/libc.so.6
(replace /lib/libc.so.6 by your libc of course).

Do
LD_PRELOAD=./libreplay.so realplay in the directory where libreplay is.

realplay will create /tmp/realplayer_stream_XX_speed_YY_channels_ZZ_format_AA.raw for each stream you play.

XX will be replaced by the stream number (from 0 to whatever the number of streams you download).

YY will be the speed of the stream (44100 if the stream is at 44100Hz, for instance).

ZZ will be the number of channels of the stream (1 for mono, 2 for stereo).

AA will be the size of each sample of the stream (I only saw 16 for it, meaning: 16 bits, signed, little endian).

Some streams may be empty, because realplay sometimes opens and closes the soundcard whitout outputting any sound.

The output is a raw file, use sox or you favorite conversion program to transform it into a format you like more.

For instance, using sox, you would do

sox -t raw -s -w -c 2 -r 44100 realplayer_stream_6_speed_44100_channels_1_format_16.raw out.wav copy

-t raw for saying its a raw file,
-s -w for saying its 16b signed,
-c 2 for saying there are 2 channels,
-r 44100 for saying its a 44100Hz stream.

It has been tested against realplayer 8.

By setting the environment variable LIBREPLAY_AUDIO, you can save live streams. Some streams create problems when they are saved faster than they are played; the server will send again some audio data, and the result is bad. With this option, the stream is played and saved at the same time. If you have problems with your saved streams, try this option.

You may use the scripts realplay.dump and realplay.dump_live, which include all the necessary to let realplay be used with libreplay.
realplay.dump will only save the stream.
realplay.dump_live will save it and play it.
You may need to edit these scripts, to adapt the paths, for them to fit your system. These scripts are only here to help you; if they dont work, you still will need to read the documentation (this file) and understand it.

Gregory did a little perl utility to, maybe, facilitate the usage of this little tool. realexport.tar.gz

realexport.sh something.rm is the way to use it, according to Gregory. (It may work, it may fail, not tested.) You will need sox and lame available on your system.
<<less
Download (0.005MB)
Added: 2006-05-29 License: Public Domain Price:
1244 downloads
realcap 0.311

realcap 0.311


realcap is a bash utility to help with capturing streams from realplayer. more>>
realcap is a bash utility to help with capturing streams from realplayer.

From the help file we can see the next options:

Most basic operation requires only the stream URL.
Available options:
-v, --version display version
-h, --help display help text
-c, --captime duration of stream in seconds. remember to take initial buffering into account (defaults to 1 hour)
-o, --oggbits nominal bitrate (kbps) of ogg vorbis output. if omitted ogg encoding will not occur
-m, --mp3bits constant bitrate (kbps) of mp3 output. if omitted mp3 encoding will not occur
-q, --oggquality ogg vorbis quality between 0 - 10, 10 being the highest. Fractional values allowed
-a, --trackartist artists name for ID3 tag in compressed output file
-t, --tracktitle track title for ID3 tag in compressed output file
-f, --filename all output files will be given this name. do not provide an extension( defaults to vsound.wav/ogg/mp3)
-d, --delete deletes wav file after recording if ogg vorbis bitrate/mp3 is specified (otherwise this parameter is ignored)

<<less
Download (0.003MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1186 downloads
Realrekord 0.9-jr3

Realrekord 0.9-jr3


Realrekord helps you record realaudio streams from realplayer. more>>
Real Rekord is a KDE programme which helps you record and capture audio streams from Real Player using GNU/Linux.
It lets you record realaudio/realplayer streams by using vsound 0.5 (sits between program and /dev/dsp) and sox (converts audio file formats).
This version has an updated build for KDE 3.2 (probably works with KDE 3.1).
Enhancements:
- Added missing parts
<<less
Download (0.65MB)
Added: 2005-06-15 License: GPL (GNU General Public License) Price:
1594 downloads
SPAR 1.2

SPAR 1.2


Sdp PARser is the conferencing utility. more>>
Sdp PARser is the conferencing utility. New multicast capable multimedia applications, such as RealPlayer and Marratech Pro, can accept files containing session descriptions (in SDP format) to join a multicast conference. This allows SDP files to be served from a web page and a conference joined, using a registered SDP MIME type associated with the application.

Alternatively popular MBone applications, such as VIC, RAT, WB and NTE rely on the Session Directory Tool (SDR) to convert the SDP into command line parameters and thus cannot take advantage of joining conferences via a web page. The solution offered here is to accept the SDP from the web browser, convert it to command line parameters at the client side and then to start up the tools with the relevant parameters. This could be implemented in several possible ways:

* a platform dependent binary running on the client machine with a MIME type for the SDP
* a plug-in installed in the browser
* a Java applet with execution privileges

The Java applet was implemented because it doesnt requiere a installation or configuration by the user and is platform independent.

<<less
Download (0.011MB)
Added: 2006-06-16 License: (FDL) GNU Free Documentation License Price:
1226 downloads
KMediaGrab 0.3

KMediaGrab 0.3


KMediagrab is a media grabber and encoder built on top of mplayer/mencoder. more>>
KMediagrab is a media grabber and encoder built on top of mplayer/mencoder. It can grab and encode a DVD at the same time (e.g., creating a divx or a videocd file for instance), record a movie or your favourite TV program from your TV-card, or translate a video file from one format to another (e.g., create a realplayer file from a .wmv one).
Enhancements:
- Added subtitles support
- fixed tv frame sizes
- moved from divx4 to xvid
<<less
Download (0.53MB)
Added: 2005-06-16 License: GPL (GNU General Public License) Price:
1591 downloads
Pidgin-CurrentTrack 1.2

Pidgin-CurrentTrack 1.2


Pidgin-CurrentTrack is a plugin for Pidgin (Formerly Gaim) that displays the current track gathered from XMMS, Amarok, etc. more>>
Pidgin-CurrentTrack is a plugin for Pidgin (Formerly Gaim) that displays the current track gathered from iTunes, Winamp, Windows Media Player, RealPlayer, foobar2000, Musicmatch Jukebox, MediaMonkey, XMPlay , Yahoo! Jukebox, Amarok, Rhythmbox, XMMS, or from a file in your Available message or Away Message.

It will also append the current track to your user info, and can set your buddy icon based on the iTunes, MediaMonkey, or Amarok album art or query amazon.com for the album art. (Here is a great automatic album art importer.). You can type "/track" anywhere in a conversation and Currenttrack will replace it with the track title.

<<less
Download (0.46MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
546 downloads
tcpflow 0.21

tcpflow 0.21


tcpflow is a program that captures data transmitted as part of TCP connections. more>>
tcpflow is a program that captures data transmitted as part of TCP connections, and stores the data in a way that is convenient for protocol analysis or debugging.

A program like tcpdump shows a summary of packets seen on the wire, but usually doesnt store the data thats actually being transmitted. In contrast, tcpflow reconstructs the actual data streams and stores each flow in a separate file for later analysis.

tcpflow understands sequence numbers and will correctly reconstruct data streams regardless of retransmissions or out-of-order delivery. However, it currently does not understand IP fragments; flows containing IP fragments will not be recorded properly.

tcpflow is based on the LBL Packet Capture Library (available from LBL) and therefore supports the same rich filtering expressions that programs like tcpdump support.

tcpflow stores all captured data in files that have names of the form

128.129.130.131.02345-010.011.012.013.45103

where the contents of the above file would be data transmitted from host 128.129.131.131 port 2345, to host 10.11.12.13 port 45103.

I originally wrote this program to capture the data being sent by various programs that use undocumented network protocols in an attempt to reverse engineer them. RealPlayer (and most other streaming media players), ICQ, and AOL IM are good examples of this type of application. It should be compiled under most popular versions of UNIX; see the INSTALL file for details.

In tinkering with it, I later also found tcpflow to be useful for checking to see what cookies my browser was sending to various sites, looking at the MIME headers of HTTP requests people are sending to my web server, and verifying that various connections to my machine that were supposed to be encrypted actually were encrypted.
<<less
Download (0.029MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1211 downloads
VLOS 1.3.1 RC1

VLOS 1.3.1 RC1


VidaLinux Desktop OS is a powerfull, stable and easy to use Linux distribution. more>>
VLOS is a powerfull, stable and easy to use Linux distribution. The main goal of Vidalinux Desktop OS is to make Linux Operating System easier to use and administrer using the right tools for your daily work on Home or Office.
Main features:
Poweful Desktop Linux!
- Beautful look and feel
- NFS network installation supported
- Hundreds of new software titles
- Faster boot-up time
- Enhanced Portage GUI
- Two CDs or one DVD installation
- PPC platform support
- gDesklets desktop applets
Hardware Support
- New 2.6.12 Kernel
- New KDE 3.4.1
- New Gnome 2.10
- New X.org 6.8.2 for improved video support
- New GCC 3.4.3
- New anaconda graphical installer supporting lastest graphics cards
- Support for SATA and PATA hard drives
Internet Applications
- Azureus Bittorrent Client
- GnomeMeeting Video conference and VOIP/IP
- Skype Instant messenger and VOIP/IP
- Gaim compatible with IRC, AOL, ICQ, Yahoo and MSN Messenger
- Xchat IRC client
- Firestarter enhanced firewall for added security
- Gftp FTP client
- Firefox Internet browser
Improved support for the Home entertainment
- New Amarok Music Manager
- New K3b CD, DVD, VideoCD burner
- New RealPlayer 10
- New Nexiuz First person shooter game
- New Trigger OpenGL rally car racing game
- Hydrogen music drum machine
Home and Office
- New Improved Wireless support
- Improved Networking, File Sharing and Printing
- New Nvu Web Authoring and editing tool
- New Evolution Groupware Suite (Reminders, MailMinder, Calendar, Address Book)
- New Openoffice 2.0 beta3
- New Beagle desktop searching tool
- Gnucash personal finance manager
Whats New in 1.3 Stable Release:
- Updated to gcc-4.1.1
- Updated to glibc-2.4
- Updated XGL and compiz-quinstorm
- Updated xorg-x11
- Fixed KDE problems with compiz
- Updated to latest baselayout
- Kernel updated to latest vidalinux-sources
- Update to portage-2.1.1-r1
<<less
Download (1418MB)
Added: 2006-12-02 License: GPL (GNU General Public License) Price:
1066 downloads
SAM Linux Desktop 2007.1 Test 1

SAM Linux Desktop 2007.1 Test 1


SAM Linux Desktop is a live and installation CD based on Mandriva Linux. more>>
SAM Linux Desktop is a live and installation CD based on Mandriva Linux, is an easy-to-use, fast and clean XFce Linux desktop for home users.
SAM Linux Desktop is enhanced by several popular non-free applications, such Macromedia Flash plugin, Java and RealPlayer.
Enhancements:
- SAM 2007.1-test1 is available for testing. The most important changes: OpenOffice.org was dropped, here is the reason: SAM now comes with basic support for more than 50 languages, proprietary ATI and NVIDIA drivers have been added to the live CD with a nice GUI to install them, under the hood it is running a development version of kernel 2.6.20.11. All packages have been updated to their newest versions available in the PCLinuxOS repositories, some new ones have been added (PDFedit, Planner, Searchmonkey, Ntfs-config, VirtualBox...) and a fresh theme was created.
<<less
Download (699MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
532 downloads
Fedora Frog 1.0-7.0.1

Fedora Frog 1.0-7.0.1


Fedora Frog application is GUI install script that jumps your Fedora Core 5 to life in no time... more>>
Fedora Frog application is a GUI install script that jumps your Fedora Core 5 to life in no time...
Main features:
- Install extra repositories [RPMForge]
- Note: Not all repositories are mutually compatible. See the Warning mixing repositories
- Install GUI frontend for yum [yumex]
- Install commonly needed multimedia codecs
- Install DVD playback capability
- Install Java JRE and its plugin for Firefox
- Note: You will have to accept Suns licence
- Install Macromedia Flash plugin for Firefox
- Note: You need to restart Firefox after installation
- Install extra fonts (including msttcorefonts)
- Install graphics drivers for nVidia and ATI cards
- Note: You should restart your computer after the installation
- Install Gnome Configuration Editor
- Install numlockx to turn on NumLock on startup
- Set up Gnome to open System Monitor every time you push Alt-Ctrl-Del
- Disable CD blocking in CD-ROM
- Set up Nautilus to open new folders in the same window
- Install rar archiver
- Install Adobe PDF reader
- Note: This is not necessery to read PDF documents, you can read them using Evince too.
- Install Gwenview and digiKam imageviewers
- Install XMMS (analog of Winamp)
- Install amaroK media player
- Install stream directory browser Streamtuner
- Install CD ripper Grip
- Install Xine, VLC, Mplayer multimedia players
- Install RealPlayer 10
- Install Skype
- Install Thunderbird e-mail client
- Install Liferea RSS reader
- Install Opera web browser
- Install CD/DVD burning utility K3b
- Install FTP utility gFTP
- Install File share utility DC++
- Install P2P BitTorrent client Azureus
- Install P2P eMule Client aMule
- Install P2P Gnutella Client LimeWire
- Install KDE Edutainment programms
- Install Photo-realistic nightsky renderer Stellarium
- Install Some additional games
- Install Alacarte Gnome menu editor
- Install Shortcut to browse files as root
- Install Some desktop backgrounds, icons, themes and screensavers
- Note: Try changing your desktop background and look in Theme Details of System -> Preferences -> Theme
- Install fortune and make Gnome Fish-applet to use it
Note: It is recomended to run update before you run Fedora Frog
Usage:
xterm -e ~/.frog/frog.run
Enhancements:
- Added xine-lib-extras and xine-plugin to Xine install.
- Main frog welcome screen revised to use dialog command.
- Adjusted dependencies so that removing Amarok does not remove xine-libs which forces removal of xine.
- Made "ynq" proc case statement instead of if-then-else
<<less
Download (0.041MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
824 downloads
Myah Linux 3.0 Tech Demo 2

Myah Linux 3.0 Tech Demo 2


Myah is a simple and easy to use Operating System for standard Intel or AMD powered computers. more>>
Myah is an Operating System based on the Linux kernel. Myah is a "Live CD", so no installation is required. Myah Linux Operating System runs right off the CD, putting whatever system files it needs into RAM only.
You simply start up your PC with the Myah CD. Once youre done with Myah, simply restart your PC. The CD will eject automatically and all will be exactly as it was before.
Our goal is to bring you the best free Operating System and to inform PC owners they dont have to spend their money on Windows or OS X. There is something better, and its free. Whenever we improve Myah or Linux in general those updates will be free.
There are many Linux-based Live CDs our there. So weve made sure Myah is different by including the programs youre going to use on a daily basis. To Windows users the unfamiliar Linux program names can be confusing. So weve changed the menus to make sense. For instance Kopete, a Linux instant messenger service, is simply called Messenger.
Programs have been added to the task bar for quick and easy access. Also: the user isnt hassled for any information during startup. Myah boots up completely on its own. It starts in the main administrative account called Root.
The user has full rights. And since Myah runs right off the CD you cant break it.This whole website is committed to bringing people the best of Linux and its software, so we advertise many other Linux Operating Systems. As a plus for people who cant leave Windows (tm), we offer the Live CD. And its all free for everyone to use. So please: dont waste your money.
Main features:
- Its just as easy as putting the Myah CD in your computer and rebooting. Everything is automatic, detecting your hardware, even your internet connection. All this is done without making any permenet changes to your computer. At anytime just reboot the computer, and your normal system is back.
- Myah uses the KDE destop, that comes with a great set of utilities. Control Center you have the power to tune the system as you like. K3b is Myahs CD burning programs. K3b is powerful easy to use program.
- Myah lets you breeze though the Internet with Firefox. And if you have ever wanted to try creating you own Websites NVU is included. NVU makes it possible to create professional looking Webpages, without knowing html. Just point and click.
- If office software is a must, Open Office has every thing you need. While working is nice to have something to listed to. Realplayer can handle radio stations form Shoutcast, or even let you check out there latest videos online.
- Myahs messanger Kopete will let you stay connected to with anyone, no matter what service they might use. And for all those photos Gimp is a complete solution. Myah comes Jam packed with many other programs, all in a simple and easy to use menu. Just click the penguin and begin.
Enhancements:
- Myah OS 3 Tech Demo 2 is now available. This is still a development release but it should be fairly stable and have a well rounded selection of applications. It should mirror what the Xfce version of 3.0 will look like. There are still three objectives that need to be met before 3.0 stable: firstly, to get the system well tested to weed out any bugs or setting changes, secondly, to work on Myahs package management system, and finally, there is still no actual installer. Both binary packages and source packages will be made available and since the bulk of the system has been completed, development should come much faster from now on.
<<less
Download (695.6MB)
Added: 2007-06-02 License: GPL (GNU General Public License) Price:
876 downloads
Waif 0.59.7

Waif 0.59.7


Waif is a console audio unfrontend. more>>
Waif is a console audio unfrontend. That means that between the business of choosing the files to listen to and listening to them, there is no interface to hijack a controlling terminal, hog up screen space, or waste a perfectly good xterm.

It also ends the hassle of restarting a player moving from one display to another. Waif works all its magic in the background leaving you free to do more important work.

Waif is flexible and robust, supporting a wide number of file formats (MP3, Ogg, WAV, RealPlayer, MIDI, audio CD, and more) and a wide number of helper applications including mpg123, mpg321, ogg123, freeamp, and xmms.

Whats New in This Release:

ID3v2 is now supported with the ~/.waifrc configuration file entry:

id3v2=1

Id3lib and id3v2 are required for id3v2 support.

CD tracks listed in show output that have CDDB information will be aligned now, e.g.,

* Now Playing *
[ 1] (CD Track 2) Eric Clapton - Bad Boy
* show format : 9 - 10 *
[ 9] (CD Track 10) Eric Clapton - Dont Know Why
[10] (CD Track 11) Eric Clapton - Let It Rain

Are there any more show cases where alignment needs to be fixed?

<<less
Download (0.060MB)
Added: 2006-05-12 License: Artistic License Price:
1261 downloads
x10mp3 0.1.0

x10mp3 0.1.0


x10mp3 is a plug-in for xmms and WinAmp. more>>
x10mp3 is a plug-in for xmms and WinAmp. x10mp3 will allow you to control XMMS/WinAmp using an X10 remote. It is intended to be used as a replacement for the Boom 2000 Software. See below for requirements and compatibility with the various X10 remotes.

The main platform for x10mp3 is Linux. Some of the information on this site is only relevant to Linux versions.

The Boom2000 software is a seperate application, developed by X10, that sends messages to assorted programs like WinAmp and RealPlayer. There are two things wrong with that: 1. you must start a seperate application everytime you launch your Mp3 player, and 2. you must use Windows (blech!)

Since x10mp3 is a plug-in, it is started automatically everytime you run XMMS/WinAmp. x10mp3 has additional features that Boom2000 does not, like balance control, fast-forward/rewind, pause, etc. Also, Boom2000 doesnt run on Linux - x10mp3 does.

<<less
Download (0.079MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1290 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2