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...