Hey Friends!
I have a module WIFI ESP8266 with ARDUCAM. Everythin is working correctly. I have a server on ESP8266 and from AppPhone i send to my ESP8266, request GET by http protocol.
IP_Address/stream - I have a stream video
IP_Address/xxxxxx - I have a normal request
I have a problem because, if I send request to stream, i have a stream on my website BUT i can not send another request like IP_Address/xxxx becouse a streaming is open. If i stop/close stream, i can send request to another site and it is correctly.
So, I have a problem, How to enable ESP8266 WIFI to Multiple Connection. I need send two request to my ESP8266 in the same time .
Plzz, help ! ![]()
Thanks !