Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Jul : TidHTTP video stream and AXIS camera
| Subject: | TidHTTP video stream and AXIS camera |
| Posted by: | "http://newsgroups.borland.com." (gregor.fil..@spica.si) |
| Date: | Tue, 12 Jul 2005 10:30:36 |
Hello!
I use Indy 9 TidHTTP component to download video stream (MJPG) from AXIS
camera. When I get this stream from AXIS camera I do not know how to extract
JPG images from that stream. I know that boundary between images is
"--myboundary" string. But even if i parse stream and extract images I cant
see them. Maybe somebody has the same problems?
And one another question. I am using TidHttp.Get(URL, FStream) function on a
video stream. Because Indy components use blocking socket calls this request
never ends. So I use that function in a thread and when I want to end that
request I use TIdHttp.Disconnect? Is that OK. It seems to me that it is OK
because I get result in FStream variable?
Thank you for your help
Gregor