Hi,
I am quite new at android apps, and maybee I am asking a easy or impossible thing, but i've search it and havent found any info, VLC is great it's playing a video stream from a ipcam once i set this ( "http://192.168.0.111:88/videostream.asf ... d=password" ) at "open MRL" fieldfrom the android beta, i want my app to play that stream and since videoview and mediaplay android api doesn't do it.
My candidates to achieve it would be :
1- call the vlc player with parameters (so i can specifiy the url ), being possible to stop it, the intent is used to call other apps but not to close them , maybe kill apps but not elegant
2- embed it as mediaplayer inside a webview (tried it doesn't find the plugin)
3- embed it as as mediaplayer inside a videoview
4- web interace works on android ?
Thank you very much for reading and any help or hint you may give me, sorry if this has already been answered but i havent found it in my search.