Hi, I am using vlc android nightly ( ba7b955 2012-11-19 ), what is the correct shell command to start the VideoPlayerActivity and play a udp url ?
this is what I tried :
am start -n org.videolan.vlc/.gui.video.VideoPlayerActivity -d udp://@226.1.1.1:3333 -t video/* -e udp udp://@226.1.1.1:3333
This opens the activity but doesn't play the stream.