CDN-FastServer streams are not working on firestick with mx player - MX Player

Any chance of getting cdn-FastServer streams to work in mx player
They work fine in vlc & yesplayer
When playing a video from a cdn-FastServer on my phone mx player can play it but on the firestick it just eventually comes up with unable to play video
However vlc player (and others such as yes player) can play the stream on the firestick without issue
See below post for logs/error report

Any reason why mx player won't play videos from cdn-FastServer
They play perfectly fine with vlc

TheFixItMan said:
Any chance of getting cdn-FastServer streams to work in mx player
They work fine in vlc & yesplayer
Click to expand...
Click to collapse
Could you please explain the issues in detail? It will be great if you can collect a bug report from MX Player help menu immediately after the issue.
NB: Kindly post the issues in a separate thread. Otherwise, It will be very difficult to track us.

Thirumalai.K said:
Could you please explain the issues in detail? It will be great if you can collect a bug report from MX Player help menu immediately after the issue.
NB: Kindly post the issues in a separate thread. Otherwise, It will be very difficult to track us.
Click to expand...
Click to collapse
Here are the error logs (in attachment)
If I play a video that is hosted on a cdn-FastServer on my phone in mx player it plays fine but on my firestick the buffer circle just spins and eventually says cannot play this video
However if I open the same video stream in vlc on my firestick it plays fine meaning its not a firestick limitation but a problem with mx player playing these streams on a firestick

TheFixItMan said:
Here are the error logs (in attachment)
If I play a video that is hosted on a cdn-FastServer on my phone in mx player it plays fine but on my firestick the buffer circle just spins and eventually says cannot play this video
However if I open the same video stream in vlc on my firestick it plays fine meaning its not a firestick limitation but a problem with mx player playing these streams on a firestick
Click to expand...
Click to collapse
It's strange. According to the logs, HW Decoder which is based on the android mediaplayer API implementation in your firmware has failed to play with unknown error. And FFMpeg has returned with 404 (File not found). Both are completely independent. Need to check whether there is something that is intercepting or blocking the connection of MX Player.

Thirumalai.K said:
It's strange. According to the logs, HW Decoder which is based on the android mediaplayer API implementation in your firmware has failed to play with unknown error. And FFMpeg has returned with 404 (File not found). Both are completely independent. Need to check whether there is something that is intercepting or blocking the connection of MX Player.
Click to expand...
Click to collapse
Any suggestions because like I said - the video plays fine in other players so it's not my Internet connection or anything on the firestick blocking it
MX player can play all other streams except from cdn-FastServer on the firestick
MX player can play cdn-FastServer streams on my phone
So there's something that mx player does differently on the firestick compared to my phone
The firestick is android 5 and my phone is android 7 both using the custom codec
So unless there are missing codecs that are native to android 7 & not 5 or just missing from the firestick I don't know what the difference is

TheFixItMan said:
Any suggestions because like I said - the video plays fine in other players so it's not my Internet connection or anything on the firestick blocking it
MX player can play all other streams except from cdn-FastServer on the firestick
MX player can play cdn-FastServer streams on my phone
So there's something that mx player does differently on the firestick compared to my phone
The firestick is android 5 and my phone is android 7 both using the custom codec
So unless there are missing codecs that are native to android 7 & not 5 or just missing from the firestick I don't know what the difference is
Click to expand...
Click to collapse
are your Mobile and Firestick on the same network?
can you change the MX Player user agent (Check general Settings) to something like your mobile & check again?
FFmpeg should work as long as you are using the right version for your CPU architecture. If your CPU architecture is different, MX Player itself will show the error.
The logs from FFmpeg was clear that it has received 404. But, we couldn't reproduce it any of our devices. We have even directly tried FFmpeg command line version on desktops. It also works. Even if it's an FFmpeg fault, It will affect only HW+ & SW decoders. HW decoder is independent. As we said earlier, it's just a wrapper of android mediaplayer API implementation on your device. So, MX Player does not have many controls. But, It is also having the issues.
It is the clear indication that there is something that is preventing MX from connecting to the CDN. If it possible, can you use any debugging proxies & check the connection logs of yours firestick? In our tests, it receives 302 (Moved Temporarily along with the new URL) and then it connects to redirected URL properly.
If You clearly receives 404, then there might be some server configuration which might be preventing you from connecting to the server.

Thirumalai.K said:
are your Mobile and Firestick on the same network?
can you change the MX Player user agent (Check general Settings) to something like your mobile & check again?
FFmpeg should work as long as you are using the right version for your CPU architecture. If your CPU architecture is different, MX Player itself will show the error.
The logs from FFmpeg was clear that it has received 404. But, we couldn't reproduce it any of our devices. We have even directly tried FFmpeg command line version on desktops. It also works. Even if it's an FFmpeg fault, It will affect only HW+ & SW decoders. HW decoder is independent. As we said earlier, it's just a wrapper of android mediaplayer API implementation on your device. So, MX Player does not have many controls. But, It is also having the issues.
It is the clear indication that there is something that is preventing MX from connecting to the CDN. If it possible, can you use any debugging proxies & check the connection logs of yours firestick? In our tests, it receives 302 (Moved Temporarily along with the new URL) and then it connects to redirected URL properly.
If You clearly receives 404, then there might be some server configuration which might be preventing you from connecting to the server.
Click to expand...
Click to collapse
Both firestick & phone are on same network
Both have exactly same settings in mx player
Both are arm v7 neon
It doesn't explain why other players can play the cdn link on the firestick but mx player can't
Surely if something was blocking the link it would block it across all players unless it was an app specific block & I have set up no such block of apps either individually or globally
Equally if there was a server configuration block I don't see why they would block mx player connecting & not other players on a firestick especially as it works on a phone
I don't know if this would help but Iv attached the log of vlc whilst playing the stream on the firestick

TheFixItMan said:
Both firestick & phone are on same network
Both have exactly same settings in mx player
Both are arm v7 neon
It doesn't explain why other players can play the cdn link on the firestick but mx player can't
Surely if something was blocking the link it would block it across all players unless it was an app specific block & I have set up no such block of apps either individually or globally
Equally if there was a server configuration block I don't see why they would block mx player connecting & not other players on a firestick especially as it works on a phone
I don't know if this would help but Iv attached the log of vlc whilst playing the stream on the firestick
Click to expand...
Click to collapse
There are plenty of ways, a server could block a particular device or app.
Have you tried after changing the User Agent on MX Player to something like in your mobile or something generic like MXPlayer/1.9.24 ?
Unlike others, MX Player generates a unique user agent for every device model based on its build properties. If the CDN's redirect conditions block the particular UA string, then it could happen. As it works everywhere except Firestick, it could be a possible reason.

Thirumalai.K said:
There are plenty of ways, a server could block a particular device or app.
Have you tried after changing the User Agent on MX Player to something like in your mobile or something generic like MXPlayer/1.9.24 ?
Unlike others, MX Player generates a unique user agent for every device model based on its build properties. If the CDN's redirect conditions block the particular UA string, then it could happen. As it works everywhere except Firestick, it could be a possible reason.
Click to expand...
Click to collapse
Yes Iv changed it & it made no difference
Apart from the Android version & the build name they both use mozilla 5.0
I changed it to the generic string but it made no difference
Guess I'll just to use vlc for these streams

TheFixItMan said:
Yes Iv changed it & it made no difference
Apart from the Android version & the build name they both use mozilla 5.0
I changed it to the generic string but it made no difference
Guess I'll just to use vlc for these streams
Click to expand...
Click to collapse
Can you collect the network data using a debugging proxy? It will help us to understand better.

Thirumalai.K said:
Can you collect the network data using a debugging proxy? It will help us to understand better.
Click to expand...
Click to collapse
Not sure if this exactly what you wanted as I can only use apps which I find (no pc)
Iv captured the packets whilst playing the stream in mx player & vlc
You can see that vlc redirects to a different server where as mx player fails to redirect & says file not found

TheFixItMan said:
Not sure if this exactly what you wanted as I can only use apps which I find (no pc)
Iv captured the packets whilst playing the stream in mx player & vlc
You can see that vlc redirects to a different server where as mx player fails to redirect & says file not found
Click to expand...
Click to collapse
Thanks for your efforts.
In fact, MX has tried the redirected URL. It looks like a server side restriction as we have expected.
If you look at the #1 of MX & VLC get requests, both MX & VLC has sent a GET request for the same URL.
Code:
GET: /storage_movie/1/194057/cdn2_vidcdn_pro/movie/hoaphuong/Thang%206/1.6/Watch%20World%20of%20Dance%20-%20Season%202%20For%20Free%20On%20yesmovies.to.mp4
HOST: cdn.vidnode.net
If you look at the Server Reply, Both has returned with 302 (i.e redirection). But with the different target location
For VLC, the server has returned with a valid video URL which is same as what we are receiving on our mobiles.
Code:
Location: https://video.xx.fbcdn.net/v/t42.9040-2/10000000_403505290165887_8647744692890370048_n.mp4?_nc_cat=0&efg=eyJybHIiOjIwMDUsInJsYSI6NDA5NiwidmVuY29kZV90YWciOiJzdmVfaGQifQ%3D%3D&rl=2005&vabr=1337&oh=70cdf02f8b7a517206ca3be7918d6a2e&oe=5B18F57C
But, For MX, the server has returned with a URL which does not exist.
Code:
Location: http://cdn16.micetop.us/cdn2_vidcdn_pro/movie/hoaphuong/Thang 6/1.6/Watch World of Dance - Season 2 For Free On yesmovies.to.mp4
Then both VLC & MX has tried whatever URL it has received. As VLC has received a valid URL, it has played the file. But, MX has received an invalid URL. So, it has failed to play.
Can you provide the actual source of the URLs?
MX Player API allows passing any HTTP headers which are required for the connection. The application which calls MX through intents sends the referer as "https://vidnode.net/". When MX Passes the received referer on the GET request, the server returns with the invalid redirection URL. If there is no referer is passed on the headers, server properly returns the valid URL.
So, there might be some configs on the server which decides the redirection URL based on the Referer. We are not sure whether it's intentional or mistake.
So, it is something that has to be fixed on the app which calls MX Player or on the server end. We can't drop the HTTP referer on the GET requests as it will break the apps that genuinely rely on it.
You can confirm this by directly inputting the URL on the MX Player's network stream option.
Code:
http://cdn.vidnode.net/storage_movie/1/194057/cdn2_vidcdn_pro/movie/hoaphuong/Thang%206/1.6/Watch%20World%20of%20Dance%20-%20Season%202%20For%20Free%20On%20yesmovies.to.mp4
If this works, Kindly contact the app developer of the parent app which is calling the MX.

Thirumalai.K said:
Thanks for your efforts.
In fact, MX has tried the redirected URL. It looks like a server side restriction as we have expected.
If you look at the #1 of MX & VLC get requests, both MX & VLC has sent a GET request for the same URL.
Code:
GET: /storage_movie/1/194057/cdn2_vidcdn_pro/movie/hoaphuong/Thang%206/1.6/Watch%20World%20of%20Dance%20-%20Season%202%20For%20Free%20On%20yesmovies.to.mp4
HOST: cdn.vidnode.net
If you look at the Server Reply, Both has returned with 302 (i.e redirection). But with the different target location
For VLC, the server has returned with a valid video URL which is same as what we are receiving on our mobiles.
Code:
Location: https://video.xx.fbcdn.net/v/t42.9040-2/10000000_403505290165887_8647744692890370048_n.mp4?_nc_cat=0&efg=eyJybHIiOjIwMDUsInJsYSI6NDA5NiwidmVuY29kZV90YWciOiJzdmVfaGQifQ%3D%3D&rl=2005&vabr=1337&oh=70cdf02f8b7a517206ca3be7918d6a2e&oe=5B18F57C
But, For MX, the server has returned with a URL which does not exist.
Code:
Location: http://cdn16.micetop.us/cdn2_vidcdn_pro/movie/hoaphuong/Thang 6/1.6/Watch World of Dance - Season 2 For Free On yesmovies.to.mp4
Then both VLC & MX has tried whatever URL it has received. As VLC has received a valid URL, it has played the file. But, MX has received an invalid URL. So, it has failed to play.
Can you provide the actual source of the URLs?
MX Player API allows passing any HTTP headers which are required for the connection. The application which calls MX through intents sends the referer as "https://vidnode.net/". When MX Passes the received referer on the GET request, the server returns with the invalid redirection URL. If there is no referer is passed on the headers, server properly returns the valid URL.
So, there might be some configs on the server which decides the redirection URL based on the Referer. We are not sure whether it's intentional or mistake.
So, it is something that has to be fixed on the app which calls MX Player or on the server end. We can't drop the HTTP referer on the GET requests as it will break the apps that genuinely rely on it.
You can confirm this by directly inputting the URL on the MX Player's network stream option.
Code:
http://cdn.vidnode.net/storage_movie/1/194057/cdn2_vidcdn_pro/movie/hoaphuong/Thang%206/1.6/Watch%20World%20of%20Dance%20-%20Season%202%20For%20Free%20On%20yesmovies.to.mp4
If this works, Kindly contact the app developer of the parent app which is calling the MX.
Click to expand...
Click to collapse
Yes inputting the stream directly into mx player alows it to work
So the app that calls mx player to play the link is doing something to stop it working
It's odd because on my phone that same app which calls mx player allows it to play fine
Thanks for your help

TheFixItMan said:
Yes inputting the stream directly into mx player alows it to work
So the app that calls mx player to play the link is doing something to stop it working
It's odd because on my phone that same app which calls mx player allows it to play fine
Thanks for your help
Click to expand...
Click to collapse
In fact, the calling app sends the full set of http headers to be used (including the user agent string). As the app has requested, It will be used on http connection despite your custom User Agent settings. You could see a Windows UA on the http logs.
As the invalid redirection URL also a media url, it could be even a conflict on server which is triggered when using the referer. So, we are not sure that whether intentionally done or not.
Btw, Can you specify the name of the app?
It will help us to provide a better support for those who has similar issues.

Thirumalai.K said:
In fact, the calling app sends the full set http headers to be used (including the user agent string). As the app has requested, It will be used on http connection despite your custom User Agent settings. You could see a Windows UA on the http logs.
As the invalid redirection URL also a media url, it could be even a conflict on server which is triggered when using the referer. So, we are not sure that whether intentionally done or not.
Btw, Can you specify the name of the app?
It will help us to provide a better support for those who has similar issues.
Click to expand...
Click to collapse
Imagine if there were hardly any planets in the planetarium
Bit cryptic but you should be able to work out the app from that lol as I can't post it here for obvious reasons

Volka IPTV crush
I have a similar issue, my iptv application "Volka Pro2" keeps crushing on amazon Fire stick but not on my Mobile phone. I get an error " error creating player"
Anyone with similar problem who have figured out the solution?

Mndj said:
I have a similar issue, my iptv application "Volka Pro2" keeps crushing on amazon Fire stick but not on my Mobile phone. I get an error " error creating player"
Anyone with similar problem who have figured out the solution?
Click to expand...
Click to collapse
It seems to be an issue with the app. As this subforum is dedicated for MX Player related queries, request you to post your query in an appropriate section for better support.

Related

[Feature Request]Support DLNA/UPnP??

Can MX support DLNA? This is useful!
The best app for that is BubbleUPnP: https://play.google.com/store/apps/details?id=com.bubblesoft.android.bubbleupnp&hl=en
I also would like to have the Option "inside" MX Player to set my TV as Output Renderer.
For instance, if iam at my Work Break, i watch something, e.g. it has an Extra SRT Subtitle, and iam at a Position inside the Movie lets say 20 Minutes in,
for when i get home, with Bubble PNP i have to search the Video, i have to Jump Forward to the Position i was, only to see, the the SRT File is not there.
I Tried Imediashare, Pixel DMS etc. no one gets it with the SRT´s.
It would be just perfekt, if you could add UPNP as an Output Renderer, like Youtube or Imediashare. Even other Mediaplayers do it nowadays.
thx in advance.
Youtube generally rides on proprietary Chromecast. Also, if you are truly using DLNA/UPnP, using MX Player won't help. When it's sent to the TV or whatever receiving device, the DLNA standard says that the receiving device does all the decoding, meaning that the receiving device needs to accept SRT subs.
Iam just a regular UPNP user, no chromecast, maybe next year with Screencast to chromecast2, so i can beam MXplayer output "as is" to the Stick.
From what i know, long time a go, i used the Samsung PC UPNP software, that came with my old Samsung TV, guess it was something 6000 series.
From that time i remember good, that the PC Software was able to start "feeding" the TV the Stream, at the last known and remembered Position of the Stream I watched e.g. a weeky early,
same as MX player so perfectly does.
Also the Software , as you say, streamed the SRT file to the TV, and this was accepting it. It was one of the main reasons, i bought a samsung in the first place.
so in short.
1. Starting the UPNP Stream at the Position of the File were MX player stands
2. Send the Srt file that is selected inside MX Player (e.g. the downloaded versions) to the TV
3. Remember the Postion the Stream to TV was interrupted (e.g. TV was shutdown)
if this is all implemented, MX would be king.
Except, BubbleUPnP already does most, if not all, of that. In fact, you can even use BubbleUPnP to manage your library, and also tell BubbleUPnP to use MX Player when playing files locally on the phone. BubbleUPnP will handle the DLNA streaming to the TV/TV-stick.
The PC software you are describing sounds a lot like what BubbleUPnP does on Android.
Tagging @bubbleguuum as perhaps he can comment a but further on what BubbleUPnP can do.
P.S. Hi bubbleguuum! You may or may not remember that MX Player forums used to be on Google Groups, but since last year we've moved to XDA Shout-out to @ktsamy for getting MX Player its own subforum.
I Still dont get, how i would use MX Player in conjuction with BubbleUPNP ?
from what i understand, these are two seperate Video Players, MX is for Phone, and Bubble is Phone and Stream to TV.
You make it sound, like i could/should use both simultaneously ? How would that work in real life ?
Thx for your help.
Within BubbleUPnP, you can specify the local renderer as MX Player.
yeah i tried that, but that is only helping bubblepnp to render the file locally to be able to read the file and then be able to stream it.
I want it the other way arround. I would like MX player to use Bubbleupnp as the intermediate Program to stream to the TV.
Cuz only then i have my last "MX player" known Starting Position inside the video.
If Bubbleupnp searches the Files in File structure, it always start from the beginning of the file, and have to search by hand, where i might was in MX Player.
or can i get bubbleupnp to read out that info out of MX player to jump to the time withing the videofile ? i guess not ?
thx for the help
You should ask that question in BubbleUPnP's support thread.
http://forum.xda-developers.com/showthread.php?p=14610073
So, somehow, through my involvement or not, i got em to implement some "resume" feature into his Streaming upnp.
But heres the bummer, its useless for my scenario (wich is really so weird ?)
Bubbleguuum: The video resume feature is only implemented for streaming to external renderers.
For local playback, it's up to the video player app used to eventually implement it at all (eg MX Player does it by default),
but it is entirely separate from BubbleUPnP.
so back to square one, for my "local playing and resume later on TV" dreams.
could you maybe make an API for MX, were bubbleguuum could crawl the MX local resume time data for a given file ?
so he could maybe ask for "resume last local time, or External Rendering time", and than resumes at the Time MX Player Throws at em ?
thx for your patience
That sounds like a stretch usage case, as then you would still have MX marked as incomplete, even though you've finished watching whatever it is on the TV via BubbleUPnP.
not if Bubbleupnp could save its resume time back to MX Player over your API.
And it was just a suggestion, to how to solve "my?" problem, of not beeing able, to stream from MX Player to my TV.
I dont want the struggle with Bubbleupnp. I just want, that MX Player could stream something, dont care if i have to buy a googlecast stick, or what ever device. But now i am just stuck, with 2 Programs, doing the same thing. one is now also resuming, nice. but not local ?
and MX player is only resuming local. wth, thats now the end of it ? why isnt MX Player capable of Stream to an external renderer ?
is watching on TV and Mobile such an awkward usage case ? Thx anyway, seems like i am just a dreamer.
benjamin3005 said:
of not beeing able, to stream from MX Player to my TV.
Click to expand...
Click to collapse
Native streaming is something that is on the developer's eventual todo list already. As to his status, I don't know.
http://forum.xda-developers.com/apps/mx-player/sticky-mx-player-chromecast-t2725253
ahhhh thx. only thing is, that this thread started like 2014. so is there really hope. i dont know, at least, iam not alone anymore with my wish. Maybe with chromecast 2 comin out, MX Streaming development is finished dont know why bubbleupnp is working, and MX not. Its really silly to sit in front of a 55 TV holding your phone, to watch stuff. thats some kind of 2nd screen generation
thx for your patience. iam off

Mts File streaming over http having minor problem

Hi, I am helping out a math instructor to let his students watch videos that he recorded during class on their own phones, tablets.
And i found that the video format is MTS.
I got a internal network http file server system running and mounted all the files, mp4 file streams are looking good with MX player.
But when I attempt to open a link that refers to MTS files, they do not stream. They just download on the phones.
And it seems like it works when I paste the url on the app manually, but does not when I click the link on the browser... So I assume it is a problem that the browser cannot handle MTS files as video formats...
Q.Can I modify the browser(I'm using chrome, but I can let the students use any other apps) by some settings to associate the MTS file links to MX player?
P.S. I was not allowed to encode the files to any another formats, because those files need to be big enough (so nobody else could steal them easily&sneaky, the instructor is selling those videos to non-students, so stealing would be a big problem.), and all the computers they have literally suck at encoding. (Probably 1 : 2 / video runtime : rendering time ratio, even the server sucks.)
Sorry for the poor grammar and thank you!
jameskyer said:
Hi, I am helping out a math instructor to let his students watch videos that he recorded during class on their own phones, tablets.
And i found that the video format is MTS.
I got a internal network http file server system running and mounted all the files, mp4 file streams are looking good with MX player.
But when I attempt to open a link that refers to MTS files, they do not stream. They just download on the phones.
And it seems like it works when I paste the url on the app manually, but does not when I click the link on the browser... So I assume it is a problem that the browser cannot handle MTS files as video formats...
Q.Can I modify the browser(I'm using chrome, but I can let the students use any other apps) by some settings to associate the MTS file links to MX player?
P.S. I was not allowed to encode the files to any another formats, because those files need to be big enough (so nobody else could steal them easily&sneaky, the instructor is selling those videos to non-students, so stealing would be a big problem.), and all the computers they have literally suck at encoding. (Probably 1 : 2 / video runtime : rendering time ratio, even the server sucks.)
Sorry for the poor grammar and thank you!
Click to expand...
Click to collapse
We have checked with the latest version of the MX Player with the latest version of the chrome. MX Player is listed properly when the MTS file link is clicked. In our tests, Firefox has shown the similar issue as Firefox uses standard mime types.
Kindly check it again with chrome.
If you prefer Firefox, assign a video mime (like video/mp2ts) for mts extension on your server. Then it will also work.
Thirumalai.K said:
We have checked with the latest version of the MX Player with the latest version of the chrome. MX Player is listed properly when the MTS file link is clicked. In our tests, Firefox has shown the similar issue as Firefox uses standard mime types.
Kindly check it again with chrome.
If you prefer Firefox, assign a video mime (like video/mp2ts) for mts extension on your server. Then it will also work.
Click to expand...
Click to collapse
I have added the mime-type on the server and it worked.
Thank you!
나의 SM-N915S 의 Tapatalk에서 보냄

Cannot rewind m4a or weba files while streaming

Basically rewind while streaming files via HTTP protocol only works for mp3 for me. This problem does appear on any external HTTP server, but I also used mine own server to look at HTTP requests and there is no ranged requests for non-mp3 files for some reason, only for mp3 files. I'm not sure if it's MX Player bug or not, maybe something wrong with my phone's OS, I'm using Android 6.0, if it matters.
dudoser said:
Basically rewind while streaming files via HTTP protocol only works for mp3 for me. This problem does appear on any external HTTP server, but I also used mine own server to look at HTTP requests and there is no ranged requests for non-mp3 files for some reason, only for mp3 files. I'm not sure if it's MX Player bug or not, maybe something wrong with my phone's OS, I'm using Android 6.0, if it matters.
Click to expand...
Click to collapse
actually I just checked and m4a files are working, it's a weba problem
dudoser said:
actually I just checked and m4a files are working, it's a weba problem
Click to expand...
Click to collapse
Kindly collect a bug report from MX Player help menu after reproducing the issue and share the same here. It will help us to assist you better.

since v.1.10.12, mx player doesn't show up in the listof the players

My device is on android 7.0 and since last two beta updates from playstore, MX disappeared from the player list when I try to play the network stream.
It still shows up when playing the video stored in the device, but not when the video is a network stream.
This issue happens with v.1.10.12 and 1.10.13 so I installed 1.10.9 and it works now.
Hopefully this issue will be fixed in the next version.
Same here. Android 7.1.1
nzhd said:
My device is on android 7.0 and since last two beta updates from playstore, MX disappeared from the player list when I try to play the network stream.
It still shows up when playing the video stored in the device, but not when the video is a network stream.
This issue happens with v.1.10.12 and 1.10.13 so I installed 1.10.9 and it works now.
Hopefully this issue will be fixed in the next version.
Click to expand...
Click to collapse
Venomphone said:
Same here. Android 7.1.1
Click to expand...
Click to collapse
There weren't any changes in this regard. If you meant that MX Player is not listed while opening video links on Chrome, it is an internal change on the Chrome. It uses it's own mediaplayer instead of asking you to select the activity (or app) to handle the link. If it is not supported, it directly starts downloading the file. Similarly, some other social apps (like Whatsapp, Telegram) has started using the same in the recent time. Since we do not have any controls on their app, we are also helpless on this
MXPlayer said:
There weren't any changes in this regard. If you meant that MX Player is not listed while opening video links on Chrome, it is an internal change on the Chrome. It uses it's own mediaplayer instead of asking you to select the activity (or app) to handle the link. If it is not supported, it directly starts downloading the file. Similarly, some other social apps (like Whatsapp, Telegram) has started using the same in the recent time. Since we do not have any controls on their app, we are also helpless on this
Click to expand...
Click to collapse
Hmm I don't think it's the change on the chrome. All the other players such as vlc, kodi and all the other player kind apps installed on my phone still show up, and even MX player v.1.10.9 working fine. Only MX player v.1.10.12 and 1.10.13 disappeared. ( i've just updated to 1.10.15 to see if there's any difference but unfortunately this version doesn't show up on the list either.)
And I was not trying to open the stream link on chrome. It was a kind of cloud app(no recent update) and have been using it with no issues until v.1.10.12.
nzhd said:
Hmm I don't think it's the change on the chrome. All the other players such as vlc, kodi and all the other player kind apps installed on my phone still show up, and even MX player v.1.10.9 working fine. Only MX player v.1.10.12 and 1.10.13 disappeared. ( i've just updated to 1.10.15 to see if there's any difference but unfortunately this version doesn't show up on the list either.)
And I was not trying to open the stream link on chrome. It was a kind of cloud app(no recent update) and have been using it with no issues until v.1.10.12.
Click to expand...
Click to collapse
That's strange.
Kindly make sure that "Play media links" in the settings > general is enabled in MX Player.
If it is already enabled, Can you pls share more information with us like the name of the cloud app, version, device details, etc? We will try to reproduce it in our end and get it fixed for you.
MXPlayer said:
That's strange.
Kindly make sure that "Play media links" in the settings > general is enabled in MX Player.
If it is already enabled, Can you pls share more information with us like the name of the cloud app, version, device details, etc? We will try to reproduce it in our end and get it fixed for you.
Click to expand...
Click to collapse
I just sent email to [email protected] about this issue. Please check it out.
nzhd said:
I just sent email to [email protected] about this issue. Please check it out.
Click to expand...
Click to collapse
We are investigating this. We will try to get it fixed at the earliest.
MX Player fails to recognize intent from other apps
Hi, I am an Android developer and I have been using MX player as a video player for my app for 3 years now. My app has HLS links that I pass to MX Player via intent. But since the last two updates, MX player has stopped recognizing that intent, and ActivityNotFoundException is thrown in my app. I have around 10 million app users and most of them rely on MX player to play HLS links from my app. Please look into this matter at the earliest. Hoping to hear from you soon. Here is the code I have used in my app to launch MX player:
Code:
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setPackage(getMXPlayerPackage(context)); //here i check which package mx player is installed (paid or free) and then return the corresponding package
intent.setDataAndType(Uri.parse(uri), "video/*");
startActivity(intent);
abbashassan said:
Hi, I am an Android developer and I have been using MX player as a video player for my app for 3 years now. My app has HLS links that I pass to MX Player via intent. But since the last two updates, MX player has stopped recognizing that intent, and ActivityNotFoundException is thrown in my app. I have around 10 million app users and most of them rely on MX player to play HLS links from my app. Please look into this matter at the earliest. Hoping to hear from you soon. Here is the code I have used in my app to launch MX player:
Code:
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setPackage(getMXPlayerPackage(context)); //here i check which package mx player is installed (paid or free) and then return the corresponding package
intent.setDataAndType(Uri.parse(uri), "video/*");
startActivity(intent);
Click to expand...
Click to collapse
MXPlayer said:
We are investigating this. We will try to get it fixed at the earliest.
Click to expand...
Click to collapse
just updated to v.1.10.17 from Playstore and this issue is resolved. Thanks!

mx player

Hello, I really enjoy the app.
I downloaded an mx player from Google Play in version 1.26.7,
and when I want to run the decoder - (I tried NEON and AIO),
it writes to me "Can't find a custom decoder. Please use the ARMv7 NEON 1.25.0 decoder version".
What am I supposed to do?
Some audio files are not working (EAC3) And it sucks me a lot.
Thank you very much
MX player Local Network Connection Error​
Need Help using Local network in MX player on Nvidea Shield.
I'm unable to reach host when trying to log into my laptops local network with MX player. VLC doesn't have that problem so I'm sure it isn't my laptops network settings. I just don't like VLC interface I prefer MX player
I use my laptops hostname and ip adress I looked up in Command prombt. Under server I have tried the following SMB:\\ 192.XXX.XXX.XX and SMB:\192.XXX.XXX.XX or just my ip adress 192.XXX.XXX.XX
For the path I use C:\ Users\Kram\Videos. Really don't know what the problem is. Keep getting the following result: "Connection error Unable to reach host. Please make sure that hostname /Ip and path are valid and try again''...I have the latest MX Player version...
Can anybody please help?
I too applied more than 15 times and there is no response from MxPlayer team. Its more than 1years. We have our own Video Production ( Jol chobi studios) and produce original regional content in youtube - multiple channels. Looks like mXplayer is poor in responding to requests or they may have too many requests with less staff to handle them. Either ways, its quite frustrating. What is thing???
Kram40 said:
MX player Local Network Connection Error​
Need Help using Local network in MX player on Nvidea Shield.
I'm unable to reach host when trying to log into my laptops local network with MX player. VLC doesn't have that problem so I'm sure it isn't my laptops network settings. I just don't like VLC interface I prefer MX player
I use my laptops hostname and ip adress I looked up in Command prombt. Under server I have tried the following SMB:\\ 192.XXX.XXX.XX and SMB:\192.XXX.XXX.XX or just my ip adress 192.XXX.XXX.XX
For the path I use C:\ Users\Kram\Videos. Really don't know what the problem is. Keep getting the following result: "Connection error Unable to reach host. Please make sure that hostname /Ip and path are valid and try again''...I have the latest MX Player version...
Can anybody please help?
Click to expand...
Click to collapse
Edit Server
Name : Anything
Server : smb://HostName (example : smb://mypcname)
Path : Movie (Only the name of shared folder name)
Uncheck Anonymously
Domain : nothing
Name : Your-PC-User-Account-Name
Password : The-Password

Categories

Resources