[Bug]In Redmi Note 4X & Redmi Note 3 - Weird Rotations - MX Player

Device Manufacturer & Model : Occurs in both Redmi Note 4X and Redmi Note 3
Android Version : Bug happens in oreo roms only (8.1.0)
Rom Info: No matter the rom, this bug seems to happen in all oreo roms i tried like omni,aosip,rr,du, etc.
Detailed Problem Description :
I use my phone in portrait mode only and is not set to auto rotate.After playing a video in landscape mode pressing the back button results in showing the list in portrait first and then phone rotates to landscape and then again to portrait.This seems to happen each time after i play a video in landscape mode only.
Steps to reproduce the problem :
1) Orientation in phone setting is set to Portrait only.
2)Play a video in landscape mode of mx player.
3)Press back button
4)The weird rotation bug occurs
Video as shown below:
h**ps://youtu.be/xEdQy2O04uo
Bug Report :
h***s://***.dropbox.com/s/l48vjghd06j26y0/report_2018-07-06_213004.zip?dl=0
I am a regular user of mx player and have been using it forever.I have faced this bug since January and have seen many users reporting this in telegram and whatsapp.
Hope you would fix this as soon as possible.I do not use xda and have used it for the sole purpose of reporting this bug.This is my very first bug report.Lol......:laugh:

No response
i face it in both free and pro versions
will it be fixed..?
Forgive my eagerness....i use mx that much..

rahmananas said:
i face it in both free and pro versions
will it be fixed..?
Forgive my eagerness....i use mx that much..
Click to expand...
Click to collapse
Sorry for the inconvenience. Unfortunately, It's an Android bug on 8.1 which is yet to be fixed by Google and there is no workaround so far. We are already researching it. We will try our best to get a workaround at the earliest.
Kindly read the following to read more about the issue
https://issuetracker.google.com/issues/69168442

Thirumalai.K said:
Sorry for the inconvenience. Unfortunately, It's an Android bug on 8.1 which is yet to be fixed by Google and there is no workaround so far. We are already researching it. We will try our best to get a workaround at the earliest.
Kindly read the following to read more about the issue
https://issuetracker.google.com/issues/69168442
Click to expand...
Click to collapse
Yeah...i do remember facing the same bug in youtube player during initial oreo days. But not anymore.Orientation works normally for Youtube,Vlc player etc.The problem may have been fixed by google or app devs may have found some workaround.Only MX Player currently have this problem now.
Hope you would look into it as i find mx player much user friendly than vlc..:victory:

rahmananas said:
Yeah...i do remember facing the same bug in youtube player during initial oreo days. But not anymore.Orientation works normally for Youtube,Vlc player etc.The problem may have been fixed by google or app devs may have found some workaround.Only MX Player currently have this problem now.
Hope you would look into it as i find mx player much user friendly than vlc..:victory:
Click to expand...
Click to collapse
It's not yet fixed by the Google. I can still reproduce the issues on the VLC on Mi A1 & Nexus 6P. Maybe, it's triggered by certain conditions and then it starts occurring frequently.

Thirumalai.K said:
It's not yet fixed by the Google. I can still reproduce the issues on the VLC on Mi A1 & Nexus 6P. Maybe, it's triggered by certain conditions and then it starts occurring frequently.
Click to expand...
Click to collapse
Just found out something strange.Seeing that you faced the bug in vlc, i just updated my vlc player to latest and voila, the bug is present..
The thing is, it doesnt occur in the version i was using (version 2.5.13) but is present in latest (version 3.0.11), maybe u can reverse engineer this....lol
Seeing this i'm gonna try old versions of mx too to find if some version doesnt have this bug..

Thirumalai.K said:
It's not yet fixed by the Google. I can still reproduce the issues on the VLC on Mi A1 & Nexus 6P. Maybe, it's triggered by certain conditions and then it starts occurring frequently.
Click to expand...
Click to collapse
After some googling stumbled on a possible workaround.This is it.
In "secondActivity" (landscape) add additional setRequestOrientation in onPause and onResume method:
onCreate(){
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE);
}
onPause(){
if (android.os.Build.VERSION.SDK_INT >= 27) {
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR_PORTRAIT);
}
}
onResume(){
if (android.os.Build.VERSION.SDK_INT >= 27) {
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR_LANDSCAPE);
}
}
Hope u would check this:fingers-crossed:
Just wanna help

Related

[Bug] mx player get hang when touched on the screen while playing video

This problem was not before, with the same version of mx player. But, it appeared suddenly. I cant be able to figure out what is causing the problem.
Details of the problem and step to reproduce :
go to mx player and play any video (until now video get played as normal without issue) -> then touch the screen or try to slide up or down to change the volume or brightness -> video get stuck-> wait for sometimes -> device get automatically get rebooted
Device: MOTO G 16 GB rooted and with custom ROM (cyanogenmod ROM snapshot M9). I think there is no problem in custom ROM because video works perfectly in default player. and even I played video on mx player previously.
I have attached the logcat please look and let me know what to do.
Info about logcat: logcat stopped when mx player got hang.
Please do not post bug reports directly into the Feature Request list. Post them as a new thread. I've moved the post to a new thread for you this one time; next time please start a new thread with your bug report.
shibliaftab said:
This problem was not before, with the same version of mx player. But, it appeared suddenly. I cant be able to figure out what is causing the problem.
Details of the problem and step to reproduce :
go to mx player and play any video (until now video get played as normal without issue) -> then touch the screen or try to slide up or down to change the volume or brightness -> video get stuck-> wait for sometimes -> device get automatically get rebooted
Device: MOTO G 16 GB rooted and with custom ROM (cyanogenmod ROM snapshot M9). I think there is no problem in custom ROM because video works perfectly in default player. and even I played video on mx player previously.
I have attached the logcat please look and let me know what to do.
Info about logcat: logcat stopped when mx player got hang.
Click to expand...
Click to collapse
There is not enough information in the log file.
Please use MX Log Collector. It is available on Google Play Store.
Also following information will be help.
1. Used decoder.
2. If it happens on all videos.
3. What happens if run mx after shutting down network connections using airplane mode.
CDB-Man said:
Please do not post bug reports directly into the Feature Request list. Post them as a new thread. I've moved the post to a new thread for you this one time; next time please start a new thread with your bug report.
Click to expand...
Click to collapse
Sorry, I thought that was for both bug reports and new features request.
bleu8888 said:
There is not enough information in the log file.
Please use MX Log Collector. It is available on Google Play Store.
Also following information will be help.
1. Used decoder.
2. If it happens on all videos.
3. What happens if run mx after shutting down network connections using airplane mode.
Click to expand...
Click to collapse
First of all thanks for the response.
I figured out what is the reason behind this problem. "show touches" option in developer settings causing the problem. when it is activated problem occur but when i deactivate that option mx player works fine.
Way to reproduce :
go to the system settings > then go to Developer option > check the box for "show touches" in input setting.> now go to mx player app and play any video and slide on the screen or touch > it will freez.
Decoder is default I didn't change the decoder or might be I dont have one.
It happens with all videos.
when I activate the airplane mode, problem is not resolved.
I have attached the bug report( taken from mx player ) and logcat of the system (taken from adb).
thanks
shibliaftab said:
Sorry, I thought that was for both bug reports and new features request.
Click to expand...
Click to collapse
If you read the first post of that list thread, the first thing it says is to provide a LINK to another thread with your problem or feature request. Anyways, let's see if your issue can be solved!

[Bug report] HW and HW+ decoder lags on some videos

1. Samsung Galaxy Tab Pro 10.1 wifi (SM-T520)
2. Android version: Kitkat 4.4.4
3. Official CyanogenMod 11 nightly 11-20141209
4. When I play some videos and using HW and HW+ decoder, I experience video is out of sync. It looks like there's frame dropping. Problem also exists on my Xperia V with latest CM. I use on both devices custom codecs from this forum. While using SW decoder everything is fine.
Logs are here
https://www.dropbox.com/s/uqvra9vqkefynrl/report_2014-12-13_085318.zip?dl=0
Yeah, I was constantly having the same bug on my stock Android 5.01 Nexus 7 2013. HW mode is not even available for most of my high quality mkvs, while in HW+ mode playback is choppy. In the end the solution was painful, but simple: I gave up Mx player pro and returned to bs player pro. Playback is a lot smoother now with HW mode in bs player. After more than a year with mx player I must say it's an extremely overrated piece of software with a non-existant price/performance ratio. While I like a lot it when it works, it has too many annoying bugs to recommend it anymore.
Mihai B said:
Yeah, I was constantly having the same bug on my stock Android 5.01 Nexus 7 2013. HW mode is not even available for most of my high quality mkvs, while in HW+ mode playback is choppy. In the end the solution was painful, but simple: I gave up Mx player pro and returned to bs player pro. Playback is a lot smoother now with HW mode in bs player. After more than a year with mx player I must say it's an extremely overrated piece of software with a non-existant price/performance ratio. While I like a lot it when it works, it has too many annoying bugs to recommend it anymore.
Click to expand...
Click to collapse
I just checked BS Player (free version) and on my Galaxy Tab Pro 10.1 it was just as choppy as MX Player. Maybe there's a bug in CM 11?
Did it previously work on older versions of your ROM? If yes, then it's likely a ROM issue.
@Mihai B mind posting the media info of the problem videos in question? Was this on stock ROM for the 2013 N7?
CDB-Man said:
Did it previously work on older versions of your ROM? If yes, then it's likely a ROM issue.
@Mihai B mind posting the media info of the problem videos in question? Was this on stock ROM for the 2013 N7?
Click to expand...
Click to collapse
Yes, I am using stock Android 5.01 ROM with a Nexus 7 2013 WiFi only, 32 GB, rooted with chainfire's autoroot, stock recovery, waited for OTA to arrive, factory reset with clear cache partition after applying the update. Worth mentioning that on KitKat 4.4.4. playback was much more smoother on the same files, with the same settings in MX Player. I only have a few applications, nothing that could conflict with MX Player. Here you will find an example of a file lagging when played. Basically every high quality mkv stutters like hell. If you need a file, I can upload it somewhere.
Thank you for your help!
Mihai B said:
Yes, I am using stock Android 5.01 ROM with a Nexus 7 2013 WiFi only, 32 GB, rooted with chainfire's autoroot, stock recovery, waited for OTA to arrive, factory reset with clear cache partition after applying the update. Worth mentioning that on KitKat 4.4.4. playback was much more smoother on the same files, with the same settings in MX Player. I only have a few applications, nothing that could conflict with MX Player. Here you will find an example of a file lagging when played. Basically every high quality mkv stutters like hell. If you need a file, I can upload it somewhere.
Thank you for your help!
Click to expand...
Click to collapse
Is it happens with HW?
If it's so,
Have you tried the same video on Stock Player?
The same should happen with stock player too as HW basically uses android's standard mediaplayer interface.
So, if it stutters on HW, Possibly there might be some issues with in the rom itself.
Have you tried SW decoder?
It might work well since it's based on ffmpeg
HW mode doesn't work at all (mx player says decoder is not supported or something like this), therefore stock player is unable to play it, too. Battery drain is huge with SW mode, what's the purpose of buying applications like MX player that offer accelerated HW decoding then? But just FYI, software mode plays the file flawlessly. The ROM is the purest Android experience one can get right now, so this should not be a problem either. If HW+ mode doesn't work as it should even on stock Android, with developer previews available since months, I don't want to think what will happen with custom ROMs.
We are far away from highly compressed formats like divx, xvid or wmv, high definition content is the present and it seems Mx player with its HW+ decoder can't keep the pace.
I wrote about these problems ever since Android 5 was officially launched a month ago and still no fix was issued.
Mihai B said:
HW mode doesn't work at all (mx player says decoder is not supported or something like this), therefore stock player is unable to play it, too. Battery drain is huge with SW mode, what's the purpose of buying applications like MX player that offer accelerated HW decoding then? But just FYI, software mode plays the file flawlessly. The ROM is the purest Android experience one can get right now, so this should not be a problem either. If HW+ mode doesn't work as it should even on stock Android, with developer previews available since months, I don't want to think what will happen with custom ROMs.
We are far away from highly compressed formats like divx, xvid or wmv, high definition content is the present and it seems Mx player with its HW+ decoder can't keep the pace.
I wrote about these problems ever since Android 5 was officially launched a month ago and still no fix was issued.
Click to expand...
Click to collapse
HW+ uses the same native codecs to decode. Only difference is that H/W uses android media framework and mx player uses its own media framework which itself depends on another android library. So, if any issues on codec configuration will affect both.
MX Player was working well on L preview (except the last one in which google hasn't released the sources).
Do you think your device doesn't has enough power to decode a 720p video natively?. Then, have ever thinked about why your stock player can't play the video?
Just google. MX Payer is not the only product. You will see the very large list of complaints all around the world. You are supposed to blame on Google for the semi baked ROM rather than MX Player.
Look at the article from famous Android Police Portal
http://www.androidpolice.com/2014/1...o-playback-issues-after-updating-to-lollipop/
ktsamy said:
HW+ uses the same native codecs to decode. Only difference is that H/W uses android media framework and mx player uses its own media framework which itself depends on another android library. So, if any issues on codec configuration will affect both.
MX Player was working well on L preview (except the last one in which google hasn't released the sources).
Do you think your device doesn't has enough power to decode a 720p video natively?. Then, have ever thinked about why your stock player can't play the video?
Just google. MX Payer is not the only product. You will see the very large list of complaints all around the world. You are supposed to blame on Google for the semi baked ROM rather than MX Player.
Look at the article from famous Android Police Portal
http://www.androidpolice.com/2014/1...o-playback-issues-after-updating-to-lollipop/
Click to expand...
Click to collapse
Thank you for your answer, Ktsamy.
My device is powerful enough to play a 720p video, as in KitKat there were no problems in doing this. I know about the issues mentioned in the link you posted, but they refer to Android 5.0, and as far as I know, this is one of the reasons Google halted 5.0 OTAs, fixed some of the bugs reported by early adopters and then updated most of the devices directly to 5.01. The video issues found in Nexus 7 2013 were supposed to be fixed in 5.01.
So what has to be done? Should we all patiently wait for Google to eventually fix the native android codecs/libraries problems you say they generated in Lollipop? And while we are waiting, applications like MX Player and other similar products are right now useless for the unlucky ones who have Android L installed?
I mean: ok, we do have a problem, but what about everyone (Google, paid app developers) working on a solution instead of blaming each other?
Mihai B said:
Thank you for your answer, Ktsamy.
My device is powerful enough to play a 720p video, as in KitKat there were no problems in doing this. I know about the issues mentioned in the link you posted, but they refer to Android 5.0, and as far as I know, this is one of the reasons Google halted 5.0 OTAs, fixed some of the bugs reported by early adopters and then updated most of the devices directly to 5.01. The video issues found in Nexus 7 2013 were supposed to be fixed in 5.01.
So what has to be done? Should we all patiently wait for Google to eventually fix the native android codecs/libraries problems you say they generated in Lollipop? And while we are waiting, applications like MX Player and other similar products are right now useless for the unlucky ones who have Android L installed?
I mean: ok, we do have a problem, but what about everyone (Google, paid app developers) working on a solution instead of blaming each other?
Click to expand...
Click to collapse
all lollipop devices aren't affected.
Reportedly Google is aware of this issue.
second thing, Since Google is controlling the ROM, app developers can't fix the issue lies on ROM. But, developers can look for temporary workarounds to resolve the issue. But. No guarantee that all bugs will have some workarounds.
Well, stock 5.0 ROM for Nexus devices is fine, so it might just be a recompile or other issue for 5.0.1. @bleu8888 mind taking a look to see if it's just a simple versioning issue with 5.0.1? The updated OTA was released a few days ago for Nexus devices.
CDB-Man said:
Well, stock 5.0 ROM for Nexus devices is fine, so it might just be a recompile or other issue for 5.0.1. @bleu8888 mind taking a look to see if it's just a simple versioning issue with 5.0.1? The updated OTA was released a few days ago for Nexus devices.
Click to expand...
Click to collapse
CDB-Man, the problem was present on 5.00 as well. I flashed the factory image, posted info about the stuttering in the Android 5 topic, Ktsamy pointed me and others affected by this problem to the same link he provided yesterday. In the mean time Google halted the OTAs for 5.00, fixed some bugs, including the one with the video lag present on the Nexus 7 2013 and directly released OTA 5.01. Unfortunately the stuttering in playing high quality mkvs is still present in MX Player, no matter if the ROM is stock 5.00 or 5.01.
Mihai B said:
CDB-Man, the problem was present on 5.00 as well. I flashed the factory image, posted info about the stuttering in the Android 5 topic, Ktsamy pointed me and others affected by this problem to the same link he provided yesterday. In the mean time Google halted the OTAs for 5.00, fixed some bugs, including the one with the video lag present on the Nexus 7 2013 and directly released OTA 5.01. Unfortunately the stuttering in playing high quality mkvs is still present in MX Player, no matter if the ROM is stock 5.00 or 5.01.
Click to expand...
Click to collapse
If it's fixed it supposed to playable in H/W decoder or by Stock Video Player. But, none of these are working.
Can you do the following?
Long Press the video, Play using H/W decoder. if it says H/W decoder is not supported or automatically switches to S/W, close the playback. Collect the logs & upload here.
BTW, According to leaks Google is planning for another major update to 5.1 in Feb 15 to address the major bugs exists in lollipop
---------- Post added at 09:22 PM ---------- Previous post was at 09:20 PM ----------
CDB-Man said:
Well, stock 5.0 ROM for Nexus devices is fine, so it might just be a recompile or other issue for 5.0.1. @bleu8888 mind taking a look to see if it's just a simple versioning issue with 5.0.1? The updated OTA was released a few days ago for Nexus devices.
Click to expand...
Click to collapse
As I have said already, the issue doesn't appear on all nexus devices. Most of the reports are from Nexus 7.
Thanks again, ktsamy, for your help. I was not very sure about how to collect the log, hope it is okay. It said decoder not supported, then switched to sw.
Same here on stock 5.0.1. But the same player is smooth on 4.4.4. So I guess it's Google's problem.
Ktsamy, have you found the time to check the log I have posted a few days ago?
I have an nvidia shield tablet LTE and can confirm HW+ makes video stutter on my device. Was working perfectly prior to the lollipop update. Hope Google, MX Devs or whoever can resolve the issue. Noticed that SW mode is a HUGE battery drain!
I guess it seems that Google really rushed the release of Lollipop.
Mihai B said:
Ktsamy, have you found the time to check the log I have posted a few days ago?
Click to expand...
Click to collapse
@Mihai B @isamu99 @kneep
I've tried some high resolution videos on Nexus 7 2013 5.0.1 but can't reproduce this issue.
So it looks not like happening with all videos.
So I've tried download one of files having this issue -- The.Secret.Life.of.Walter.Mitty.2013.BluRay.720p.x264.DTS-HDWinG.mkv -- but it is taking forever.
Would someone send download link or torren file having enough seed?
bleu8888 said:
@Mihai B @isamu99 @kneep
I've tried some high resolution videos on Nexus 7 2013 5.0.1 but can't reproduce this issue.
So it looks not like happening with all videos.
So I've tried download one of files having this issue -- The.Secret.Life.of.Walter.Mitty.2013.BluRay.720p.x264.DTS-HDWinG.mkv -- but it is taking forever.
Would someone send download link or torren file having enough seed?
Click to expand...
Click to collapse
Bleu8888, I have PM'd you with the link to the file. If you can't download it, please let me know.

[STICKY] MX Player 1.8.x Alpha test

MX Player Develepor (@bleu8888) has published a new aplha version on the official website.The first alpha version of 1.8.x is mainly having fixes for Android 6.
It is not tested properly on earlier Android. There may be some UI issues on earlier android versions.​Kindly report back the issues only on this thread to keep the bug list organized.
Known issues:
Android 6 x86 is not yet supported.
HW+ decoder may be instable on some devices.
Tegra 3 is not yet supported.
Changelog:
Supports playback speed control. Speed can be changed on [Menu > Play > Speed] or by swiping up/down with two fingers. This feature is not available with HW decoder before Android 6.
SSA subtitle rendering can be improved optionally on [Menu > Subtitle > Settings > Text]. This feature only works with SW decoder as of now.
Improved network buffering.
De-interlacing algorithm can be selected between yadif and w3fdif. This feature only works with SW decoder as of now.
List screen floating button can be removed optionally on [Settings > List > Floating button].
Remembers selections/options from previous playback even if starting over playback. This behavior can be changed on [Settings > Player > Remember selection].
Fixed some issues on Android 6.
No longer supports Android 2.x, 3.0/3.1 and ARMv5, ARMv6, MIPS CPUs.
Downloads:MX Player Beta Builds Official Page​
-Reserved for bug list-
-Reserved-
Everything is working well on kitkat. Network play now can cache the buffer with hw+. Playback speed is also working but it is disabled by default setting - player-controls-playback speed. Everything is working on qualcom chipset
Man waiting 4 months to fix it find subtitles from opensubtitles.org and it's still not working. disappointed .- (
QuicksilverCZ said:
Man waiting 4 months to fix it find subtitles from opensubtitles.org and it's still not working. disappointed .- (
Click to expand...
Click to collapse
Are you kidding?
The online subtitle download feature is implemented before 5 months & you are claiming that it was broken from 4 months. As far as I know it was broken from Oct.
Regarding this issue I have already contacted the MX Player Developer. He has already contacted opensubtitles.org team. The issue is from their end. It will be resolved as soon as they fix from their end.
Sent from my SM-G900H using Tapatalk
2 video applications with Search headline issue does. Or other applications that read seek headlines and captions know how to download and unzip the zipper. Therefore, I think that is a problem with your application, and if the problem do not go any other application.
I installed on Lollipop, it won't find my purchase and closes. Had to revert to Play Store pro version.
catman51 said:
I installed on Lollipop, it won't find my purchase and closes. Had to revert to Play Store pro version.
Click to expand...
Click to collapse
I personally use it in my device. It's activated.
If the problem persists kindly contact the developer by mail at [email protected]
Thanks, I just emailed.
ktsamy said:
I personally use it in my device. It's activated.
If the problem persists kindly contact the developer by mail at [email protected]
Click to expand...
Click to collapse
It keeps telling me the neon codec is not installed. When I install the codec from the play store it says its outdated
Is the audio sync feature added.If it is not please add it.
I think I may have solved the problem. I had the last nightly from a while back installed. When the new version couldn't check and closed, after installing the Play Store pro version I then installed this nightly again and it worked.
catman51 said:
I think I may have solved the problem. I had the last nightly from a while back installed. When the new version couldn't check and closed, after installing the Play Store pro version I then installed this nightly again and it worked.
Click to expand...
Click to collapse
i got the same thing then i did what you did and im all good now
whise1 said:
It keeps telling me the neon codec is not installed. When I install the codec from the play store it says its outdated
Click to expand...
Click to collapse
You might have installed x86 version.
Kindly install the app from first or second link (for Pro)
Both has inbuilt neon codecs.
Sent from my SM-G900H using Tapatalk
QuicksilverCZ said:
2 video applications with Search headline issue does. Or other applications that read seek headlines and captions know how to download and unzip the zipper. Therefore, I think that is a problem with your application, and if the problem do not go any other application.
Click to expand...
Click to collapse
Can you check it again. Without any updates the subtitle search function has started working again. I have personally checked.
As I posted earlier It was the opensubtitle.org issue. When they fixed it, it automatically started working again.
Sent from my SM-G900H using Tapatalk
ktsamy said:
You might have installed x86 version.
Kindly install the app from first or second link (for Pro)
Both has inbuilt neon codecs.
Sent from my SM-G900H using Tapatalk
Click to expand...
Click to collapse
I installed the first link. That's why its weird. On my other devices it works fine but on one tablet it gives me that error.
On that device (android 4.1) I get that error, on other devices (> 4.1) it is all good. I think Mxplayer is looking for the neon libs in the wrong folder, since in android <=4.1 libs are in a different folder than in newer versions
whise1 said:
I installed the first link. That's why its weird. On my other devices it works fine but on one tablet it gives me that error.
On that device (android 4.1) I get that error, on other devices (> 4.1) it is all good. I think Mxplayer is looking for the neon libs in the wrong folder, since in android <=4.1 libs are in a different folder than in newer versions
Click to expand...
Click to collapse
The location of library files is standard.
Kindly install mx log collector from play store.
Just open mx player.
When you get the error close it.
Immediately open mx log collector.
Save the logs & upload here.
Sent from my SM-G900H using Tapatalk
ktsamy said:
The location of library files is standard.
Kindly install mx log collector from play store.
Just open mx player.
When you get the error close it.
Immediately open mx log collector.
Save the logs & upload here.
Sent from my SM-G900H using Tapatalk
Click to expand...
Click to collapse
Ok i will do that asap
ktsamy said:
The location of library files is standard.
Kindly install mx log collector from play store.
Just open mx player.
When you get the error close it.
Immediately open mx log collector.
Save the logs & upload here.
Sent from my SM-G900H using Tapatalk
Click to expand...
Click to collapse
Here it is

MX Player Pro crashes during video stream

Hello,
I am experiencing the following problem on MX Player Pro during video streams lately:
The player crashes and just closes on different points of the video.
Sometimes after a few seconds. Sometimes after minutes.
I always need at least 2-3 restarts to watch a 50 minutes video.
When I start the same video stream again after a crash the player doesn't offer me to start from last moment and just starts from beginning.
When I manually close a video stream and start it again MX player asks me where to start, as it should.
I don't have the same problem with locally stored videos. Other video player do not have the same problem with the same video streams.
Here is the crash report:
mega.nz/#!3Q1nyRLK!Y6W_pTECbP2EbyVJ1-bw2-_VNvD_Sa7rYq2NVbO4qu4
More Information:
Moto G falcon 2013
LineageOS
Android 7.1.2
I hope someone can help to find the problem.
Greetings!
I've got the same symptom - recently MX Player for me is becoming quite unreliable, having been perfect for a very long time.
I'm currently testing VLC to make sure it isn't an issue with my files.
mortbrad said:
I've got the same symptom - recently MX Player for me is becoming quite unreliable, having been perfect for a very long time.
I'm currently testing VLC to make sure it isn't an issue with my files.
Click to expand...
Click to collapse
Kindly share a bug report from MX Player help menu with us. Without proper logs, it's very difficult to identify the root cause of the issue. In most of the cases, it's caused by the connection closure on the server end.
I feel like this problem is solved, and I never got to upload my bug report.
Actually it still does for me. Using FireTV stick 2. and It once happened on my android7.0 phone as well.
nzhd said:
Actually it still does for me. Using FireTV stick 2. and It once happened on my android7.0 phone as well.
Click to expand...
Click to collapse
Can you share the bug report?
Thirumalai.K said:
Can you share the bug report?
Click to expand...
Click to collapse
I sent email with the bug report but haven't got any response yet.
here's the bug report. Link
nzhd said:
I sent email with the bug report but haven't got any response yet.
here's the bug report. Link
Click to expand...
Click to collapse
Unfortunately, the logs in your report don't contain information about the issue. Kindly collect the bug reports again immediately after reproducing the issue. Otherwise, the logs will be erased by the system.
Thirumalai.K said:
Unfortunately, the logs in your report don't contain information about the issue. Kindly collect the bug reports again immediately after reproducing the issue. Otherwise, the logs will be erased by the system.
Click to expand...
Click to collapse
sent the bug report in a private message.
Thanks.
@Thirumalai.K
Coupd you please check out the private message again?

Remember position

I am using Samsung Note 9, since updated to Android 10. Mx player pro don't remember my last video position, every time I play video it starts from the beginning ( this not happen with Android 9). Please help
hatranle said:
I am using Samsung Note 9, since updated to Android 10. Mx player pro don't remember my last video position, every time I play video it starts from the beginning ( this not happen with Android 9). Please help
Click to expand...
Click to collapse
Request you to tap on the HW button on the playback screen and check with HW+ Decoder? If the problem persists, please send a bug report from the help menu quickly after reproducing the issues. It will help us to assist you better.
Thank you.

Categories

Resources