I implemented your video in our stream tester and it returned an error. I therefore would not expect this video file to work on any of our platforms. Have you considered storing your content on our platform: https://www.jwplayer.com/pricing/
Would you like to chat with one of my colleagues in sales?
I can paste and play this link directly on Web Browser (Ex: Google Chrome). Moreover, this link can also play with another Android video player view here: https://github.com/jeancsanchez/JcPlayer
For more information, I load the video link with snippet below:
PlaylistItem item = new PlaylistItem.Builder() .file("http://zmp3-mp3-mv1-te-media-backup-qt-1.zadn.vn/a448377c0939e067b928/6990353049544235529?key=2MF-8NXYeP_3CdlnBY3CsQ&expires=1495004044") .build(); jwPlayerView.load(item);
I provide more links which also cannot play for better troubleshooting problem:
What’s the valid url? also, what you’ll probably have to do is configure a list of MediaSource objects and specify MediaType.HLS.
https://developer.jwplayer.com/sdk/android/reference/com/longtailvideo/jwplayer/media/playlists/MediaSource.html
https://developer.jwplayer.com/sdk/android/reference/com/longtailvideo/jwplayer/media/playlists/MediaType.html#HLS