m-o / dolphin-player

Automatically exported from code.google.com/p/dolphin-player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broken on honeycomb x86

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Install on honeycomb android-x86 eeePC
2. Launch application
3. Play any video (h264 or divx)

What is the expected output? What do you see instead?
Video Playback, instantly exits playback window back to video file browser.

What version of the product are you using? On what operating system?
Android-x86 honeycomb eeepc build (RC2).  Looks like others are having the same 
issue on armv7 tablets (Xoom) on honeycomb also (google-market comments).

Please provide any additional information below.


Original issue reported on code.google.com by mhungerf...@gmail.com on 28 Nov 2011 at 9:21

Can you test this version and let me know the feedback:
For x86 devices, Use DolphinPlayer_1.2_x86.apk

For arm V6+VFP or V7Neon, =>Use the relevant apk in downloads section

Thanks,
Aatral


Original comment by aatrala on 30 Nov 2011 at 7:03

I was testing the 1.2_x86 version on android-x86 honeycomb. Didn't see a 
download link for 1.1 for x86.

Original comment by mhungerf...@gmail.com on 5 Dec 2011 at 6:07

Reproducible issue on Motorola Xoom (Honeycomb) with version 1.2 of the app 
(for armv7, which the xoom is).  The 1.1 version of the app works fine on the 
Xoom.

Original comment by mhungerf...@gmail.com on 5 Dec 2011 at 6:08

x86 build is supported from 1.2 version onwards. 

If Force close issue is observed, while trying to play a file, then the 
corresponding build is not compatible with the device. Current variants of 
build available are (x86, v5-generic, v6+vfp, neon)

version 1.2 supports frame skip algorithm. If video is not properly displayed 
with more frames being skipped, then video skip algorithm available in version 
1.2, is to be improved or disabled. 



Original comment by aatrala on 2 Jan 2012 at 2:05

[deleted comment]
[deleted comment]
Thank you for your quick answer Aatrala,

Skipping like video experience still happens in MP4 and .TS video files after 
disabling BROOV_VIDEO_SKIP. I see "High Skip 2" and "Very High Skip 2" 
notifications in logcat continuously, which I thought is the indication of 
frame skip. 

Original comment by gok...@gmail.com on 2 May 2012 at 6:30

Line number: 2770 in broov_player.cpp
g_skip_frames = 1; (Change this to 0, global skip frames to false).

Let me know, if this works now.

Previous version 1.1 checked in git does not have the frame skip algorithm 
enabled by default.

Original comment by aatrala on 2 May 2012 at 7:02

[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
Latest version 2.0 is updated in Downloads with various bugfixes and features. 
Let me know your feedback, whether this issue can be closed.

Thanks,
Aatral

Original comment by aatrala on 15 Jun 2012 at 10:35