[APP][4.3+] Torrents 4k | Mega.nz | FTP | Samba | Android TV | Media Library v. 7.0 - Android Apps and Games

Media Library only hi-rez
version: 7.0
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Screenshots:
View attachment 4865857
Features:
1. Player can play 4k-8k Blue-Ray torrents with support for HDR and all the latest technology. It is possible to make playlists of torrent files and use them as music player;
2. Supported playback sources: from memory cards, from other applications, from torrents, from Mega.nz cloud (50GB free), HTTP (+IndexOf), HTTPS, FTP sites or Windows (Samba) directories;
3. Supported streaming algorithms for playing media over the network:
Progressive Streaming (https://habr.com/ru/post/452766/), HLS and all analogues;
4. To save the cache, all external media are supported. The cache may be used to continue downloading data. Multi-threaded write to the cache to increase performance;
5. Load and save playlists to a file. Supported formats: m3u, m3u8;
6. Used torrent library: https://www.libtorrent.org/
7. Supported player modules for playback: Classic, ExoPlayer, VLCPlayer;
8. Supported playback codecs:
video:
MPEG-1/2, DivX® (1/2/3/4/5/6), MPEG-4 ASP, XviD, 3ivX D4, H.261, H.263 / H.263i, H.264 / MPEG-4 AVC, Cinepak, Theora, Dirac / VC-2, MJPEG (A/B), WMV 1/2, WMV 3 / WMV-9 / VC-1, Sorenson 1/3, DV, On2 VP3/VP5/VP6/VP9, Indeo Video v3 (IV32), Real Video (1/2/3/4), AV1;
audio:
MPEG Layer 1/2, MP3 - MPEG Layer 3, AAC - MPEG-4 part3, Vorbis, AC3 - A/52, E-AC-3, MLP / TrueHD>3, DTS, WMA 1/2, WMA 3, FLAC, ALAC, Speex, Musepack / MPC, ATRAC 3, Wavpack, Mod, TrueAudio, APE, Real Audio, Alaw/µlaw, AMR (3GPP), MIDI, LPCM, ADPCM, QCELP, DV Audio, QDM2/QDMC, MACE, Opus;
9. Supported file extensions:
video:
avi, mpeg, flv, mpg, wmv, mp4, mkv, 3gp, amv, asf, divx, mov, mpe, mpeg1, mpeg2, mpeg3, mpeg4, nsv, ogm, ogv, vob, ts, tts.
audio:
flac, mp3, aac, ogg, m4a, wav, alac, amr, aif, ape, mka, opus, wma, xa, xm, mid, ac3;
10. Support for scrobbling everything listened to Last.FM (without additional modules);
11. Reading tags from already downloaded files;
12. Saving the playback position of the tracks;
13. Customizable frame-by-frame rewind;
14. Volume normalization. Experimental setting, works only for video and at a total volume of more than 16%;
15. Optional background playback;
16. Hardware equalizer, with automatic detection of the number of bands;
17. Visualization of music. Light music \ strobe flash camera (experimentally);
18. Horizontal and vertical operating modes. Tablet support;
19. Play in the background;
20. Support Android TV (Optimized for Sony TVs). Management: arrows, media buttons, color buttons: red, green, yellow, blue;
21. Demo sites with constantly updated music, clips and films;
22. Increase channel capacity using peer-to-peer technologies. NMDC protocol (experimental);
23. Experimental, smart mode 3g \ 4g. Turn on and off if necessary;
Language:
- English
- Russian
Articles dedicated to the application (in Russian):
*- Android MediaPlayer. Expanding features with a proxy (https://habr.com/ru/post/241858/)
*- Progressive Streaming technology, or how to watch 4k video over the network, without friezes (https://habr.com/ru/post/452766/)
*- DoubleDomain and freedom (https://habr.com/ru/post/267329/)
Other resources:
Telegram - application chat: https://t.me/media_library
Google Play: https://play.google.com/store/apps/details?id=com.media.library
Version 7.0
What new:
1. Integration with torrents. Beta version, there's a lot more to debug and do.
Thanks for the c++ torrent library: Arvid Norberg, Gubatron. I modified it for use in the player.
Integration adds ability to watch 4k movies directly from torrents without waiting for their download.
You can listen the music and make playlists from torrent files. In the future, this feature will be further developed.
2. All processes of data loading and processing are accelerated with optimization of memory usage.
Version 5.0.4
What new:
- Added ability to rewind using arrows on the remote control in movie mode
- Fixed bugs in the Android TV interface.
Download:
version: 7.0 com.media.library
version: 5.0.4 View attachment app-release.apk
The application used a demo site. In your favorites you can add your sites.
Demo access at ftp://master255.org
login: user
password: 123

Added codecs as planned. The player has become even more unique.
There are no separate codecs in Android. There are "modular players" that contain all these codecs themselves and concurrently reproduce content using the same codecs, because the algorithms for interacting with codecs are very complex. There to decrypt the container, match the codecs ... understand where the audio track, and where the video ...
Well, there are a lot of player modules on the Internet ... there were many candidates. Everyone has their drawbacks and at first I didn’t think of using ExoPlayer, but when I tried to use it, I realized that it is the best in playback quality and speed. Therefore, now it is used by default.
In the future, it is planned to introduce playback of torrent files. So I needed a module to play any video. It turned out to be VLC. At first it seemed very green and with bugs, but then it was possible to get rid of all the bugs and bring it to a stable state.
The application architecture is modular ... so I can add at least 100 different playback submodules.
All the benefits that were previously preserved. Along with the modules, new HLS, Dash streaming algorithms were added - which I do not welcome. They work without saving the file to disk.
The second ExoPlayer module plays content with improved quality. He literally does remastering on the fly. It improves the quality of audio and video, so it is used by default.
The free version 5.0 does not contain some fixes and codecs, and may contain bugs that are already fixed in the paid version.

Updated version. Bug fixes.

Updated version 5.0.3 and 5.1.3. Bug fixes.

At the request of users, the application is optimized for consoles. Including the free version.

The world community can sleep peacefully. The implementation and adaptation of the chunks was successful! Urgently buy USB flash drives in TVs and SD cards in phones! And preferably 256GB or so. Since the films are now huge at 80GB ..
This release completely redesigned the logic for storing data in the cache.
Now there are two kinds of files: integers and chunks. Chunks are cut whole files. Full chunks can be played in exactly the same way as a single file.
The speedometer showed a significant increase in recording speed if recorded in different files and multithreaded. Without this, you can forget about writing cache to external drives. Well, at least to files that are about large 5-10GB .. In this case, the speed increases already on files more than 200MB .. So this will be the default setting.
Finally, a new feature has appeared - file size comparison in the cache and on the network. Previously, there was a problem in that movies with HDVideobox had the same name, for example, “1080.mp4” and the file was played from the cache, even if the movie on the server was of a different size. Now, before downloading, the size is compared and if it does not match, then the local file \ chunks is overwritten.
Due to the new feature, you can now not overwrite files by their size, but overwrite the cache by its maximum size. Chunks, if not even downloaded completely, can be used and downloaded. For example, a 4k movie, accidentally turned on for 10 minutes and turned off, will weigh several gigabytes in the cache and this cache will be used during repeated playback.
On swipe to the right, a mechanism for joining chunks to a file appeared in the playlist. It is very convenient if you need to connect and send something. There is also an automatic connection function, but there are problems with it. It’s not possible to simply take and merge files in Android. Therefore, the player takes the first chunk and copies the other chunks into it. It turns out double-writing the file to disk. Whatever this is, you can uncheck the automatic file connection.
The player is smart - if there is one chunk, then it renames it into a finished file.
It is very interesting to observe the multi-threaded operation of the player by the size of chunks. There sometimes 5 files are written. Streams that download data - they also write to disk. So there are no more threads. They have become smarter.
The default settings for chunks are recommended. The default settings for new features for users updating the application are not being tightened yet. This is temporary. Therefore, you can configure or reset the application memory and get the "factory" settings.
Due to the sharply increased number of use cases and various combinations of checkmarks / protocols, bugs are possible. But if they are, then some small ones that I can correct during the day. Therefore, the algorithms will improve and adapt, as it always has been.
For tests of chunks - in the demo site in the wanted directory is the movie "The First Player Will Get Ready". Cinema 4k, weighs 71GB. Anyone can turn it on. In this case, the speed of the Internet is not important, since you can pause and wait for resumes, and it does not matter how much free space is available - the disk will be saved, only the size of the downloaded traffic.

Playback Blu-Ray 4k torrents for Android TV is ready.

Added support for MQA and Spatial Audio for all formats and devices.

Related

REVIEW: Two new media players: WinVibe and LGC Jukebox

In several of my articles (for example, ROUNDUP: Bluetooth remote control (AVRCP) compatible media players), I’ve reviewed several Pocket PC-based audio players. Now, I elaborate on two (with the second, brand) new Pocket PC players, WinVibe and LGC Jukebox.
WinVibe
This free, Korean player is pretty capable – just look at the feature list at the WinVibe homepage (BabelFish translation here).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It supports Surround/Bassboost/Reverb/Echo effects, playback speed change (see the similar capability of VITO Sound Explorer), Support Showing lyrics when playing music (both ID3 Tag lyrics and LRC / TXT file), button reassignment (unlike LGC Jukebox), HTTP streaming playback (MP3/Ogg Vorbis) and SHOUTcast streaming playback (MP3/Ogg Vorbis). Pretty imporessive!
Unfortunately, it doesn’t support AVRCP (Bluetooth remote control).
Availability, compatibility
It’s available for download here (QVGA) and here (VGA) and, as has already been pointed out, is a free download. I haven’t had any problems on any of my WM2003+ devices. (HTC Wizard, Universal, PL720, WM5-upgraded hx4700, x51v.)
The default skin is Portrait-only; it automatically switches to Portrait when started in landscape.
CPU usage
In the related, recommended AximSite thread, many have complained about the CPU usage. With my standard test 112 kbps MP3 file (Värttinä: Oi dai) and with the default QVGA / VGA skins, I haven’t measured problematic CPU usage at all. It only consumes about 12-13% CPU on my x51v; with maximal reverb, about 14-15. With iPlay, the corresponding figures are 10-12 and 16%, respectively, with Pocket Player, 14-16% (about 1% less with no visualizations) and, finally, with WMP, 11.6-14%.
The case is similar on the overclocked (to 240 MHz) HTC Wizard; on it, the CPU usage is 27% (with reverb/echo at default: 34%; reverb at max: 30%). This is slightly lower than the, by default, 30-31% CPU usage of WMP.
All in all, unless you use custom skins (with visualization), you won’t have CPU usage problems – on the contrary, it’s slightly better than WMP.
Sound effects; their quality
It also supports echo and reverb.
The latter is, unfortunately, REALLY inferior to that of 40 iPlay, the best player in this respect (screenshot of enabling reverb is here). (Note that of iPlay, I could only test the October 2006 version of the player, due to the, to put it mildly, funny “protection” banning out most of the world and also discussed in this AximSite thread. This means I don’t know if the developer has come out a brand new version in the meantime.).
I’ve also compared the reverb / echo effect to the Conduits Pocket Player 3.01 Echo Effect DSP. I’ve found the latter much more unnatural-sounding.
This also means the reverb quality is around that of other reverb-capable Pocket PC media players (for example, Conduits’ Pocket Player).
LGC Jukebox 2.10
The developer of this title, Lonely Cat Games is well established in the Symbian world, unlike on the Pocket PC, where, so far, their only product is the (not-really-recommended) ProfiMail (see the Mailer Bible for more info).
The Pocket PC conversion of their well-known Symbian audio player LGC Jukebox is a brand new release; it’s so new the official homepage of the title doesn’t even show it; it must be downloaded from third-party sites like this. Note that the trial version will only work for 120 minutes.
Compatibility
I haven’t had any problems on any of my WM2003+ devices. (HTC Wizard, Universal, PL720, WM5-upgraded hx4700, x51v).
It’s Landscape-compatible (even left-hand one), unlike WinVibes.
Capabilities
While it supports radio streaming (and has a radio station manager) and offers quick positioning inside a track (as with WinVibe but unlike iPlay – he latter only has buttons for quick forwarding/rewinding), playback-wise, it pretty much lacks: it’s only capable of playing back MP3 and OGG files. No WMA, no Flac, no AAC.
Also, it has absolutely no DSP’s and pretty little visualization; all it offers is equalizer, album art display / download and lyrics display / download (more on this later) support. It doesn’t even let for reassigning hardware buttons (here’s the settings menu), which is a BIG minus – even the most basic players (including WinVibes and, of course, the built-in WMP) allow for this! Needless to say, as with WinVibe, it doesn’t support AVRCP either.
Lyrics support
One of the (not many) strengths of this application is lyrics display and download. Some examples: see this on online searching, this and this on the downloaded lyrics. As can be seen, this is pretty useful at quickly finding lyrics.
It’s also capable of auto scrolling the lyrics; or course, as it’s not Karaoke, it’ll only make guesses on what the current position in the song is. That is, in most cases, auto scroll will be useless.
CPU usage
It’s pretty good: definitely lower than that of WMP and most other players; on the reference x51v: 9.0-9.8%; with an activated equalizer (tested most of them), ~12.5-13.2%. The results were pretty similar on the HTC Wizard (27%, while WMP consumed about ~30-31%).
Verdict
Unfortunately, with WinVibes, you get what you pay for and the situation is even worse with the, in my opinion, pretty basic LGC Jukebox. I’m still waiting for a, battery consumption, AVRCP- and reverb-wise, iPlay-killer title.
UPDATE (02/12/2007): I’ve thoroughly tested the (offline) lyrics, MP3 tag and album art support of the two players.
WinVibe (as of the latest, 4.9.5 version) has turned out
not to support files with .lrc at all (you can, however, (mass-)rename these files to TXT files; then, all will work
to support lyrics .txt files flawlessly
its MP3 lyrics tag support is flawed as can be seen in here – the starting three “Kuin oisin omilla mailla / Oman pellon pientarilla, / Oi” rows are completely missing from the original lyrics. This means it may not display the start of other embedded lyrics either.
Unfortunately, it has absolutely no support for album art or MP3 tags at all.
LGC Jukebox, on the other hand, only supports .LRC files, not embedded lyrics or .TXT files. (The latter, again, can be very easily converted into .LRC files with a simple (mass) file rename.) I should also point out that, while it doesn’t support directory-level album art, it does show embedded thumbnails as can be seen in here. Unfortunately, it doesn’t display MP3 tags at all.
Menneisyys said:
UPDATE (02/12/2007): I’ve thoroughly tested the (offline) lyrics, MP3 tag and album art support of the two players.
WinVibe (as of the latest, 4.9.5 version) has turned out
not to support files with .lrc at all (you can, however, (mass-)rename these files to TXT files; then, all will work
to support lyrics .txt files flawlessly
its MP3 lyrics tag support is flawed as can be seen in here – the starting three “Kuin oisin omilla mailla / Oman pellon pientarilla, / Oi” rows are completely missing from the original lyrics. This means it may not display the start of other embedded lyrics either.
Unfortunately, it has absolutely no support for album art or MP3 tags at all.
LGC Jukebox, on the other hand, only supports .LRC files, not embedded lyrics or .TXT files. (The latter, again, can be very easily converted into .LRC files with a simple (mass) file rename.) I should also point out that, while it doesn’t support directory-level album art, it does show embedded thumbnails as can be seen in here. Unfortunately, it doesn’t display MP3 tags at all.
Click to expand...
Click to collapse
Hallo,
please can you help me. I use Winvibe, if i click on show lyrics i see text of this song. But this text is not showed during the playing.
What do i do wrong?
File with the text has the same name as song and the end of name of file is .txt. it is in the same directory.
Thank for your answer and best regards
Petr
just try 40iplay...
brewde said:
Hallo,
please can you help me. I use Winvibe, if i click on show lyrics i see text of this song. But this text is not showed during the playing.
What do i do wrong?
File with the text has the same name as song and the end of name of file is .txt. it is in the same directory.
Thank for your answer and best regards
Petr
Click to expand...
Click to collapse
See http://forum.xda-developers.com/showthread.php?t=414279
nothin said:
just try 40iplay...
Click to expand...
Click to collapse
...inaccessible for the majority of the world....

Archos Video Player

This Video Player seems to be getting some rave
https://play.google.com/store/apps/...29tLmFyY2hvcy5tZWRpYWNlbnRlci52aWRlb2ZyZWUiXQ..
There is also an ad-free version of this application: http://play.google.com/store/apps/details?id=com.archos.mediacenter.video
ARCHOS makes Video Player app available for all Android tablets and phones (requires Android 4.0 or later)!
The critically acclaimed Archos video player app offers an uncompromised multimedia experience.
- Hardware accelerated video decoding support for most devices and video formats;
- Ability to play content from any computer/network storage in your local network (SMB and UPnP) or from an external USB storage device;
- Automatic online retrieval of Movie and TV show information with poster and backdrop for both local and network content;
- Integrated subtitle downloader;
- Network indexing: import remote shared folders (SMB) in your multimedia library;
- Video browsing with either folder or library based navigation;
- Ubiquitous access to TV shows sorted in a series/season/episode hierarchical view;
- Multi-device network video resume;
- TV friendly: Keyboard/remote control compatible.
* Note that if you experience any issue with video hardware decoding you can force software decoding in Archos Video Player application settings to watch your video.
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Codec alternative https://play.google.com/store/apps/...251bGwsMSwxLDEsImNvbS5tNHJrM3QubGliY29weTIiXQ..
Any ideas why this is showing as "This item is not compatible with your device" for my HP Touchpad running jscullins CM10.
Has anyone tried side loading it?
Until XBMC gets hardware support, this is pretty viable option. Good picture, and full removes the navbar on my nexus 7 for full screen. I CANNOT get it to pull all of the meta data for all films and tv shows though. XBMC pulls everything down perfectly. Archos is probably 80%. Incredibly annoying.
What's in this version:
IMPORTANT: MPEG-2 plugin must be updated to latest version to avoid crash
7.0.10 - January 11th, 2013
- Correct aspect ratio on some H264 video
- Add H264 Hi10p SW decoding support (animes)
- Add VC1 & MPEG2 HW decoding when natively supported by platform
- Fix camera video playback on OMAP4 (Galaxy Nexus)
- Add preliminary WTV support
- Fix wrong color conversion on some Galaxy S2/Note2
- Fix HDMI output on some devices (essentially Samsung based hardware)
First of, as far as I remember you could not post link to paid applications! especially as this has no free version!
Second, to comment directly on the topic, I think that, no matter how good it is (and I have the vague feeling it is not), to pay both for the application AND the codec is pure robbery! and, in the application page it is not written anywhere that you need the paid codec! you will buy the app and then realize that in order to be able to play you need to buy the even more pricey codec! yes, you put the link towards a free codec, but in my opinion it is even more confusing.
I didnt know we cant link to paid links. And you are wrong, the UI on this app beats others out there with similar attempts
Yes agree that codec price is rip off hence the link to the free codec
50% off sale now on
7.1.3 - January 24th, 2013
- Fix a major bug that prevented to read long MP4 files on most devices
- Fix MPEG-2 decoding on tegra2 devices
Free version now available
7.2.0 - February 13th, 2013
- Allow to use another video player application when launching the video playback (OFF by default, must be enabled in preferences)
- Keep database information (poster, description, resume point, etc.) for removable storage (external SDcard, USB drive) for 30 days. Restore it when the storage is plugged again.
- Fix UTF-16 subtiltes support
- Add more languages in the subtitle downloader settings
- Longer time-out for SMB discovery
Can this player work on 2.3.7 system. Did anywhere download for this syste, because write work on 4.0 or later.
Really needs more ways to sort. I sort my media by date modified to see what's new today. Alphabetical is nice when I know what's there already.
I use Archos Video Player in Sony Android TV to play videos from SMB shares on Open Media Vault running on a raspberry pi.
I dont see a way to resume a video from where I left (Resume button missing?)
But, I was able to Resume videos when i played videos from USB pen drive connected to Android TV.
Hi
I’ve paid version but I canno read HEVC video (x265)
Could you help me please?
Regards
Fausto
Is it possible to load external audio track?
I have a mkv format video with internal ac3 audio and external mp3 audio track. MP3 audio file has the same name as vidio one, but archos player doesn't pick it up.
Hey guys, so I purchased this for my Shield TV and I love it for the more part, but I am having some annoying problems.
- Archos Video player won't let me add some files to the library, simply nothing happens after I select it. Even if it was in my library at first and then removed.
- Some files won't be updated with a poster, and I cannot find a way to manually update it! This is super frustrating.
- Same with backgrounds, cannot seem to find a way to manually update them, very frustrating.
Hi
latest HEVC with mkvmerge v11.0.0 "Alive" don't run with Archos Video Player
do you have any solutions please?
good I'm trying to play with archos droid player with Google Drive but I do not know exactly how you recognize the files if you can tell me

[[APP]] [[Best Android Audio And Video Players]]

AUDIO PLAYERS:
POWERAMP
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features:
- plays mp3, mp4/m4a (incl. alac), ogg, wma*, flac, wav, ape, wv, tta, mpc, aiff (* some wma pro files may require NEON support)
- 10 band optimized graphical equalizer for all supported formats, presets, custom presets
- separate powerful Bass and Treble adjustment
- stereo eXpansion, mono mixing, balance
- crossfade
- gapless
- replay gain
- plays songs from folders and from own library
- dynamic queue
- lyrics support, including lyrics search via musiXmatch plugin
- embed and standalone .cue files support
- support for m3u, m3u8, pls, wpl playlists
- OpenGL based cover art animation
- downloads missing album art
- 4 widget types with many selectable styles, advanced customization; Android 4.2 lock screen widgets
- configurable lock screen
- headset support, automatic Resume on headset and/or BT connection (can be disabled in settings)
- scrobbling
- tag editor
- visual themes, including support for external/3rd party skins
- fast library scan
- high level of customization via settings
This version is 15 days full featured Trial. See Related Apps for Poweramp Full Version Unlocker or use Buy option in Poweramp settings to buy Full Version.
APP SCREENSHOTS:
DOWNLOAD- https://play.google.com/store/apps/details?id=com.maxmpz.audioplayer&feature=more_from_developer#?t=W251bGwsMSwxLDEwMiwiY29tLm1heG1wei5hdWRpb3BsYXllciJd
ICS THEME- https://play.google.com/store/apps/details?id=com.ikorolkov.poweramp.skins.ics&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5pa29yb2xrb3YucG93ZXJhbXAuc2tpbnMuaWNzIl0.
TTPOD-
Key Features:
- High quality decoding with mp3,mp4/m4a,wma,flac and ape;
- Built in graphic and customize EQ;
- High accurate lyrics and album acts downloads;
- Plenty of skins to chose from;
- Minilyrics style floating lyrics.
APP SCREENSHOTS:
DOWNLOAD-https://play.google.com/store/apps/details?id=com.sds.android.ttpod&feature=search_result
VIDEO PLAYERS:
REALPLAYER
Features:
• Online video search, that searches YouTube, Bing and other sites.
• Voice commands for search
• Videos, Music and photos all in one place
• Available in 9 languages
• Auto bookmarking of videos
• Optimized graphics for high-res devices
• Playlists
• lastFM scrobbling
• Control playback when phone is locked
• Sharing on popular social media sites
• Move application to SD card
• Set your favorite song as a ringtone
• Headphones controls
• Home screen widgets to control media
• Access any file format your device supports
APP SCREENSHOTS:
DOWNLOAD-https://play.google.com/store/apps/details?id=com.real.RealPlayer&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5yZWFsLlJlYWxQbGF5ZXIiXQ..
MX Player
Features:
a) HARDWARE ACCELERATION - Hardware acceleration can be applied to more videos with the help of new H/W decoder.
b) MULTI-CORE DECODING - MX Player is the first Android video player which supports multi-core decoding. Test result proved that dual-core device’s performance is better up to 70% than that of single-core devices.
c) PINCH TO ZOOM - Easily zoom in and out by pinching and swiping across the screen.
d) SUBTITLE SCROLL - Subtitles can be scrolled to move back and forth faster.
e) KIDS LOCK - Keep your kids entertained without having to worry about them making calls or touching other apps. (plugin required)
f) ANDROID 4.2 - Fully supports Android 4.2 Jelly Bean MR1.
APP SCREENSHOTS:
https://lh5.ggpht.com/RX4o_sjnpjnTMyFxVnCkivcOQyYOKyUA6Zko1ZG0y_AgLCxmQFs07yz7bQUZ-ufoT9g=h230
DOWNLOAD-https://play.google.com/store/apps/details?id=com.mxtech.videoplayer.ad&feature=more_from_developer#?t=W251bGwsMSwxLDEwMiwiY29tLm14dGVjaC52aWRlb3BsYXllci5hZCJd
ONE OF THE BEST PLAYERS!!
HAVE FUN!!

[APP][4.0+] VXG Video Player

reserved
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Free video player for Android with powerful video decoding capabilities Very simple and fast application to playback movies and video files, record favorite fragmeents and share your video file with friends using WiFi network.It plays most HD video files and movies, as well as network streams. VXG Video Player has a media library for video files and streams. You can enjoy TV shows, movies, music videos, football matches and other videos stored on your phone or streaming online.
Key features of VXG Video Player:
1. File Playback
• Supported video containers: AVI, 3GP, M4V, MP4, WMV, FLV, MPEG, MPG, MOV, RM, VOB, ASF, MKV, F4V, TRP, TS, TP and other
• AD free Video player
• Record favorite fragmeent
• Simple upload and download movies by WIFI
• Digital zoom and picture shifting
• Automatic identification of all the video and audio files on the device
• Simplest search of video file and upload by HTTP
• Video preview supplies the quick video preview in movies list
• Smart thumbnails for local files
2. Online stream playback
• Supported types of streaming: HTTP-HLS, RTSP, RTP, UDP (Multicast stream support), RTMP, MMS
• Recording of live stream
• Easy streams list control – add, delete and modify your streams
• Smooth playback of FLV files, you do not need to install the Flash Player plug-in
• Thumbnails for live stream
• Live HLS stream replay
• Support M3U channel list
3. HD and UHD resolution
• Hardware decoder using hardware acceleration with processor optimization – high speed rendering for modern platform
• Multi-core decoding provides the dual-core device’s performance
Video decoding capability depends on your device HW video decoding capability and CPU of device.
The application is based on Network Media Player Framework. The SDK supports all major network protocols and multimedia codecs, tested and tuned for all major Android hardware platforms and has over 1M+ users!
VXG Video Player on Google Play
For more info please refer to our site
Visit our page on Facebook
Please don't hesitate to contact us at [email protected] if you meet any problem.
p.s. I cannot attach .apk file, because it is bigger than 20 Mb
Chromecast support?
maximuscesar said:
Chromecast support?
Click to expand...
Click to collapse
no, because a local streaming service is missing. so you need a special chromecast streaming app (i.e. LocalCast https://play.google.com/store/apps/details?id=de.stefanpledl.localcast&hl=de)
VideoExpertsGroup said:
Free video player for Android with powerful video decoding capabilities Very simple and fast application to playback movies and video files, record favorite fragmeent(s) and share your video file with friends using WiFi network.It plays most HD video files and movies, as well as network streams. VXG Video Player has a media library for video files and streams. You can enjoy TV shows, movies, music videos, football matches and other videos stored on your phone or streaming online.
Key features of Media Player :
1. File Playback
Supported video containers: AVI, 3GP, M4V, MP4, WMV, FLV, MPEG, MPG, MOV, RM, VOB, ASF, MKV, F4V, TRP, TS, TP and other
AD free Video player
Record favorite fragmeent
Simple upload and download movies by WIFI
Digital zoom and picture shifting
Automatic identification of all the video and audio files on the device
Simplest search of video file and upload by HTTP
Video preview supplies the quick video preview in movies list
Smart thumbnails for local files
2. Online stream playback
Supported types of streaming: HTTP-HLS, RTSP, RTP, UDP (Multicast stream support), RTMP, MMS
Recording of live stream
Easy streams list control – add, delete and modify your streams
Smooth playback of FLV files, you do not need to install the Flash Player plug-in
Thumbnails for live stream
Live HLS stream replay
Support M3U channel list
3. HD and UHD resolution
Hardware decoder using hardware acceleration with processor optimization – high speed rendering for modern platform
Multi-core decoding provides the dual-core device’s performance
Video decoding capability depends on your device HW video decoding capability and CPU of device.
The application is based on Network Media Player Framework. The SDK supports all major network protocols and multimedia codecs, tested and tuned for all major Android hardware platforms and has over 1M+ users!
VXG Video Player on Google Play
For more info please refer to our site
Visit our page on Facebook
Please don't hesitate to contact us at [email protected] if you meet any problem.
p.s. I cannot attach .apk file, because it is bigger than 20 Mb
Click to expand...
Click to collapse
Will it work on Google TV and Android TV?
debosmebo said:
Will it work on Google TV and Android TV?
Click to expand...
Click to collapse
Yes, it will
AVCHD .MTS Files
Hi will the player handle AVCHD MTS files from HD camcorders?
RavenY2K3 said:
Hi will the player handle AVCHD MTS files from HD camcorders?
Click to expand...
Click to collapse
Please, write us at [email protected]
Why is it 23mb when other players like MX player is 11mb
maximuscesar said:
Chromecast support?
Click to expand...
Click to collapse
I think noo
hi nice app
what is the difference between free and pro VXG video player
jeevan_500 said:
what is the difference between free and pro VXG video player
Click to expand...
Click to collapse
In free vesion uploaded file size is limited to 100Mb and recording is limited to 10 sec.
Could you please add udpxy proxy support for UDP Multicast stream support. udpxy has built in many router models and very useful for unreliable Wi-Fi connections.
VXG Video Player Pro v1.7.4 released!
What's New:
- Added sort by: name, size, duration, played time and other
- Added highlight for played files
- Added detail information for file or stream
- Added presentation of folder and file size in list
A new Version 1.7.5 is available on Google Play!
* Added subtitle support
* Added audio track selection
* Added audio volume boosting
* Improved stream recording and file trimming
* Added HLS stream selection
* Added new style for Help
* Corrected handle back button
* Fixed some bugs issued on latest version
New Version 1.7.6
Added new feature - Refresh thumbnails for live streams
Improved live stream playback
Fixed some bugs issued on latest version
There are LOTS of video players on Google Play. Can somebody answer, if this player has some features, that others don't?
Hexagony said:
There are LOTS of video players on Google Play. Can somebody answer, if this player has some features, that others don't?
Click to expand...
Click to collapse
Well, VXG Video Player supports really all video/audio formats and containers. For example, MX Player doesn't. Also we have unique stream record and file trim feature.
Wow, we have reached 1 Million of installs! Thank you!
We are currently prepairing new version with Marshmallow support and few new features. Also we are always open for your ideas and feedback!
It is great! Congratulations.

[APP][5.0+] Just (Video) Player - no Bluetooth lag / ExoPlayer / FFmpeg audio codecs

Just Player is a video player based on the ExoPlayer library/framework from Google. Just Player is fairly trivial right now - most work is done by ExoPlayer and I have just added few actions and controls here and there. The whole app is basically just a single screen with an option to load video - no library view or application settings.
Why?
Compensation for Bluetooth audio lag. ExoPlayer does that automatically, plays video in sync with audio.
All special audio formats. Thanks to FFmpeg, ExoPlayer can handle even special formats like AC-3, E-AC-3, DTS, DTS-HD, TrueHDetc.
Free / open source
(Clean, uncluttered GUI)
I wasn't able to find any video player satisfying all above needs. I personally use nPlayer which does well with both Bluetooth and audio codecs. Another competitor to Just Player is SimplePlayer (also ExoPlayer based) though Just Player tries making the UI easier.
I also found out that VLC isn't able to play HDR videos properly (colors are washed out) or that MX Player isn't that able to play 4K 60 FPS HDR video without shuttering (even on Snapdragon 855 / OnePlus 7). Tested with "The World in HDR" video from Kodi Samples. This Player plays it just fine.
Supported formats​
Audio: Vorbis, Opus, FLAC, ALAC, PCM/WAVE (μ-law, A-law), MP1, MP2, MP3, AMR (NB, WB), AAC (LC, ELD, HE; xHE on Android 9+), AC-3, E-AC-3, DTS, DTS-HD, TrueHD
Video: H.263, H.264 AVC (Baseline Profile; Main Profile on Android 6+), H.265 HEVC, MPEG-4 SP, VP8, VP9, AV1
Containers: MP4, MOV, WebM, MKV, Ogg, MPEG-TS, MPEG-PS, FLV, AVI ()
Subtitles: SRT, SSA, ASS, TTML, VTT, DVB
HDR (HDR10+ and Dolby Vision) video playback on compatible/supported hardware.
Screenshots​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features​
Audio/subtitle track selection
Playback speed control
Horizontal swipe to quickly seek
Vertical swipe to change brightness (left) / volume (right)
Pinch to zoom (Android 7+)
PiP (Picture in Picture) on Android 8+ (resizable on Android 11+)
Resize (fit/crop)
Volume boost
Auto frame rate matching on Android TV/boxes (Android 6+)
Post-playback actions (delete file/skip to next)
Touch lock (long tap)
App shortcut for direct access to file chooser (Android 7.1+)
3rd party equalizer / audio processing support (e.g. Wavelet)
Media Session and Audio Focus support
Pause playback when disconnecting headphones
No ads, tracking or excessive permissions
Then there are the little things like supporting notch, fine tuning the brightness curve, making file open dialog remember its last position, forcing landscape when playing video...
To load external (non-embedded) subtitles, long press the file open action in the bottom bar. The first time you do that, you will be offered to select root video folder to enable automatic loading of external subtitles.
Download​Play Store: https://play.google.com/store/apps/details?id=com.brouken.player
F-Droid: https://f-droid.org/en/packages/com.brouken.player/
Source code​Github: https://github.com/moneytoo/Player
What's next
It's amazing to me that in just a few hours of work and few hundreds lines of code it is possible to create a video player that I actually can use. I probably won't be adding support for features that are too big for this little player - like playlists, media library etc. but I should probably be able to improve things like subtitles (it should be easy with ExoPlayer). So just let me know what do you think.
The app got suspended on Google Play for listing compatible subtitle formats.
Check the link - it's ironic because I reused the description from a Google library (for playing videos) and this is what caused the suspension.
EDIT: Fortunately the app was reinstated few hours later.
Great app, especially for the feature i am asking about:
There is a "timeshift" if i access certain free TV-Streams in Germany. The only program for the PC is a version of KMPlayer, which -and that's different- starts the stream up to -2hours* from now w/o the option to seek up to the "live feed" (i could save the stream-starting in the past or speed up the play speed but it's no fun). Just Player can seek to any point from -2hours* to the live feed.
Is that included by accident or on purpose, if so what is the name of that feature or how does it work - is there a "proxy mechanism" involved? D
No other player (i dare to say i know some) on Android or PC beside the 2 mentioned have that feature...and i would like to seek to any time* on the PC.
* the time to look into the past varies...but the last 2 hours is mostly true.
Example - probably geo-blocked: https://derste247livede.akamaized.net/hls/live/658317/daserste_de/master_1280p_3328.m3u8
i tried to find international streams but they go back 1Minte max.
Any insight would be appreciated
@ks123_reloaded This player uses ExoPlayer which is a library from Google, primarily intended for integrating/creating streaming apps on Android & TV. They probably care a lot about media consumption and supporting the ecosystem as a whole so they really integrate the streaming well. The feature you are asking about is probably something like this: https://github.com/google/ExoPlayer/issues/87
moneytoo said:
@ks123_reloaded This player uses ExoPlayer which is a library from Google, primarily intended for integrating/creating streaming apps on Android & TV. They probably care a lot about media consumption and supporting the ecosystem as a whole so they really integrate the streaming well. The feature you are asking about is probably something like this: https://github.com/google/ExoPlayer/issues/87
Click to expand...
Click to collapse
sounds like it. Thx
Now my quest for finding the PC version can go on
Maybe I didn’t understand something, but E-AC-3 and DTS formats are not played on Ugoos X3 pro and Mecool KM6 delux (silence), but on MI Box S, which has a DTS license, everything is in order. So E-AC-3 and DTS can only be played with hardware codecs? Or is there some settings? Vimu plays everything on all devices...
Andrew Jarosh said:
Maybe I didn’t understand something, but E-AC-3 and DTS formats are not played on Ugoos X3 pro and Mecool KM6 delux (silence), but on MI Box S, which has a DTS license, everything is in order. So E-AC-3 and DTS can only be played with hardware codecs? Or is there some settings? Vimu plays everything on all devices...
Click to expand...
Click to collapse
If the connected device doesn't have E-AC3 or DTS capability, it should fallback to the FFmpeg decoder. This is managed (default behavior) by ExoPlayer so I suspect it's some device specific issue (reporting/detecting wrong capabilities). Currently there's no setting for that but based on the feedback, I will be adding that.
moneytoo said:
I will be adding that.
Click to expand...
Click to collapse
OK, thanks
Andrew Jarosh said:
OK, thanks
Click to expand...
Click to collapse
Check version here: https://github.com/moneytoo/Player/issues/253#issuecomment-1023631601
moneytoo said:
https://github.com/moneytoo/Player/issues/253#issuecomment-1023631601
Click to expand...
Click to collapse
SUPER!
HDR and HDR10+ video playback on compatible/supported hardware.
Click to expand...
Click to collapse
Do we have the list of the compatible devices?
For instance are Samsung Galaxy S20 FE compatible? or is it just devices such as nVidia Shield?
_A.T.Omix_ said:
Do we have the list of the compatible devices?
For instance are Samsung Galaxy S20 FE compatible? or is it just devices such as nVidia Shield?
Click to expand...
Click to collapse
Most latest phones have HDR displays, so does S20 FE - you can check here: https://m.gsmarena.com/samsung_galaxy_s20_fe-10428.php
Only Dolby Vision is limited to very few devices.
I just wanted to say that Just Player is the ONLY player i could find as an android TV app on my Sony X900H TV that can play Dolby Vision and some other HDR movie files properly off a USB drive connected directly to my TV. The native player, VLC, Nova player, MX player, none worked ! Plex did work but i had to stream from my PC and it stuttered badly.
So Just Player has been a lifesaver It is amazing and so far plays EVERYTHING !
Not asking to get too fancy, but maybe a slightly nicer interface when navigating your drive to select files would be nice.
I have a request for this app: Can you the developer of this app please add an indicator in the video player that shows when a HDR video is actually playing?
When i'm playing a HDR video with the Samsung Video player on my Galaxy Z Fold 3, then it shows a HDR logo in front of the video name.
Adding this would be awesome .
Hello, thank you to the developer for this wonderful video player that I use on a shield pro 2019.
I don't know if it's possible but I will have 2 recommendations.
Movies in 23.976 fps switch well in 23.976hz but movies in 24 fps and 25 fps switch respectively in 120hz and 50hz for me. Would it be possible to change that?
Also, concerning the resolution, would it be possible to create an option to automatically switch the screen to the original resolution of the films?
Thank you very much and sorry for my English :s

Categories

Resources