Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Consuming streaming from URI using the IdHTTP component.
| Subject: | Consuming streaming from URI using the IdHTTP component. |
| Posted by: | "PGS" (pgueva..@lartec.es) |
| Date: | Tue, 3 Oct 2006 16:33:02 |
Hi all,
I want to get the streaming served by an IP camera in MJPEG format. I was
able to do it just with a TCPClient connection, but the problem arises when
I try to access to a device which requires authentication. My first idea was
to use an idhttp component but I am not sure how to use this component to
process the frames while they are coming.
My question is if there is any way to parse the content while I am receiving
the frames or suggestions for a better approach to implement this.
Thanx in advance