Search found 1 match

by dmmmmm
Wed Mar 06, 2019 12:14 pm
Forum: ESP-ADF
Topic: Could "record-raw-http" send file to different ip?
Replies: 1
Views: 3684

Could "record-raw-http" send file to different ip?

audio_element_set_uri(http_stream_writer, "http://192.168.43.167:8000/upload");
When my esp32 device is not connected to the IP of the server at the same time, can not transfer data to my server, how do I solve this problem?
I'd appreciate it if someone could give me some advice :P