[twsocket] Connecting to a webserver via https...

2018-03-04 Thread Oliver Dahlmann
Hello ICS-Users, I used Indy-Components for a long time, i stucked when i tried to access an AXIS-Camera with a very high resolution. Everything worked fine, including access via SSL, but TIdHTTP produced enourmous CPU-Load (One Camera-Stream without any processing, only receiving data leads to a

Re: [twsocket] Connecting to a webserver via https...

2018-03-04 Thread Wilfried Mestdagh
If you running in a thread you  have to write a message pump. Now the only thing you do is executing a Get. But this has no difference in http or https. Met vriendelijke groeten, Wilfried Mestdagh Op 04-03-18 om 15:29 schreef Oliver Dahlmann: Hello ICS-Users, I used Indy-Components for a lon

Re: [twsocket] Connecting to a webserver via https...

2018-03-04 Thread Angus Robertson - Magenta Systems Ltd
> If you running in a thread you  have to write a message pump. Now > the only thing you do is executing a Get. But this has no > difference in http or https. > > I used Indy-Components for a long time, i stucked when i tried > > to access an AXIS-Camera with a very high resolution. Indeed, I