whaaw media player 0.2.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2071
Whaaw! Media Player 0.2.0
Whaaw! Media Player is an audio/video player using gstreamer (like totem but without GNOME dependencies). more>>
Whaaw! Media Player is an audio/video player using gstreamer (like totem but without GNOME dependencies).
Whaaw! Media Player will play any audio/video files which gstreamer can play. It supports fullscreen mode, seeking, changing video colour settings and more. It is inteded to be a basic media player similar to totem.
<<lessWhaaw! Media Player will play any audio/video files which gstreamer can play. It supports fullscreen mode, seeking, changing video colour settings and more. It is inteded to be a basic media player similar to totem.
Download (0.056MB)
Added: 2007-07-29 License: GPL v3 Price:
554 downloads
Ixion media player 0.2
Ixion is a media player that uses wxWidgets and GStreamer. more>>
Ixion is a media player that uses wxWidgets and GStreamer. Its is just a simple video player that can play at double or half speed. It can be useful as an example of how to write a simple app based on wxWidgets and/or GStreamer.
Ixion is a media player written in C/C++ using wxWidgets and GStreamer. It is not a bleeding edge, full-featured, eye-candy, all-in-one application; Ixion exists only because I needed a video player that could play at double or half speed. However, it can be useful if you want to see how to write a simple app based in wxWidgets and/or GStreamer. Source code is available for download under the GPL license.
You can download the source code from the downloads section. It will compile on most *nix systems ig there are the required libraries, including GNU/Linux.
Alternatively, you can get the source code using anonymous CVS access:
$ cvs -d:ext:anonymous@cvs.lug.fi.uba.ar:/cvsroot/ixion co ixion
<<lessIxion is a media player written in C/C++ using wxWidgets and GStreamer. It is not a bleeding edge, full-featured, eye-candy, all-in-one application; Ixion exists only because I needed a video player that could play at double or half speed. However, it can be useful if you want to see how to write a simple app based in wxWidgets and/or GStreamer. Source code is available for download under the GPL license.
You can download the source code from the downloads section. It will compile on most *nix systems ig there are the required libraries, including GNU/Linux.
Alternatively, you can get the source code using anonymous CVS access:
$ cvs -d:ext:anonymous@cvs.lug.fi.uba.ar:/cvsroot/ixion co ixion
Download (0.095MB)
Added: 2006-07-22 License: GPL (GNU General Public License) Price:
1208 downloads
Gecko Media Player 0.0.7
Gecko Media Player is a browser plugin that uses GNOME MPlayer to play media in a browser. more>>
Gecko Media Player is a browser plugin that uses GNOME MPlayer to play media in a browser.
The project should work with all browsers on Unix-ish systems(Linux, BSD, Solaris) and use the NS4 API (Mozilla, Firefox, Opera, etc.).
Gecko Media Player is in heavy development, but I wanted to get some code drops out there so that people can start using and testing it.
<<lessThe project should work with all browsers on Unix-ish systems(Linux, BSD, Solaris) and use the NS4 API (Mozilla, Firefox, Opera, etc.).
Gecko Media Player is in heavy development, but I wanted to get some code drops out there so that people can start using and testing it.
Download (0.14MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
846 downloads
Beep Media Player 0.9.7.1
BMP Is a versatile and handy multi platform media player. more>>
BMP is a multimedia player that currently uses a skinned user interface based on Winamp 2.x skins.
The original project name was "beep". Then we discovered that another project of the same name existed, and extended it to "Beep Media Player" to distinguish the two.
This new name is of course cumbersome to type, so it was informally shortened to BMP (or sometimes BeepMP) for everyday usage. Along the way, somehow or another, some of the developers no longer recognize it as an acronym. There is still no official word on whether to drop the original form. But whatever happens, the name BMP is here to stay.
Milosz Derezynski started hacking on XMMS alone in the fall of 2003 and eventually made it compile against GTK+2. He went on to release it to the public under the name Beep and stirred up considerable interest among XMMS users who were eager to move their favourite application to GTK+2. From that moment on, the way was clear.
<<lessThe original project name was "beep". Then we discovered that another project of the same name existed, and extended it to "Beep Media Player" to distinguish the two.
This new name is of course cumbersome to type, so it was informally shortened to BMP (or sometimes BeepMP) for everyday usage. Along the way, somehow or another, some of the developers no longer recognize it as an acronym. There is still no official word on whether to drop the original form. But whatever happens, the name BMP is here to stay.
Milosz Derezynski started hacking on XMMS alone in the fall of 2003 and eventually made it compile against GTK+2. He went on to release it to the public under the name Beep and stirred up considerable interest among XMMS users who were eager to move their favourite application to GTK+2. From that moment on, the way was clear.
Download (1.9MB)
Added: 2007-05-10 License: GPL (GNU General Public License) Price:
550 downloads
AT Media Page 0.1.14
AT Media Page provides a simple and easy to use Plone Page which can contain ATImages. more>>
AT Media Page provides a simple and easy to use Plone Page which can contain ATImages.
<<less Download (0.019MB)
Added: 2007-05-27 License: GPL (GNU General Public License) Price:
881 downloads
PyAudioPlay 0.2.4
PyAudioPlay is a set of Python classes which tie together the pyao, pymad, aifc and wav modules into a single media player. more>>
PyAudioPlay is a set of Python classes which tie together the pyao, pymad, aifc and wav modules into a single media player. The actual Player class does all of its playback within a Python thread allowing the host application to perform others tasks and not have to worry about managing the audio playback.
PyAudioPlay is written in Python. PyAudioPlay now supports Ogg Vorbis because it uses the pyogg library.
A beta version 0.2.4 is available for download. Dont expect the API to be stable. AudioPlay requires Python >= 2.3 and pyao. Pymad is required for MP3 playback (optional). pyogg+pyvorbis is required for Vorbis playback (optional).
Basic documentation exists for playback in the audioplay.player module. A simple playback example exists in the player.py module, which can be used as a standalone command line player.
Enhancements:
- Some MP3 files are misdetected by the MAD library as having really weird sample rates (i.e., 24000 Hz). These files are now rectified to 44.1kHz automatically.
<<lessPyAudioPlay is written in Python. PyAudioPlay now supports Ogg Vorbis because it uses the pyogg library.
A beta version 0.2.4 is available for download. Dont expect the API to be stable. AudioPlay requires Python >= 2.3 and pyao. Pymad is required for MP3 playback (optional). pyogg+pyvorbis is required for Vorbis playback (optional).
Basic documentation exists for playback in the audioplay.player module. A simple playback example exists in the player.py module, which can be used as a standalone command line player.
Enhancements:
- Some MP3 files are misdetected by the MAD library as having really weird sample rates (i.e., 24000 Hz). These files are now rectified to 44.1kHz automatically.
Download (0.010MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1177 downloads
MediaPlayerConnectivity 0.8.3
MediaPlayerConnectivity is a Firefox extension that allows you to launch embed video of website in an external application. more>>
MediaPlayerConnectivity is a Firefox extension that allows you to launch embed video of website in an external application with a simple click.
Main features:
- Replace the stream by a simple button
- And/Or add links to right click
- Works with RealMedia, QuickTime, WindowsMedia, Playlists, Flash, background sounds, Nullsoft video, Shockwave
- Allow the use of any capable media player (with command line support)
- Support Media Metafiles (ram, rpm, wmv, wm, wma, asx, asf, ...)
- Activable per media format
- AutoPlay feature : automaticatlly start to play the first media
- Configuration wizard
- SmartPlay : automatically search and choose the best source using metafile (+ icon) if exist
- List all media links on the webpage
- Use a sidebar for lists
- Multilingual
<<lessMain features:
- Replace the stream by a simple button
- And/Or add links to right click
- Works with RealMedia, QuickTime, WindowsMedia, Playlists, Flash, background sounds, Nullsoft video, Shockwave
- Allow the use of any capable media player (with command line support)
- Support Media Metafiles (ram, rpm, wmv, wm, wma, asx, asf, ...)
- Activable per media format
- AutoPlay feature : automaticatlly start to play the first media
- Configuration wizard
- SmartPlay : automatically search and choose the best source using metafile (+ icon) if exist
- List all media links on the webpage
- Use a sidebar for lists
- Multilingual
Download (0.12MB)
Added: 2007-04-08 License: MIT/X Consortium License Price:
571 downloads
Gecko Multimedia System 0.2.0
Gecko Multimedia System is a complete media solution. more>>
Gecko Multimedia System is a complete media solution, able to play almost all media types and supports scheduled tv-recording from online tv-guides.
It is intended to replace your VCR, DVD, MP3- and CD-player into one single software-unit. It is mainly for use in Linux-systems (well, its the only system Ive tried it on).
Please note that Gecko requires VRD to be able to record television. VRD is not yet 100% functional.
<<lessIt is intended to replace your VCR, DVD, MP3- and CD-player into one single software-unit. It is mainly for use in Linux-systems (well, its the only system Ive tried it on).
Please note that Gecko requires VRD to be able to record television. VRD is not yet 100% functional.
Download (2.8MB)
Added: 2005-08-19 License: GPL (GNU General Public License) Price:
1536 downloads
Beep Media Player RSS feed provider 0.1.0
Beep Media Player RSS feed provider is a tool for generating RSS feeds of songs played by BMP. more>>
Beep Media Player RSS feed provider is a tool for generating RSS feeds of songs played by BMP.
bmp-rss-feeder is a plugin for the Beep Media Player that makes it possible to publish an RSS feed containing the names of recently played songs.
The feed can be published both locally and on the Internet.
<<lessbmp-rss-feeder is a plugin for the Beep Media Player that makes it possible to publish an RSS feed containing the names of recently played songs.
The feed can be published both locally and on the Internet.
Download (0.24MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1559 downloads
SMPlayer 0.1
SMPlayer is a utility to play media file via the media player MPlayer. more>>
SMPlayer is a utility to play media file via the media player MPlayer. Files can be selected by a File-Selection-Dialog or by Drag-and-Drop.
By now it supports only basic functionality:
Select File, Play File, Seek, Switch to Fullscreen, adjust volume.
During playback a progress bar is shown.
<<lessBy now it supports only basic functionality:
Select File, Play File, Seek, Switch to Fullscreen, adjust volume.
During playback a progress bar is shown.
Download (0.68MB)
Added: 2007-03-18 License: GPL (GNU General Public License) Price:
962 downloads
PyMediaServer 0.6.0
PyMediaServer is a barebones UPnP-based Media Server for use with a Netgear MP101 Digital Music Player. more>>
PyMediaServer is a barebones UPnP-based Media Server for use with a Netgear MP101 Digital Music Player.
PyMediaServer currently:
- supports the Netgear MP101 and has not been tested with any other UPnP client devices
- Supports browsing MP3s (only MP3s at this point) via the UPnP ContentDirectory service, but only provides organization by directories (that is, it does not support an Artist category, Genre category, etc.)
- Supports ordering MP3s found in a given folder via track number if those track numbers are available via ID3v2
- Supports playing MP3s via RTSP and RTP/UDP to the MP101
Development is currently in progress to add support for organization by Artist, Genre, and Alblum. Additional features Id like to include are:
- Playlist support
- Internet Radio support
- PyGTK Interface
- Improved Installer
- WMA support
- Additional Media Player support
Installing and Running
The installation process at the moment is straightforward, though there are some noted issues with it.
In a nutshell I recommend downloading the source to /usr/src or /usr/local/src and then running install.sh in the pymediaserver directory. This merely creates a link from /usr/bin/pymediaserver to the MediaServer.py file. You will have to edit install.sh if you want the link created in a different bin directory.
Running should be straightforward:
pymediaserver /path/to/mp3s/ to load a new set of content
Note that /path/to/mp3s/ is an absolute path and should be readable by the user from which pymediaserver is launched (robustness isnt supported yet).
If no arguments are presented to pymediaserver it will try to load a stored dictionary in $HOME/.pymediaserver/. If one doesnt exist it will fail (probably with a nasty traceback).
Enhancements:
- The non-graphical version no longer requires GTK+ or X in any fashion, allowing it to be started as a daemon.
- The Media Directory is now read directly from the Amarok database if available using a SQLite interface.
- Error handling when encountering malformed ID3 tags was improved along with the handling of character encoding of MP3 titles.
<<lessPyMediaServer currently:
- supports the Netgear MP101 and has not been tested with any other UPnP client devices
- Supports browsing MP3s (only MP3s at this point) via the UPnP ContentDirectory service, but only provides organization by directories (that is, it does not support an Artist category, Genre category, etc.)
- Supports ordering MP3s found in a given folder via track number if those track numbers are available via ID3v2
- Supports playing MP3s via RTSP and RTP/UDP to the MP101
Development is currently in progress to add support for organization by Artist, Genre, and Alblum. Additional features Id like to include are:
- Playlist support
- Internet Radio support
- PyGTK Interface
- Improved Installer
- WMA support
- Additional Media Player support
Installing and Running
The installation process at the moment is straightforward, though there are some noted issues with it.
In a nutshell I recommend downloading the source to /usr/src or /usr/local/src and then running install.sh in the pymediaserver directory. This merely creates a link from /usr/bin/pymediaserver to the MediaServer.py file. You will have to edit install.sh if you want the link created in a different bin directory.
Running should be straightforward:
pymediaserver /path/to/mp3s/ to load a new set of content
Note that /path/to/mp3s/ is an absolute path and should be readable by the user from which pymediaserver is launched (robustness isnt supported yet).
If no arguments are presented to pymediaserver it will try to load a stored dictionary in $HOME/.pymediaserver/. If one doesnt exist it will fail (probably with a nasty traceback).
Enhancements:
- The non-graphical version no longer requires GTK+ or X in any fashion, allowing it to be started as a daemon.
- The Media Directory is now read directly from the Amarok database if available using a SQLite interface.
- Error handling when encountering malformed ID3 tags was improved along with the handling of character encoding of MP3 titles.
Download (0.031MB)
Added: 2007-04-21 License: GPL (GNU General Public License) Price:
918 downloads
Exaile 0.2.10
Exaile is a media player aiming to be similar to KDEs AmaroK, but for GTK+. more>>
Exaile project is a media player aiming to be similar to KDEs AmaroK, but for GTK+. It incorporates many of the features from AmaroK (and other media players) like automatic fetching of album art, handling of large libraries, lyrics fetching, artist/album information via the wikipedia, last.fm support, and optional iPod support (assuming you have python-gpod installed).
In addition, it includes a built in shoutcast directory browser, tabbed playlists (so you can have more than one playlist open at a time), blacklisting of tracks (so they dont get scanned into your library), downloading of guitar tablature from fretplay.com, and submitting played tracks on your iPod to last.fm.
<<lessIn addition, it includes a built in shoutcast directory browser, tabbed playlists (so you can have more than one playlist open at a time), blacklisting of tracks (so they dont get scanned into your library), downloading of guitar tablature from fretplay.com, and submitting played tracks on your iPod to last.fm.
Download (0.29MB)
Added: 2007-07-14 License: GPL (GNU General Public License) Price:
835 downloads
KPlayer 0.6.3
KPlayer is a KDE media player based on MPlayer. more>>
KPlayer project is a KDE media player based on MPlayer. With KPlayer you can easily play a wide variety of video and audio files and streams using a rich and friendly interface that follows KDE standards.
KPlayer is available in Catalonian, Czech, Danish, English, Finnish, French, German, Hungarian, Italian, Polish, Portugese, Russian, Simplified Chinese, Spanish and Swedish languages.
Main features:
- video, audio and subtitle playback from file, URL, DVD, VCD, audio CD, TV, DVB, etc., as well as KDE I/O Slaves;
- volume, contrast, brightness, hue and saturation controls;
- zooming, full screen and fixed aspect options;
- status and progress display and seeking;
- playlist;
- message log;
- configuration dialog;
- file properties for setting file specific options.
<<lessKPlayer is available in Catalonian, Czech, Danish, English, Finnish, French, German, Hungarian, Italian, Polish, Portugese, Russian, Simplified Chinese, Spanish and Swedish languages.
Main features:
- video, audio and subtitle playback from file, URL, DVD, VCD, audio CD, TV, DVB, etc., as well as KDE I/O Slaves;
- volume, contrast, brightness, hue and saturation controls;
- zooming, full screen and fixed aspect options;
- status and progress display and seeking;
- playlist;
- message log;
- configuration dialog;
- file properties for setting file specific options.
Download (4.2MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
518 downloads
RJBs Digital Media Center 2.0
RJBs Digital Media Center is a music player. more>>
RJBs Digital Media Center is a music player.
RJBs Digital Music Center is designed to run on dedicated hardware. Because of this. It running as root. Very dangerous. Other than grabbing the X display and calling stop and halt scripts. It should be able to run as a non-root user. I will look into this on future releases.
Install steps:
(1) Install Nvidia Graphics Card.
(2) Plug X10 or IRMan control module into Com1.
(3) Connect Computer to Television
(4) Install RedHat 9.0
(5) During RedHat install select "Server Install"
(5) During package selection
(a) Select The Following Packages
X Window System
Sound and Video
Windows File Server
Development Tools
X Software Development
(b) De-Select The Following Packages
Printing Support
Text Based internet
Server Configuration Tools
Web Server
Administration Tools
(6) Identify or Create a directory for your Media files.
mkdir /usr/local/Media
Would be a good choice. The install script will ask and expect this path to exist. It will create a symbolic link to it. Also create symbolic link inside to for Cdrom to /mnt/cdrom
(7) As root UnZip/Tar the DMC release in /usr/local
cd /usr/local
tar zxvf dmc-releaseV2.0.tgz.tgz
(8) If your System is a HP DEC then you need to copy from the original HP disk the binary decvfdcmd.
cp /opt/odin/dec/bin/decvfdcmd /tmp
This binary controls the front LCD display.
The install script will ask for this path.
(9) As root run the DMC Install Script.
cd /usr/local/dmc/bin
./Install.sh
(10) Answer questions and follow instructions
(11) Good Luck!
Main features:
- One that would connect to a TV.
- Be controlled by a remote (X10 or IRman).
- Play Video Files (.mpg .avi).
- Support Monkeys Audio along with mp3 and wavs.
- Display CD Cover Art
- Mounts music from a network server.
- UNIX based.
- XFree86 based.
- 100% C-Code (Very Fast).
<<lessRJBs Digital Music Center is designed to run on dedicated hardware. Because of this. It running as root. Very dangerous. Other than grabbing the X display and calling stop and halt scripts. It should be able to run as a non-root user. I will look into this on future releases.
Install steps:
(1) Install Nvidia Graphics Card.
(2) Plug X10 or IRMan control module into Com1.
(3) Connect Computer to Television
(4) Install RedHat 9.0
(5) During RedHat install select "Server Install"
(5) During package selection
(a) Select The Following Packages
X Window System
Sound and Video
Windows File Server
Development Tools
X Software Development
(b) De-Select The Following Packages
Printing Support
Text Based internet
Server Configuration Tools
Web Server
Administration Tools
(6) Identify or Create a directory for your Media files.
mkdir /usr/local/Media
Would be a good choice. The install script will ask and expect this path to exist. It will create a symbolic link to it. Also create symbolic link inside to for Cdrom to /mnt/cdrom
(7) As root UnZip/Tar the DMC release in /usr/local
cd /usr/local
tar zxvf dmc-releaseV2.0.tgz.tgz
(8) If your System is a HP DEC then you need to copy from the original HP disk the binary decvfdcmd.
cp /opt/odin/dec/bin/decvfdcmd /tmp
This binary controls the front LCD display.
The install script will ask for this path.
(9) As root run the DMC Install Script.
cd /usr/local/dmc/bin
./Install.sh
(10) Answer questions and follow instructions
(11) Good Luck!
Main features:
- One that would connect to a TV.
- Be controlled by a remote (X10 or IRman).
- Play Video Files (.mpg .avi).
- Support Monkeys Audio along with mp3 and wavs.
- Display CD Cover Art
- Mounts music from a network server.
- UNIX based.
- XFree86 based.
- 100% C-Code (Very Fast).
Download (8.2MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1181 downloads
Easy Media Desktop 0.5
Easy Media Desktop is a user-friendly media player for the mobility impaired. more>>
Easy Media Desktop is meant as a user-friendly interface to working with different types of media.
Its primarily designed to be used by mobility impaired users that may be using a specialized interface that allows special switches to send signals to a PC as mouse clicks.
<<lessIts primarily designed to be used by mobility impaired users that may be using a specialized interface that allows special switches to send signals to a PC as mouse clicks.
Download (0.008MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
1634 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above whaaw media player 0.2.0 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed