Nguyen Hoang Lam

Results 23 comments of Nguyen Hoang Lam

Try this: ```java import org.videolan.libvlc.IVLCVout; import org.videolan.libvlc.LibVLC; import org.videolan.libvlc.Media; import org.videolan.libvlc.MediaPlayer private void createPlayer(String url) { try { ArrayList options = new ArrayList(); options.add("--aout=opensles"); options.add("--audio-time-stretch"); options.add("--http-reconnect"); options.add("--network-caching=" + 6 *...

I've tested your url by VLC Player and it can not be streamed. Maybe it's an invalid url.

I paste your url in web browser and see "access was denied" error.

@baralgin1003 I've tried vlc 2.1.0 but there's a issue with SurfaceView. When I stream video with MJPEG url, the SurfaceView' content was scaled down (not scaled to fill its specific...

@SaundersB Thanks for your guide. I'll try it now. By the way, VLC Android SDK still have some issues (stop MediaPlayer cause app freezed...)

@dgreenhalgh No. What I want is when I scroll the child list to the end, I need a callback to let me know that event. So I will load more...

@Try4W Hi, Could you help me with this [issue](https://github.com/nguyenhoanglam/ImagePicker/issues/15)?

Hi @aldrinjoemathew @KelvinPac, Version 1.4.0 is now available! Please read `What's new` and check if your issue has been fixed!

@farrakhj Please check v1.5.0 with `ActivityResultLauncher` way! (The replacement for `startActivityForResult`).