D-Link Forums

The Graveyard - Products No Longer Supported => IP Cameras => DCS-930L => Topic started by: devSree on January 27, 2013, 11:35:49 PM

Title: How to develop my own iPhone app which can show the live stream from DCS-930L
Post by: devSree on January 27, 2013, 11:35:49 PM
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.
Title: Re: How to develop my own iPhone app which can show the live stream from DCS-930L
Post by: devSree on February 05, 2013, 04:38:06 AM
Does nobody know anything about my question or nobody wants to answer?
Title: Re: How to develop my own iPhone app which can show the live stream from DCS-930L
Post by: larkim on February 13, 2013, 06:38:00 AM
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
Title: Re: How to develop my own iPhone app which can show the live stream from DCS-930L
Post by: JavaLawyer on February 13, 2013, 07:11:28 AM
D-Link Network Cameras - Third Party Applications to Monitor Video (http://forums.dlink.com/index.php?topic=42675.0)
Title: Re: How to develop my own iPhone app which can show the live stream from DCS-930L
Post by: Hard Harry on February 13, 2013, 04:27:37 PM
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. (http://mobile.smashingmagazine.com/2009/08/11/how-to-create-your-first-iphone-application/)
Title: Re: How to develop my own iPhone app which can show the live stream from DCS-930L
Post by: devSree on February 13, 2013, 09:31:04 PM
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!
Title: Re: How to develop my own iPhone app which can show the live stream from DCS-930L
Post by: Hard Harry on February 13, 2013, 10:51:57 PM
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.
Title: Re: How to develop my own iPhone app which can show the live stream from DCS-930L
Post by: devSree on February 13, 2013, 11:21:44 PM
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.
Title: Re: How to develop my own iPhone app which can show the live stream from DCS-930L
Post by: abdsea on March 28, 2013, 10:35:44 AM
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