Search found 2 matches

Go to advanced search

by lebossejames76
27 Aug 2022 14:41
Forum: Development around libVLC
Topic: libvlc read m3u android
Replies: 2
Views: 798

Re: libvlc read m3u android

I try this code, i doesn't listen audio stream (m3u file works fine with VLC on my computer): final Media media = new Media(mLibVLC, Environment.getExternalStorageDirectory().getAbsolutePath()+ "/Download/modele.m3u"); mMediaPlayer.setMedia(media); media.release(); mMediaPlayer.play(); 196...
by lebossejames76
24 Aug 2022 07:03
Forum: Development around libVLC
Topic: libvlc read m3u android
Replies: 2
Views: 798

libvlc read m3u android

Hello,

I want to use m3u file (local file) with libvlc, how can i do that please?

Thank you.

Go to advanced search