Search found 1 match

Go to advanced search

by sangeetha
07 Feb 2017 07:17
Forum: VLC for Android and Chrome OS
Topic: Starting VLC Beta by Intent...
Replies: 49
Views: 20331

Re: Open network stream with VLC from my app

Hi guys, How can I read a network stream with VLC from my app? I already know how to launch VLC. The only problem is how to send the network stream (url). Thanks Lucas Hi, U can use the following code Intent vlcIntent = new Intent(Intent.ACTION_VIEW); vlcIntent .setDataAndTypeAndNormalize(Uri.parse...

Go to advanced search