Parameters to start VLC on Android with command line

VLC for Android and Chrome OS specific usage questions
leonardo.araujo
New Cone
New Cone
Posts: 1
Joined: 10 Nov 2012 19:45

Parameters to start VLC on Android with command line

Postby leonardo.araujo » 10 Nov 2012 20:18

Hello All,

I'm needing start the VLC VideoLAN (http://www.videolan.org/) in my Android device, for example, if the user to clicks on button "receive video stream", then I run the command line to start the VLC VideoLAN.

ex.:

Code: Select all

$ vlc [options] [stream]
The call in the android application I'm doing this:

Code: Select all

Intent intapp = new Intent(Intent.ACTION_MAIN); intapp.putExtra("???", "[commands]????"); startActivity(intapp);
*Remembering that this command is executed within my Activity in Android application and I'm on Ubuntu 12.04.

Could anyone help me?

Thankful!

edwardw
Big Cone-huna
Big Cone-huna
Posts: 2346
Joined: 24 Jun 2012 23:36
VLC version: 3.0.0-git

Re: Parameters to start VLC on Android with command line

Postby edwardw » 11 Nov 2012 13:52

Code: Select all

Intent intapp = new Intent(Intent.ACTION_VIEW, Uri.parse("udp://@111.11.11.11:1111")); startActivity(intapp);


Return to “VLC for Android and Chrome OS”

Who is online

Users browsing this forum: No registered users and 67 guests