me-no-dev / AsyncTCP

Async TCP Library for ESP32
GNU Lesser General Public License v3.0
750 stars 433 forks source link

espcam stream with TCP and receive UDP packets at same time #163

Open superquala opened 1 year ago

superquala commented 1 year ago

Hi I have a question as an amateur developer and it may not relate to this topic but please answer if you know. is it possible to send video stream from an espcam to a phone via wifi and TCP communication and send some simple commands from phone to esp-cam module with UDP packets at the same time? a two way communication, one way with TCP and the other way with UDP first of all I want to know is it possible or not? thanks

gotoradio commented 1 year ago

Yes, of course its possible! The only problem would be the slow speed of the esp.