Re: [twsocket] IP Camera

2008-03-14 Thread zayin
Just a quick update. It appears using: "192.168.1.240/goform/capture" for this camera, which is a SkyIPCam310, will collect the image as a jpeg. The box label has MJPEG which I have not determined how to get the camera to send the image without requesting each time. Thanks for the suggestion. U

Re: [twsocket] IP Camera

2008-03-14 Thread zayin
I assume you intended to be of help. As I said I KNOW nothing about HTTP. Using the HttpTest as suggested it does return a page. I know from using a browser what the page looks like. I see this in the returned html: This is the picture. So, without logging, on I should be able to get succe

Re: [twsocket] IP Camera

2008-03-14 Thread Angus Robertson - Magenta Systems Ltd
> I have been playing with it. I no nothing about HTTP. I use ICS in > raw form. > Connecting to it and using http://192.168.1.240/view.asp I get: > > HTTP/1.1 401 Unauthorized Which means what it says, give it a logon name and password and it should give you a picture or menu or something.

Re: [twsocket] IP Camera

2008-03-14 Thread zayin
And I do not read what I type >I no nothing about HTTP. HA! I know nothing about HTTP. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of zayin Sent: Friday, March 14, 2008 4:18 PM To: 'ICS support mailing' Subject: Re: [twsocket] IP Camera Hi, It d

Re: [twsocket] IP Camera

2008-03-14 Thread zayin
Hi, It does support HTTP. I have been playing with it. I no nothing about HTTP. I use ICS in raw form. ;) Connecting to it and using http://192.168.1.240/view.asp I get: HTTP/1.1 401 Unauthorized Server: GoAhead-Webs Date: Thu Jan 1 02:09:50 2004 WWW-Authenticate: Basic realm="CameraServe

Re: [twsocket] Reverse Proxy NTLM-on-web-server problem

2008-03-14 Thread Paul
Also, ou should check all possibilities of username/domain combinations and check the one that passes through there are 3 possibilities that are use, at least to my knowlegde: username domain\username [EMAIL PROTECTED] Paul - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]>

Re: [twsocket] Reverse Proxy NTLM-on-web-server problem

2008-03-14 Thread Arno Garrels
Fastream Technologies wrote: > You were the person responsible for NTLM code, right? Right, however as I already told you last year, I will not throw away my current work or whatsoever I'm currently busy with in order to concentrate on your or your customer's problems when you want me to. Obvious

Re: [twsocket] IP Camera

2008-03-14 Thread Éric Fleming Bonilha
Mark, This camera is MJPEG but if I´m not wrog this is an OEM product of the manufacturer Cellvistion This camera don´t use HTTP protocol so the THTTPCli will not work with it... Instead you will have to communicate by hand using the tsocket component, the problem is the protocol to communicat

Re: [twsocket] IP Camera

2008-03-14 Thread zayin
Hi Éric, The camera is a AirLink101. Ciao, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Éric Fleming Bonilha Sent: Friday, March 14, 2008 12:07 PM To: ICS support mailing Subject: Re: [twsocket] IP Camera Hi Mark, Actually the Digifort archi

Re: [twsocket] Reverse Proxy NTLM-on-web-server problem

2008-03-14 Thread Fastream Technologies
One other different thing than direct web server access is the domain the browser bar shows--of course it is "localhost" compared to "web-server-domain". Other than that I see no difference in headers delivered. What other evidence should I be looking for? Regards, SZ On 3/14/08, Fastream Techn

Re: [twsocket] Reverse Proxy NTLM-on-web-server problem

2008-03-14 Thread Fastream Technologies
Hi, I did not think I was spamming you at all. You were the person responsible for NTLM code, right? If you do not have a clue, ok, but there is still a problem. Let's concentrate on fixing our codes... The account can be authenticated well from web server directly. One clue could be the account

Re: [twsocket] IP Camera

2008-03-14 Thread Francois PIETTE
> Has anyone done any work with getting data/images from IP cameras using > ICS? > Seems to be a series of JPGs are sent from the camera. You probably simply need to use the HTTP client component to get the jpeg images. Only a few lines is needed to download a jpeg file. See HttpTst sample progr

Re: [twsocket] IP Camera

2008-03-14 Thread Éric Fleming Bonilha
Hi Mark, Actually the Digifort architecture is very complex because we need to have compatibility with a lot of different IP cameras (We have now support for 250 different models) and we support a lot of streaming protocols, but the base concept is simple. Do you want to grab images from what

Re: [twsocket] IP Camera

2008-03-14 Thread Bob Reeves
I wrote a small app in Builder 4.0 that grabs an image from an IP camera and FTP's it to a web site.. Most everything I needed was in the sample files. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit o

Re: [twsocket] IP Camera

2008-03-14 Thread zayin
Hi Éric, Very cool. Would you have a small bit of demo source code for getting the image from the camera you would like to share? Thanks, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Éric Fleming Bonilha Sent: Friday, March 14, 2008 11:03

Re: [twsocket] IP Camera

2008-03-14 Thread Dod
Hello zayin, ICS has nothing special to do with IP camera, you camera may simply have an HTTP access from which you can retrieve JPEG picture that is a simple file so you can get thru a http GET or POST. Even a simple WinInet.dll call can do it. If it is a stream then it may be RTP or

Re: [twsocket] IP Camera

2008-03-14 Thread Éric Fleming Bonilha
Hello Mark My software Digifort www.digifort.com.br is all written in Delphi / ICS Éric - Original Message - From: "zayin" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Friday, March 14, 2008 12:49 PM Subject: [twsocket] IP Camera > > Hi, > > Has anyone done any work with gett

[twsocket] IP Camera

2008-03-14 Thread zayin
Hi, Has anyone done any work with getting data/images from IP cameras using ICS? Seems to be a series of JPGs are sent from the camera. Ciao, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit

Re: [twsocket] Reverse Proxy NTLM-on-web-server problem

2008-03-14 Thread Arno Garrels
SZ, Yes, I read your post, however I have no glue what's wrong, otherwise I would have answered. That's no reason for spamming me! There are many possible reasons why authorization can fail, the NTLM handshake you posted seems ok. Why do you think I should know? Tell us more about the environment

Re: [twsocket] What is the preferred stable up-to-date ICS distributionto use ?

2008-03-14 Thread Kris Schoofs
On Fri, Mar 14, 2008 at 1:12 PM, Francois Piette <[EMAIL PROTECTED]> wrote: > > [3] ICS V6 for Delphi 7 and up Beta (Nov 14, 2007) > > This is the one you should use. Actually there not a different version for > BCB. > Thanks for the clarification. I'll be switching to V6 soon. Regards, Kris --

Re: [twsocket] What is the preferred stable up-to-date ICS distributionto use ?

2008-03-14 Thread Francois Piette
> [3] ICS V6 for Delphi 7 and up Beta (Nov 14, 2007) This is the one you should use. Actually there not a different version for BCB. It is labelled beta because I'm really lazy. Shame on me. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS

Re: [twsocket] What is the preferred stable up-to-date ICS distribution to use ?

2008-03-14 Thread Fredrik Larsson
Generally I would say, "if it ain't broke, don't fix it". You should read through the release history and see what new changes there are and if they may affect you and if you really need them. The v 5 track is mainly to have a release for all of those (me included) who uses older Delphi-version. I

[twsocket] What is the preferred stable up-to-date ICS distribution to use ?

2008-03-14 Thread Kris Schoofs
Hi, All of my CodeGear C++ Builder 2007 projects have been using the same stable ICS version for years (some old V5 distribution which is working really great). Still, I'm now looking at upgrading all of projects with a new ICS release in order to benefit from all the improvements that have been m