liyofx / dolphin-player

Automatically exported from code.google.com/p/dolphin-player
0 stars 0 forks source link

broken on honeycomb x86 #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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