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

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

Related

[APP][2.2+] ArkMC - DLNA Home Media Center

Hi there!
ArkMC - is a DLNA/UPnP media app that shares your content in home network through WiFi.
{
"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"
}
This app gives you access to all shared multimedia. You can play it on your own device as well as send it to UPnP/DLNA compatible devices. Also, you can easily access content on your PC.
The latest version has YouTube integration. Now you can add your favorite channels, watch and share latest videos.
For example, with ArkMC music files from a PC can be sent to a Media Center, video from a camcorder can be played on the Xbox360, pictures taken with a smartphone can be instantly sent to a TV, and more!
There is no need for burning CDs or installing additional software for configuration – ArkMC turns a digital home into a place of entertainment and allows managing it just by a tap on the screen from the comfort of your couch!
ArkMC UPnP DLNA home media streaming centre and video player
Featuring:
✔Very easy to use, straightforward menu
✔ Enjoy HD Movies, videos, and photos on your TV or any other screen
✔ Access and enjoy ALL your music files, wherever they are stored
✔ Fast detection of all media servers and to your favorite players
✔ Add/delete YouTube channels (always have your favorite YouTube Menu in your hands) and select BITRATE; 360p, 720p, 1020p (HD Quality!)
✔ Playback control of volume, pause, and stop, scroll, forward, backward
✔ Exchange media between DLNA* and UPnP devices (NAS, TV, Xbox360, PS3 etc)
✔ Playlist management; the easiest way to create your own playlist
✔ Simultaneous streaming of different media files – to different screens – at the same time
✔ “Follow me”; change screen when you watch a movie, just with 1 button
✔ Wi-Fi and Ethernet interfaces support, Access Point mode support
✔ Send media from external devices to your Android devices and control playback remotely.
✔ Your TV can find & display your photos, videos, music stored on your Android mobile devices
✔ Much more to come…
The most advanced UPnP/DLNA* app available to play movies, videos, music or photos on your HD TV. Stream wireless any video, with a single tap. Use us and you immediately will find out why this is a high-end solution! Have fun with your friends and family and enjoy your media on any screen.
ArkMC is designed to offer the best media experience ever, enjoying any media file on any screen, just by pushing 1 or 2 buttons. With ArkMC in your hands, you can do anything your want to broadcast movies, videos, photos or music tracks. You can make your favorite playlist music and enjoy wherever you want.
To share media files in your home wifi network, ArkMC offers the easiest user interface, with the most features. In a few seconds ArkMC connects a display (TV/PC/TABLET/MOBILE) or music installations with the media stored on your NAS, Xbox360, PS3, PC, Tablet, Smartphone, etc. The user interface is straightforward and offers complete control of your media files.
For your convenience, ArkMC complies with your favourite video player, which makes us the most advanced media format player ever (up to HD quality).
The 100 % UNIQUE YouTube integration offers a “lay back and enjoy” experience, which makes even any smart TV jealous. It is SO easy to create your personal channel list, just search and add/remove your favourite YouTube links.
The enthusiastic and motivated R & D team is dedicated to offer its customers the best experience, and will continue to surprise ArkMC users with cool features and performance updates. If you have any suggestions, just drop a line and we will come back to you.
New features are coming soon!
Sharing makes life Beautiful!
Tested media Servers:
- XBMC Media Server
- Windows media Player
- Wild Media Server
- Serviio
- Foobar2000 Media Server
- WD My Book Live
- Twonky Media Server
Tested media Players and Renderers:
- Samsung TVs, Philips TVs, LG TVs, Panasonic TVs, SONY TVs
- XBMX Media renderers
- WD TV Live
- Windows Media Player
- Foobar2000 media renderer
- XBOX360
- PS3
* This application is not officially DLNA certified (DLNA certification wasn't extended after 2012)
We need your feedback to make this app better.
If you have any issues or problems, write to [email protected]
Also, ideas and suggestions are welcome
It has both free and paid versions.
ArkMC at Play Store
More info at ArkMC
Screens:
Hints:
- make sure WiFi is on and devices are in the same network
- make sure to enable stream functions in WMP
Enjoy!
Interesting! It kind of reminds me of Microsoft's SmartGlass
http://www.youtube.com/watch?v=NBGkSuaqWEE&feature=player_embedded
Going to give it a go later, thanks.
lmike6453 said:
Interesting! It kind of reminds me of Microsoft's SmartGlass
Click to expand...
Click to collapse
Yes, but SmartGlass works only with XBox360. This one works with XBox360, WMP, and thousands of existing DLNA/UPnP devices.
Arkun said:
This one works with XBox360, WMP, and thousands of existing DLNA/UPnP devices.
Click to expand...
Click to collapse
Yeap, that's true, try to keep it up to date.
Welcome
Guys, we need your feedback to make it better!
VERY excited about this. Have been waiting for XBMC to come up with something like this for mobile. I will download and try it out tonight.
very good
Nice app. Thank you! Using it for long time. The only dlna server I find which can stream HD files without delays.
BTW plz add repeat and shuffle to player
Turer said:
BTW plz add repeat and shuffle to player
Click to expand...
Click to collapse
We work on that))
More about features
YouTube integration
- You can add any channel to your default YouTube tab
- Latest videos from your favorite channel
- Easily remove channels
- Watch video with Android player or with 3rd party player
- Send YouTube video to UPnP/DLNA devices in your local network
- Control playback, volume, seek with ArkMC
- Send YouTube video to Windows Media Player
- Multistreaming to several devices
- Simultaneous playback with 'Sent to' feature
Third party players integration
In "Settings" you can choose your default player
You can choose another one when you choose an item
3rd party player support covers more media formats
Note: 3rd party players can't be controlled remotely from other devices
Windows “Play-to” support
In your WMP you can send videos to devices in local network, create playlists and control playback.
- You can create playlists with media from different servers.
- Manage it the way you like it
- Playlist will be showed in separate window
- You can control lists for different devices (multi-streaming)
“Send-to external player” feature
You can share media that you watch right now with all other devices available in your network!
While playback tap your screen and you will see "Send to external player".
Choose a player from the list and voila!
Media will play simultaneously on both devices (you will have control of other device too).
Good app, thank you!
Will it be possible to add the whole album to playlist?
And would be good to add folders to YouTube tab )
TintoTa said:
Good app, thank you!
Will it be possible to add the whole album to playlist?
And would be good to add folders to YouTube tab )
Click to expand...
Click to collapse
thank you!
Yes, those functionalities are in the backlog )
How is this compared to iMediaShare?
Any support for Apple tv?
Sent from my Galaxy Note 2 using Tapatalk 2
Piny12 said:
How is this compared to iMediaShare?
Click to expand...
Click to collapse
That could be a long list
First of all I’m not the experienced IMS user, tried it several times.
- ArkMC is DLNA certified.
- ArkMC publish itself as a renderer and can get incoming playbacks, my old Xoom connected by HDMI to TV and I can send streams for playback from my Nexus 4
- ArkMC available in Windows Media Player “PlayTo” list
- IMS integrated with FB and Picasa, and its nice feature. Hope ArkMC will be integrated as well (if we get requests from end-users)
- When I tried to share 1 photo by IMS it shares ALL my photos, what if I don’t want to share all pictures?
- ArkMC doesn’t share DCIM by default, and you can setup in settings which folders should be shared.
- Also I didn’t find how I can add new video channel in IMS, maybe I did something wrong.
- In ArkMC you get the latest content form YouTube, and can add/delete channels.
- Also I didn’t find how to create playlists in IMS.
- Sometimes it stuck on “starting service…” on my Xoom.
- As for me ArkMC starts faster.
- ArkMC can stream few-several HD streams simultaneously
- ArkMC supports different network interfaces, and it's possible to select which one to use. for instance for Android box make sense to use Ethernet for streaming.
In any case iMediaShare is nice app, with good usability )
EP2008 said:
Any support for Apple tv?
Sent from my Galaxy Note 2 using Tapatalk 2
Click to expand...
Click to collapse
Is support coming?
EP2008 said:
Any support for Apple tv?
Sent from my Galaxy Note 2 using Tapatalk 2
Click to expand...
Click to collapse
iOS version of ArkMC supports AirPlay.
iOS
For Apple owners. Updated iOS version is comming soon. The main difference - updated design to look good on Retinas displays.

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][2.1+] ArmAmp - audio player, all formats, popular playlists, effects, …

ArmAmp is an audio player designed to be as easy to use as a desktop application.
Features include:
* Uses FFmpeg for decoding, meaning that it supports almost all audio file formats including mp3, ogg vorbis, flac, real audio (*.ra), windows media audio (*.wma), monkey's audio (*.ape), musepack (*.mpc) and many more.
* Reads playlists: m3u, ram, pls, xspf, asx.
* Plays local files, files shared over Samba, and any web stream including Shoutcast radio stations.
* Built-in file browser with:
- access to audio files on local storage,
- access to audio files on Samba servers,
- bookmarks for easy access to often used folders.
* Gapless playback:
- for audio formats that natively support gapless playback,
- for mp3 option to remove silence.
* Replay gain.
* 10–band equalizer with ability to set exact frequency, width and gain for every band.
* Preamp, postamp.
* Balance.
* Reverb - 5 different parameters can be used to set preferred sound.
* Speed effect.
* Pitch effect.
* Tempo effect.
* Fade in and fade out with configurable time.
* Can be controlled using:
- main window,
- headset and other media buttons (supported actions: play, pause, stop, next, previous),
- buttons in notification area,
- widget (on Android 4.2+ can be placed on lockscreen).
* Last.fm:
- built-in scrobbling (no separate scrobbling app is necessary),
- love track,
- ban track.
* Displays lyrics using LyricWiki.
* Displays Shoutcast/Icecast stream information.
* Bookmarks - single song or whole playlist can be bookmarked.
* Playlist sorting:
- by file name,
- by tags,
- easy manual control.
* Automatic playlists containing favorites or random songs.
* Shuffle - as long as it's possible it will not repeat songs. Also whole playlist can be randomized with similar effect.
* Tags viewer with automatic encoding detection.
* Supports devices with ARM, x86 or MIPS processors.
Download link:
Beta version must be uninstalled before installing this one.
https://play.google.com/store/apps/details?id=com.armamp
Ad remover (free only for XDA forum members):
https://sites.google.com/site/sdpowiupowmxoaj/home/NoAds.apk?attredirects=0&d=1
{
"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"
}
impressed with the looks, it is some what different.
still needs improvement in terms of performance and minor UI tweaking.
if this apps is improvised shortly this app will become though competitor for paid music players. good job done developer
reversegear said:
still needs improvement in terms of performance and minor UI tweaking.
Click to expand...
Click to collapse
What kind of performance problems are you having? I know that some effects and some parts of UI can be significantly faster. Minor speed improvements can be done also to basic playback, however software decoding will always be slower than hardware. Maybe some day I'll add an option to use also hardware decoding but it will work only for some formats (however the most popular).
Looks good
Very nice folder based player. I'm impressed. Thank you.
Consider adding actions for tapping and/or long-tapping on songs in playlist, please. And option to hide or retract the menu.
It's cool to see support for different architectures! Will give this a go and report back, nice work dev.
Thank you for an audio app like this! I wish it was holo themed, as I am on a AOSP 4.2 build, but works like a charm. I am going to use this for a while, and i will update if I find any bugs or FC's.
Sent from my htc_jewel using Tapatalk 2
Tets42 said:
Consider adding actions for tapping and/or long-tapping on songs in playlist, please.
Click to expand...
Click to collapse
Currently touching on playlist will select (short), play or start moving selection (long, depending if touched song is selected). Would you like an option to reverse play/select actions or something completely different?
Tets42 said:
And option to hide or retract the menu.
Click to expand...
Click to collapse
By menu you mean actions right to playlist (shuffle/repeat/...) or actions above control buttons (add/bookmark/...)?
Reserved
Sent from my SGH-I747 using Tapatalk 2
twelveteen said:
What kind of performance problems are you having? I know that some effects and some parts of UI can be significantly faster. Minor speed improvements can be done also to basic playback, however software decoding will always be slower than hardware. Maybe some day I'll add an option to use also hardware decoding but it will work only for some formats (however the most popular).
Click to expand...
Click to collapse
while seeking the audio it takes lots of time and even while skipping to next song also, the play list is not dynamic as per now playing audio, i need to search the now playing song in the big list.
try to implement gapless playback.
tag information is really good if possible tageditor will be use full
reversegear said:
while seeking the audio it takes lots of time and even while skipping to next song also,
Click to expand...
Click to collapse
There is an option to set buffer size (Menu -> Settings -> Buffer size). With large values there will be noticable delay, too small values may cause problems on slow devices. Try lowering buffer size and see if it helps.
reversegear said:
the play list is not dynamic as per now playing audio, i need to search the now playing song in the big list.
Click to expand...
Click to collapse
It's on todo list. Will be done.
reversegear said:
try to implement gapless playback.
Click to expand...
Click to collapse
There is gapless playback implemented, but it works only for formats that natively support it, for example vorbis (and if ffmpeg supports it, but it almost always does). There are plans to add support to gapless playback for Lame-encoded mp3 with gapless tags, however not in first release.
reversegear said:
tag information is really good if possible tageditor will be use full
Click to expand...
Click to collapse
Also on todo list, but I didn't plan it in first release. I'll reconsider.
can someone post a couple of screenshots?
jman2131 said:
can someone post a couple of screenshots?
Click to expand...
Click to collapse
Added some screenshots here:
https://sites.google.com/site/armampreleases
twelveteen said:
Currently touching on playlist will select (short), play or start moving selection (long, depending if touched song is selected). Would you like an option to reverse play/select actions or something completely different?
Click to expand...
Click to collapse
You're right. If I hold it long enough it starts to play that particular song. Sorry. In Tiny Player I was using, it was just a short tap to play. Leave it as it is now, please.
By menu you mean actions right to playlist (shuffle/repeat/...) or actions above control buttons (add/bookmark/...)?
Click to expand...
Click to collapse
The actions on the right (shuffle/repeat/...). I'm sometimes unable to see the names of songs in full (not enough room) and must to switch to landscape mode. Hiding the menu will help a bit.
Thank you.
Tested on my GM( Galaxy Mini S5570) :silly: and everything is working flawlessly until i've loaded the eq presets then the music sounds jerkily
Features are good I am looking for such a app, downloading. will share my experience.
Thanks.
Looking really good, great set of options, love the minimal approach to gui, only thing i can think of other than things already discussed is an improved widget with access to main app from widget, cant currently do that?
great work
https://sites.google.com/site/armampreleases/
great work twelveteen :good:
works awsum on tf700 ...
Looking forward to giving this a try, looks promising.
auto level normalization
may I suggest adding this feature or algorithm.
There is gapless playback implemented, but it works only for formats that natively support it, for example vorbis (and if ffmpeg supports it, but it almost always does). There are plans to add support to gapless playback for Lame-encoded mp3 with gapless tags, however not in first release.
Click to expand...
Click to collapse
Good gapless playback is key to me and I'm still looking for a player that does it well. What I mean by that is dealing with older or poorly-encoded files that do not have the Lame tags to enable it, because we do not always have the luxury of re-encoding our music libraries (and I've found the problems can be especially bad in purchased mp3's).
I made myself a patch for rockbox that does just this, by trimming a limited amount of near-silence from the beginning and end of each track during playback. I'd be ecstatic to find an Android app that did the same.

[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][4.3+] Torrents 4k | Mega.nz | FTP | Samba | Android TV | Media Library v. 7.0

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.

Categories

Resources