Dolphin Player crashes when running on Google TV
GoogleCodeExporter opened this issue · comments
Google Code Exporter commented
What steps will reproduce the problem?
1.Run x86 version of Dolphin Player on Google TV (Logitech Revue)
2.Browse to video
3.Try and open, but will crash
What is the expected output? What do you see instead?
I expect to see the video player playing the video. It works fine on the arm
android simulator but I've got no way of testing any other x86 device. Instead
I get a message which says that there was an unexpected error, and in the
LogCat I get java.lang.UnsatisfiedLinkError: Couldn't load ffmpeg: findLibrary
returned null.
What version of the product are you using? On what operating system?
I'm using the latest build from git for dolphin-player and using the 1.2 x86
.apk libs. I'm trying to run it on Logitech's Revue Google TV, which is running
Android 3.1.
Please provide any additional information below.
The Logitech Revue has an Intel Atom chip.
Original issue reported on code.google.com by akah...@gmail.com
on 27 May 2012 at 10:35
Google Code Exporter commented
Hi,
Unsatisfied link error for ffmpeg during development testing means that
libs/armeabi <- for arm version
libs/x86 <- for x86 version should have the libffmpeg.so. Please copy the
corresponding x86 libffmpeg.so to this directory.
Have you taken the p86 source code.(This source code corresponds to x86
version). p directory corresponds to arm compilation.
Dolphin Player 1.2 x86 apk was tested in Virtual Box based x86 android and was
playing audio and video files. Video files were lagging in Virtual Box.
I donot have the physical device to test and get back to you.
Is it possible to debug the Dolphin Player with your device based on the x86
source code ?
Please feel free to send the details/issues to my email id.
Thanks,
Aatral
Original comment by aatrala
on 28 May 2012 at 1:16
Google Code Exporter commented
Hi,
I tested the p86 source code with the p86 apk .so lib files. and it still
doesn't work. I tested this on my actual Logitech Revue device. I'll debug
it and get back to you to see if i get anything else.
Thanks.
Ankur
Original comment by akah...@gmail.com
on 28 May 2012 at 8:27
Google Code Exporter commented
I've Just found out that NDK is not currently supported on Google TV, so
this is why i've not been able to get anything built with ndk to work. So
it's not a problem with dolphin-player.
Original comment by akah...@gmail.com
on 28 May 2012 at 4:29
Google Code Exporter commented
Thanks for the update
Original comment by aatrala
on 28 May 2012 at 7:29
- Added labels: Type-Other
- Removed labels: Type-Defect