• April 15, 2024, 10:58:14 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: How to develop my own iPhone app which can show the live stream from DCS-930L  (Read 5091 times)

devSree

  • Level 1 Member
  • *
  • Posts: 4

Can any one please suggest me how to develop an iPhone based application which can show live streaming from DCS-930L IP camera?

I'm new to HTTP programming.

And please suggest me how to support various other IP cameras as well in the application?

Thanks in advance,
Sree.
Logged

devSree

  • Level 1 Member
  • *
  • Posts: 4

Does nobody know anything about my question or nobody wants to answer?
Logged

larkim

  • Level 1 Member
  • *
  • Posts: 12

Would it be a fair question to ask why you'd want to do this if it isn't an area that you currently have expertise in, when there are already products on the app store that do this such as icamviewer and netcamviewer.  See the "compatible programmes" thread for more info.

http://forums.dlink.com/index.php?topic=42675.90

Matt
Logged

JavaLawyer

  • BETA Tester
  • Level 15 Member
  • *
  • Posts: 12190
  • D-Link Global Forum Moderator
    • FoundFootageCritic
Logged
Find answers here: D-Link ShareCenter FAQ I D-Link Network Camera FAQ
There's no such thing as too many backups FFC

Hard Harry

  • Guest

Well are you talking designing a "app" that will work on your Iphone for personal use, or designing one you can upload to the store? Totally different things, and neither use HTTP. Do you mean HTML? Either way, no. Unless you have a background C++ I wouldn't attempt it. The effort requirement is on par with a part time job. If your curious though, more info can be found here.
Logged

devSree

  • Level 1 Member
  • *
  • Posts: 4

Thank you all for your replies...

I have an app for managing Home automation devices in which i want to integrate the IP cam in another screen of my own app so that I can avoid using two apps.

Please suggest the how to start ? Do i need to have an SDK from D-link?
Do I need to use http ptogramming or CPP is enough?

Thanks in advance!
Logged

Hard Harry

  • Guest

I really think that question is beyond the scope of this forum. I think you may be over simplifying the complexity of creating a App. But that page goes over alot of it, and you can google search it. What your asking is like going to a Mechanics forum and asking how to build a car. Just not something you can answer in a post. It would be like a book. I mean, if anyone wishes to post, feel free, just explaining why you might not get many replies.
Logged

devSree

  • Level 1 Member
  • *
  • Posts: 4

I'm asking about what it takes to integrate the IP cam viewer in my own app!? like SDK, video playback and etc...

If I get a start point then I can go ahead.
Logged

abdsea

  • Level 1 Member
  • *
  • Posts: 7

You could try this as a starting point and review http live streaming

https://developer.apple.com/technologies/ios/audio-and-video.html

and use the streaming URL http://outsideIP:EXPOSEDPORT#/video/mjpg.cgi?profileid=1 as referred on this post @ http://forums.dlink.com/index.php?topic=53104.0

Logged