M3UPlayer icon indicating copy to clipboard operation
M3UPlayer copied to clipboard

This is a simple m3u player for Android.

Results 6 M3UPlayer issues
Sort by recently updated
recently updated
newest added

Hi, I made few tweakes to the code and try running it using an URL but nothing really happened. Inisde M3UParser.java : ``` public void parse(String filename, M3UHandler handler) {...

I loaded my m3u playlist, and when i choose any channel name, the app says : < this video cannot play (code:1). > any help please ? or any other...

import com.nostra13.universalimageloader.cache.disc.naming.Md5FileNameGenerator;

hi man can you help me to add seachview to this project plz thx

Error:Android Source Generator: Error: Can't find bundle for base name messages.AndroidJpsBundle, locale en_CA java.util.MissingResourceException: Can't find bundle for base name messages.AndroidJpsBundle, locale en_CA at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1564) at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1387) at java.util.ResourceBundle.getBundle(ResourceBundle.java:773) at...

Hi crazyks I try using your M3UPlayer code to make my m3u loader using Android studio. Everything seems working ok but using Uri.parse(item.getStreamURL()) to get stream URL and send it...