0


I have downloaded MPlayer from Android market and it works quite well. But inspection of libmplayer.so (downloaded with the Android app) appears to reference all command-line options, mplayer.conf, log.txt, and everything else needed to set options and get log output, but it's unclear how to enable these.

When apps are ported from Linux to Android, is there a standard procedure for enabling config files?

Reference links:
MPlayer – changing ‘ao=’ codec order in mplayer.conf does not appear to work for per user config?

How to execute the dex file in android with command?

How to start an Android application from the command line?

Community
  • 1
  • 1

1 Answers1

0

You might find config files in (hidden) .mplayer or mplayer folder in home directory.

However..

I suggest buying MX Player. It supports most video formats and streaming, and lets you use custom version of ffmpeg.

In Recent version of MX Player DTS & DOLBY audio codec supports are removed from the official MX-Player. If your video has dts/dtshd/ac3/eac3/mlp audio tracks it won't play any audio.

ffmpeg version with extra codecs is available here.

venox
  • 11
  • 2
  • Thank you for you reply. But I am not able to find .mplayer(hidden) or mplayer folder anywhere in Android. I can see these folders in Linux but not in Android. – Harshal Patel Apr 09 '15 at 17:42
  • Also thank you for suggesting MXPlayer. I have already tried that but my options are limited to open source players only and MXPlayer is not open source. – Harshal Patel Apr 09 '15 at 17:48