PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Streaming Info
Streaming Info
Débuté par ChristoK!, 21 sep. 2017 23:22 - Aucune réponse
Posté le 21 septembre 2017 - 23:22
Greetings Gang...

I'm not even sure if it's possible to do what I'm after using WX, but here goes...

I have a REST API (all going well so far)
It needs to send back some very large chunks of data - and the damn thing "times out"

So the idea I hit on was "why not send the info as a stream - the data can be as large as I want and the receiving end would never time out"...

Only, the problem is, as you are all aware, you can't STREAM from a REST call... which, then led me to my actual question, which is

How in the name of whichever deity(s) you believe in does one send a STREAM using WX???

I've found numerous examples for audio/video as well as receiving RSS, but nothing on how to set up to send

Any assistance/advice on this would be greatly appreciated

C!!!