1

I have got a task to make application which can to connect to camera by IP and show video from it. But I'm a new developer and I don't know it is possible or not. Please, give me an advice.

user1078760
  • 749
  • 2
  • 11
  • 17

2 Answers2

1

Well, if it's any help, there are TONS of "IP camera"'s around. Generally, its just a matter of some simple HTML/JS code to grab the stream, or they abide by one of the video streaming protocols.

  • RTSP: Similar question here
  • RTP: Use the JMF library.

I can help out a little more if you tell me the IP camera you have in mind, and the protocol you want to stream in, but as long as the camera doesn't use some strange protocol, it should be possible. Hope this helps!

Community
  • 1
  • 1
SuperTron
  • 4,203
  • 6
  • 35
  • 62
  • Thank you for comment. Am I able to connect with you later when I get protocol from client? Give me anything info please - skype/email. It is very important for me. – user1078760 Dec 18 '11 at 06:03
0

There is a slew of existing Android IP camera apps:

http://market.android.com/details?id=com.pas.webcam

http://market.android.com/details?id=com.leadapps.android.mlivecams

To get you started in the field, review info from the IP camera industry organization http://www.onvif.org

OSS Linux SW for talking to IP cameras.

Kindly review previous SO discussion and this great one with code.

Community
  • 1
  • 1
Walter K
  • 1,474
  • 1
  • 14
  • 24