I think it would be cool if Android VLC supported a few desktop VLC commands in Playlist like desktop VLC does. Commands Like: --input-repeat=<integer [-2147483648 .. 2147483647]> Input repetitions Number of time the same input will be repeated --start-time=<float> Start time The stream will start a...
Something is off with Intents. if I do: Uri urit = Uri.parse("file:///storage/emulated/0/Music/somemusicfile.mp3"); Intent vlcIntent = new Intent(Intent.ACTION_VIEW); vlcIntent.setPackage("org.videolan.vlc.debug"); vlcIntent.setDataAndTypeAndNormalize(urit, "audio/*"); ...
I got a text video from my friend. When Android asked what app to use to open it I chose RC4 VLC. Would not play. Then I tried it again and opened it with current stable release of VLC. Played just fine with it. It is a MP4 video file. It seems that you are trying to play a local file. If the playl...
The example shown on that page ( https://wiki.videolan.org/Android_Player_Intents/ ) isn't working in nightlies with device files. I works fine with internet audio streams. But: Uri uri = Uri.parse("file:///storage/emulated/0/Movies/KUNG FURY Official Movie.mp4"); type isn't working. I tri...
I use this intent to start an internet radio stream on VLC. https://wiki.videolan.org/Android_Player_Intents/ What I want to do is use an intent to Stop that internet stream. Is there an intent method to do that? I'm trying to make an app for personal use only that with one press it will: 1. stop in...
This is what I get from ABD: Performing Streamed Install adb: failed to install VLC-Android-3.3.0-RC-4-arm64-v8a.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Package /data/app/vmdl737153201.tmp/base.apk has no certificates at entry AndroidManifest.xml] Is this apk even meant to be installed b...
I like to test/tryout the nightlies and install them my OnePlus 7T. I don't have any problems doing this. But why am I unable to install the apk from this directory? https://artifacts.videolan.org/vlc-android/release/ See below for picture. I have tried uninstalling the nightlies and the regular rel...
Also if you take any of those streaming radio urls and put them in the "New stream" area of VLC Android , they won't play there either on RC1 nor RC2. The VLC on fdroid and GPlay that will work though. Working stable VLC: https://i.imgur.com/YbniZbe.png Not working RC1 RC2 VLC: https://i.i...
same thing with xspf playlists of internet radio stations. - Paste the following code in a text editor. Save with extention .xspf - Put on your Android device - In Playlist section click on it Will work fine in current VLC Android that is on fdroid, GPlay etc. Will work from nightly betas from about...
- Paste the following code in a text editor. Save with extention .M3U - Put on your Android device - In Playlist section click on it Will work fine in current VLC Android that is on fdroid, GPlay etc. Will work from nightly betas from about 8 days ago Will NOT work with RC1 nor RC2 #EXTM3U #EXTINF:0...
I use VLC Android as my internet radio player. I have my own created M3U and XSPF playlists of internet radio streams. These new Release Candidates these last few days have broken internet streams! Don't release it! The betas before the RCs worked okay. But RCs broke internet streaming!