Page 1 of 1

Request jar file for Android

Posted: 06 Sep 2012 12:11
by nuuo
Hi all,

I am a beginner for android programming. since I want to get the rtsp streaming from IP camera. I have try to use VLC player and it works. Now I want to create an apps to watch that camera. I want to have an videoview which can use VLC player in my layout. I want to know how to do it.

For reference, I have try Vitamio. It is okay for me to add the videoview in my layout and then show the video for my preferred size. However, playing local video file and other file is fine but playing for rtsp streaming for IP camera is not okay. So I want to change to VLC player. Anyone can help me?

Thx in advance.

Benny

Re: Request jar file for Android

Posted: 07 Sep 2012 03:31
by edwardw
Hi,

You can try starting VLC with an intent from your application: viewtopic.php?f=35&t=103071#p348298

I think it will work better and be more portable for your usecase.