Search found 1 match

Go to advanced search

by atiqmumtaz
14 Dec 2016 15:15
Forum: Development around libVLC
Topic: How to attach SurfaceView on libVLC 1.9.8?
Replies: 3
Views: 1138

Re: How to attach SurfaceView on libVLC 1.9.8?

ArrayList<String> options = new ArrayList<>(); options.add("--http-reconnect"); options.add("--network-caching=2000"); LibVLC mLibVLC = new LibVLC(options); MediaPlayer sMediaPlayer = new MediaPlayer(mLibVLC); Media media = new Media(mLibVLC, AndroidUtil.LocationToUri("Your ...

Go to advanced search