maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   KMPlayer 0.10.6-2 now in extras-testing (https://talk.maemo.org/showthread.php?t=79012)

koos 2011-10-13 21:59

KMPlayer 0.10.6-2 now in extras-testing
 
Took a while, but finally I pushed the development version for the N900 to extras-testing. The noticeable changes compared to the current stable version 0.10.5 are:

* Many smilText and expressions for SMIL state improvements
* Fix playing files in directories containing utf8 characters
* -max option for knpplayer that uses the full screen area
* Add pseudo process that first tries gstreamer and then mplayer

B.t.w. for harmattan the porting efforts can be found at https://garage.maemo.org/frs/?group_id=42 and WorldTV at https://garage.maemo.org/frs/?group_id=753

Acidspunk 2011-10-14 19:22

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Thanks koos! Seems to be working fine.

koos 2011-11-26 14:26

0.10.9.906-1 harmattan edition
 
2 Attachment(s)
In this latest edition, an extra on-screen 'back' button is added to easily navigate between playlist, using the forward button, and video window. As you can see in the screenshots, the buttons and playlist now nicely blend with the video.
So now one can search for a new channel while still watching the running one. Nice thing is that it hardly has an impact on the kinetic scrolling performance.

What do you think of this?

Btw, www.my-meego.com, despite its outdated description is now linked to 0.10.9.906-1

lanwellon 2011-12-09 05:16

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Hi, Koos

I have a question about kmplayer on N9 now.

I get the mplayer for Harmattan here : http://talk.maemo.org/showthread.php?t=80031

and use kmplayer from https://garage.maemo.org/projects/kmplayer/ as the frontend.

On N900, In SiB (another frontend for mplayer), I can enable the "framedrop" function by clicking "Ctrl + D".

As we all know, N9 does not have a HW keyboard like N900/N950,

So it is impossible to do this,

My question is, can you help to build a "Drop Frame" button in the next release ?

Besides, I do not know what is the "+" button for ? Is this a framedrop button already ? It seems not.

Thanks.

koos 2011-12-09 18:30

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Quote:

Originally Posted by lanwellon (Post 1135297)
I have a question about kmplayer on N9 now.

Found this message on four places now :)
For now I answered it on meego handset forum. Don't know what's the best place anymore. I thought talk.maemo.org is going away next year, don't know its status now that meego is dead.

nkirk 2011-12-10 10:00

Re: KMPlayer 0.10.6-2 now in extras-testing
 
koos, km player suddenly quits while browsing through folders, it it a known issue? will there be any fixes for it?

koos 2011-12-11 13:39

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Quote:

Originally Posted by nkirk (Post 1135802)
koos, km player suddenly quits while browsing through folders, it it a known issue? will there be any fixes for it?

Unknown to me. I assume you mean the n900 0.10.6-2 edition btw.
Can you reproduce it? If so, maybe describe the browsing pattern. And maybe any other information that may affect kmplayer (like an overclocked system).

immi.shk 2011-12-11 14:01

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Quote:

Originally Posted by nkirk (Post 1135802)
koos, km player suddenly quits while browsing through folders

same here... :(

nkirk 2011-12-11 14:16

Re: KMPlayer 0.10.6-2 now in extras-testing
 
yes the latest one. cant reproduce it but it happens randomly but often when i try to browse.

1: when you hit "open" icon.
2: open and scrolling.
3: open> when selecting a file

Player just quits in all of the above scenarios.

Happens with a modest OC and without too.


Edit:

Not sure this is caused due to too much under volting (SR), will report back after testing with sane voltages.

koos 2011-12-11 15:02

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Quote:

Originally Posted by nkirk (Post 1136213)
yes the latest one. cant reproduce it but it happens randomly but often when i try to browse.

1: when you hit "open" icon.
2: open and scrolling.
3: open> when selecting a file

Player just quits in all of the above scenarios.

Happens with a modest OC and without too.


Edit:

Not sure this is caused due to too much under volting (SR), will report back after testing with sane voltages.

Okay so this is related to the file dialog then. I just ran valgrind in scratchbox and indeed got lots of errors at when opening the file dialog.
Now I wonder where that comes from, nothing has changed in this area (famous last words of course :)

koos 2011-12-11 20:01

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Hmm, I don't see any miss-use in kmplayer in this respect.

The valgrind errors I see are the same I see in example_file_chooser from Maemoexamples package. See below and note that 'invalid write' are always serious errors.
My scratchbox is up-to-date.

==12732== Invalid write of size 4
==12732== at 0x6967AE5: (within /targets/FREMANTLE_X86/usr/lib/libhildon-1.so.0.18.7)
==12732== by 0x6FED50B: (within /targets/FREMANTLE_X86/usr/lib/libgdk-x11-2.0.so.0.1400.7)
==12732== by 0x73BF6B3: (within /targets/FREMANTLE_X86/usr/lib/libglib-2.0.so.0.2000.3)
==12732== by 0x73BEFBB: g_main_context_dispatch (in /targets/FREMANTLE_X86/usr/lib/libglib-2.0.so.0.2000.3)
==12732== by 0x73C2594: (within /targets/FREMANTLE_X86/usr/lib/libglib-2.0.so.0.2000.3)
==12732== by 0x73C2887: g_main_loop_run (in /targets/FREMANTLE_X86/usr/lib/libglib-2.0.so.0.2000.3)
==12732== by 0x6AF74F8: gtk_main (in /targets/FREMANTLE_X86/usr/lib/libgtk-x11-2.0.so.0.1400.7)
==12732== by 0x80494B0: main (in /home/koos/releases/maemo-examples/example_file_chooser)
==12732== Address 0x8b9951c is 372 bytes inside a block of size 520 free'd
==12732== at 0x690C7B9: free (in /targets/FREMANTLE_X86/usr/lib/valgrind/x86-linux/vgpreload_memcheck.so)
==12732== by 0x73C6B1B: g_free (in /targets/FREMANTLE_X86/usr/lib/libglib-2.0.so.0.2000.3)
==12732== by 0x73DBF14: g_slice_free1 (in /targets/FREMANTLE_X86/usr/lib/libglib-2.0.so.0.2000.3)
==12732== by 0x737444C: g_type_free_instance (in /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x735641D: g_object_unref (in /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x735692F: g_object_run_dispose (in /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x6B1D81E: gtk_object_destroy (in /targets/FREMANTLE_X86/usr/lib/libgtk-x11-2.0.so.0.1400.7)
==12732== by 0x6C08798: gtk_widget_destroy (in /targets/FREMANTLE_X86/usr/lib/libgtk-x11-2.0.so.0.1400.7)
==12732== by 0x6A4DCE8: (within /targets/FREMANTLE_X86/usr/lib/libgtk-x11-2.0.so.0.1400.7)
==12732== by 0x6A7B457: gtk_container_foreach (in /targets/FREMANTLE_X86/usr/lib/libgtk-x11-2.0.so.0.1400.7)
==12732== by 0x6A7DDC4: (within /targets/FREMANTLE_X86/usr/lib/libgtk-x11-2.0.so.0.1400.7)
==12732== by 0x736136C: g_cclosure_marshal_VOID__VOID (in /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x7352D84: (within /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x735456A: g_closure_invoke (in /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x7369DE3: (within /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x736B509: g_signal_emit_valist (in /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x736B85A: g_signal_emit (in /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x6B1DAC0: (within /targets/FREMANTLE_X86/usr/lib/libgtk-x11-2.0.so.0.1400.7)
==12732== by 0x6C084C0: (within /targets/FREMANTLE_X86/usr/lib/libgtk-x11-2.0.so.0.1400.7)
==12732== by 0x7356927: g_object_run_dispose (in /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x6B1D81E: gtk_object_destroy (in /targets/FREMANTLE_X86/usr/lib/libgtk-x11-2.0.so.0.1400.7)
==12732== by 0x6C08798: gtk_widget_destroy (in /targets/FREMANTLE_X86/usr/lib/libgtk-x11-2.0.so.0.1400.7)
==12732== by 0x6B1EA93: (within /targets/FREMANTLE_X86/usr/lib/libgtk-x11-2.0.so.0.1400.7)
==12732== by 0x6A7B457: gtk_container_foreach (in /targets/FREMANTLE_X86/usr/lib/libgtk-x11-2.0.so.0.1400.7)
==12732== by 0x6A7DDC4: (within /targets/FREMANTLE_X86/usr/lib/libgtk-x11-2.0.so.0.1400.7)
==12732== by 0x736136C: g_cclosure_marshal_VOID__VOID (in /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x7352D84: (within /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x735456A: g_closure_invoke (in /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x7369DE3: (within /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)
==12732== by 0x736B509: g_signal_emit_valist (in /targets/FREMANTLE_X86/usr/lib/libgobject-2.0.so.0.2000.3)

praveenchand 2011-12-12 08:07

Re: KMPlayer 0.10.6-2 now in extras-testing
 
I already have KMPlayer installed. I did not get any update also I couldn't find any in HAM. How to check the current version of KMPlayer.

koos 2011-12-12 17:53

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Quote:

Originally Posted by praveenchand (Post 1136454)
I already have KMPlayer installed. I did not get any update also I couldn't find any in HAM. How to check the current version of KMPlayer.

It should be in the application manager list. But you could also open the terminal application and run

dpkg -l kmplayer

koos 2011-12-12 18:07

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Quote:

Originally Posted by koos (Post 1136307)
The valgrind errors I see are the same I see in example_file_chooser from Maemoexamples package. See below and note that 'invalid write' are always serious errors.

Bug reported https://bugs.maemo.org/show_bug.cgi?id=12529

olympus 2011-12-20 16:19

Re: KMPlayer 0.10.6-2 now in extras-testing
 
I installed the KMPlayer and mplayer on the Nokia N9 and so far it's working great. There's only one thing, my operator is providing mobile TV and i'd like to play it with the KMPlayer instead of the default player but it doesn't work. Any suggestions?

koos 2012-01-15 19:37

Re: KMPlayer 0.10.6-2 now in extras-testing
 
B.t.w. kmplayer users on Harmattan may want to upgrade.
New icon, opml support and using transfer UI at https://garage.maemo.org/frs/?group_id=42

Changes for 0.10.9.907-1:
* Update icon to harmattan style
* Use transferUI for displaying the downloads
* Support Outline Processor Markup Language as playlist file
* SMIL audio/video synchronisation fix and a few minor issues found on http://www.multimedia4everyone.com/

Not all SMIL links work on the above site work with kmplayer, simultaneous audio/video, pre-fetching and pan zoom on video are not supported.

I will try to squeeze out a new development edition for the N900. E.g. today I did some experiments using Xv colorkey on the N900, works but does not have the CPU usage drop of the X server process I saw on the N950.

Temporal 2012-03-04 08:31

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Hi, is it possible to make kmplayer to include other file extensions while making a playlist (also, is it possible to change the order of the playlist items)?

Thanks!

Temporal 2012-06-16 15:55

Re: KMPlayer 0.10.6-2 now in extras-testing
 
I believe a double post is not so bad in this case (to push another Idea):

Is it possible to include BT support? It is now my main video player, but most of the time I have to just listen to the thing, so, bluetooth support for pause/stop would be much much appreciated.

Thank you!

koos 2012-12-09 11:56

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Quote:

Originally Posted by koos (Post 1150989)
I will try to squeeze out a new development edition for the N900. E.g. today I did some experiments using Xv colorkey on the N900, works but does not have the CPU usage drop of the X server process I saw on the N950.

Better late than never, 0.10.6.900 now in extras-devel for N900. Changes

* Improve the seek interaction
* Seek -20/20s with prev/next buttons when playing a single file
* Port using Xv colorkey usage from 0.10.9.905, gstreamer only
* Port support Outline Processor Markup Language
* Port SMIL fixes up to 0.10.9.910

(0.10.9.9xx being the harmattan port)

Didn't enable Xv colorkey for mplayer as that uses a lot more cpu when enabled. When using gstreamer however, the X11 server may actually use a little bit less cpu than before, not so noticeable as on harmattan. You will get nice transparent on-display buttons though and, when using SMIL, can put text/images on top of the video.

praveenchand 2012-12-10 06:11

Re: KMPlayer 0.10.6-2 now in extras-testing
 
how to update...not showing up in HAM....or apt-get..?

seanmcken 2012-12-10 07:15

Re: KMPlayer 0.10.6-2 now in extras-testing
 
hay buddy can do smthing for taking screenshot frm video on kmplayer

bocephus 2012-12-14 17:30

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Great! Thanks a lot, koos. I use KMPlayer all the time.

imo 2012-12-15 02:08

Re: KMPlayer 0.10.6-2 now in extras-testing
 
is it possible to add an option for kmplayer to use it as default player ,to play every file with options such as media player,km player ?? Or simply use kmplayer as default ?

nisheet 2012-12-15 03:20

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Quote:

Originally Posted by imo (Post 1304689)
is it possible to add an option for kmplayer to use it as default player ,to play every file with options such as media player,km player ?? Or simply use kmplayer as default ?

check here--http://talk.maemo.org/showthread.php?t=85010

Alecsandru 2013-10-08 13:25

Re: KMPlayer 0.10.6-2 now in extras-testing
 
0.11.3d could be ported to n900?
the changelog is huge

hyno111 2013-10-08 14:44

Re: KMPlayer 0.10.6-2 now in extras-testing
 
Quote:

Originally Posted by Alecsandru (Post 1379318)
0.11.3d could be ported to n900?
the changelog is huge

Maybe someone should update mplayer or gstreamer first.

Alecsandru 2013-10-08 15:00

Re: KMPlayer 0.10.6-2 now in extras-testing
 
or maybe 2 of them
gstreamer is a long shot
mplayer and kmplayer I think is doable if someone has time for them


All times are GMT. The time now is 12:18.

vBulletin® Version 3.8.8