-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Open-PC.com   
Apps
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login

-
- Content .- Fans  .- Knowledge Base  . 

KMPlayer

   0.11.1b  

KDE Video Application

KMPlayer
zoom


KMPlayer
zoom


KMPlayer
zoom


Link:  http://kmplayer.kde.org
Depends on:  KDE 4.x
Downloads:  53095
Submitted:  Jan 8 2004
Updated:  Jun 17 2009
Score: 
score85%85%score
 85% good
bad   good

Description:

Video player plugin for Konqueror using MPlayer, Xine, a NS Plugin loader or GStreamer. Like MPlayer, the Xine and GStreamer backend are out-of-process players. So it will not crash konqueror when Xine or GStreamer crashes.
Also a simple tool for video playing and recording. Supports many playlist formats, including PLS, M3U, ASX, XSPF, SMIL and podcast RSS/Atom, plays all links directly from the internet. Other specialties are DVD, CDROM, VCD and VDR support.




Changelog:

More porting to KDE4. Playlist generators for local media files, youtube, blip.tv and shoutcast.

Changes since version 0.11.1a
- Hopefully fix crash reported in bugs.kde.org:195464
- Implement animateColor
- Don't set plugins background color (bugs.kde.org:161282)
- Fix animation timer not killed
- Update hardcoded flash version to 10.0r22
- Fix audio previews with flash on www.7digital.de (bugs.kde.org:193843)
- Fix slider for scaling the video
Changes since version 0.11.1
- Add title to blip.tv information page
- Enable more text attributes for smilText
- Fix resizing generators information page making text area smaller
- Fix title on youtube information page started with a newline
Changes since version 0.11.0a
- Merged generators from Maemo port
- Enable clear history
- Also a summary if RSS has media tags
- Implement still missing tvscanner using it (FWIW)
- Support SMIL region backgroundOpacity and media type mediaBackgroundOpacity
- Save toolbar settings
- Don't set aspects for NPP
- Support 'fill="transition"` inside SMIL 'seq' tags
- Support more than one begin and end triggers for SMIL elements
- Fix playing paths having spaces




LicenseLGPL
(Stable KDE4 0.11.1b)
(Stable KDE3 0.10.0c)
send to a friend
subscription
other apps from koos

goto page: prev  ... 9  10  11  12  13  14  15  16  17 

-

 Build SVN/KDE3 versi

 
 by tmac on: Feb 1 2008
 

Hello again, I'm not sure if this is the right place to post this, but I get a compilation error when building the KDE3 SVN version. I have daownloaded the 0.10.0c source and copied the src/* files from the SVN version into the src/ directory in the 0.10.0c sources. Then I ran
make -f admin/Makefile.common
./configure --prefix=/usr/local/stow/kmplayer/ --without-gstreamer --without-arts

When I then run make I get the following compilation error:

make[2]: Entering directory `/home/tmac/src/kmplayer/kde/kmplayer-0.10.0c/src'
/bin/sh ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde/kio -I/usr/include/kde -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT kmplayer_part.lo -MD -MP -MF .deps/kmplayer_part.Tpo -c -o kmplayer_part.lo kmplayer_part.cpp
kmplayer_part.cpp: In constructor 'KMPlayerPart::KMPlayerPart(QWidget*, const char*, QObject*, const char*, const QStringList&)':
kmplayer_part.cpp:193: warning: 'setObject' is deprecated (declared at /usr/include/kde/kstaticdeleter.h:85)
kmplayer_part.cpp: At global scope:
kmplayer_part.cpp:427: warning: unused parameter 'p'
kmplayer_part.cpp: In member function 'bool KMPlayerPart::startUrl(const KURL&, const QString&)':
kmplayer_part.cpp:649: error: 'KUrl' was not declared in this scope
kmplayer_part.cpp:654: error: no matching function for call to 'KMPlayerPart::openUrl(KURL)'
kmplayerpartbase.h:167: note: candidates are: virtual void KMPlayer::PartBase::openUrl(const KURL&, const QString&, const QString&)
kmplayer_part.cpp: In member function 'void KMPlayerPart::pictureClicked()':
kmplayer_part.cpp:665: error: no matching function for call to 'KMPlayerPart::openUrl(KURL)'
kmplayerpartbase.h:167: note: candidates are: virtual void KMPlayer::PartBase::openUrl(const KURL&, const QString&, const QString&)
make[2]: *** [kmplayer_part.lo] Error 1
make[2]: Leaving directory `/home/tmac/src/kmplayer/kde/kmplayer-0.10.0c/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tmac/src/kmplayer/kde/kmplayer-0.10.0c'
make: *** [all] Error 2


reply to this

-

 Re: Build SVN/KDE3 versi

 
 by koos on: Feb 1 2008
 

fixed! (didn't test it with non-cairo build)


reply to this

-
.

 Re: Re: Build SVN/KD

 
 by tmac on: Feb 1 2008
 

I have now got it working, after one last hickup. I got a compilation error in kmplayerprocess.cpp which I fixed. It was something about a + operator on line 1143. I removed the + operator after the += there, and after that the compilation could get past that point. So it works great now. This is a great improvement, usability-wise. Thank you very much for fixing my problems so quickly :-)


reply to this

-

 KDE4 version

 
 by tmac on: Mar 8 2008
 

Hello, with the latest SVN-version together with KDE4.0.2, kmplayer tries to play Flash applets with Mplayer instead of libflashplayer.so. I have manually edited kmplayerrc as described in the News section on kmplayer's homepage:

[application/x-shockwave-flash]
player=npp
plugin=/usr/lib/flashplugin-nonfree/libflashplayer.so

In addition, I have configured the x-shockwave-flash mime setting in KDE.

E.g. at youtube, the "OnDemand" image is first displayed instead of the flash video. After clicking on the image, a grey rectangle appears. Looking at .xsession-errors shows that it is attempted to use mplayer to play the SWF file.

KMplayer was compiled with Cairo and dbus-glib support.


reply to this

-

 Re: KDE4 version

 
 by koos on: Mar 22 2008
 

Look if the knpplayer is build and you have 'Ice Ape' as player listed.

This is what's tested for npp
dbus-glib-1, gtk+-x11-2.0, gthread-2.0
So make sure you have the development packages installed (eg. run
pkg-config --libs dbus-glib-2 gtk+-x11-2.0 gthread-2.0)


reply to this

-
.

 Add bookmarks?

 
 by HenrikA on: May 1 2008
 

Hey,
Is it possible to add bookmarks for some swedish radio stations (like the ones here: http://www.kde-apps.org/content/show.php/Swedish+Internet+Radio+Stations?content=70751)? If so, where do I submit them and in what format?

//Henrik


reply to this

-

 KDE3?

 
 by pejakm on: Sep 2 2008
 

Is it possible to compile this under KDE 3?


reply to this

-

 Wrong Link

 
 by dchipper on: Jan 26 2009
 

The download link gives me 0.11.0RC3 instead of 0.11.0a.


reply to this

-

 Re: Wrong Link

 
 by koos on: Jan 26 2009
 

Thanks, it was set to upload instead of the link to kmplayer.kde.org


reply to this

goto page: prev  ... 9  10  11  12  13  14  15  16  17 

add commentback




-
-
all messages
openDesktop.org Facebook App

Partners
Place Your Link Here!
online casino bonus

-
Best Twitter Client
 Official Twitter Web Interface
 Choqok
 Plasma Twitter Applet
 Twitux
 gTwitter
 Spaz
 Twitterfox
 Gwibber
 Qwit
 TweetDeck
 Other
 Not using Twitter

resultmore
Cool Sites
iPhone Hintergrundbilder

 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge Base
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About KDE-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2003-2010 KDE-Apps.org Team  
All rights reserved. KDE-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
KDE and K Desktop Environment are trademarks of KDE e.V.