Search found 4 matches

by ariel.dalessandro
Thu May 30, 2019 5:27 pm
Forum: General Discussion
Topic: Low UDP iperf throughput
Replies: 4
Views: 7976

Re: Low UDP iperf throughput

Hi all, Any further thoughts on this? I'd like to extend the initial post as I don't think this is WiFi signal or interference problem. I'm getting 30Mbps -matching the "lab" results- for all possible configurations, except for ESP32 in UDP server mode (see Test 2 below). The following tests were pe...
by ariel.dalessandro
Tue May 14, 2019 2:31 am
Forum: General Discussion
Topic: Low UDP iperf throughput
Replies: 4
Views: 7976

Re: Low UDP iperf throughput

Hi ESP_Angus, Thanks for the quick reply. The main difference is that the 30Mbit/sec is measured in a shielded box - so strong WiFi signal and no interference. Is it? According to https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/wifi.html#esp32-wi-fi-throughput: * Espressif’s lab Rx/...
by ariel.dalessandro
Mon May 13, 2019 7:47 pm
Forum: General Discussion
Topic: Low UDP iperf throughput
Replies: 4
Views: 7976

Low UDP iperf throughput

Hi all, I'm running the esp-idf iperf example [0] and the maximum UDP throughput is ~1.05Mbits/sec, but according to the docs [1] it should be ~30Mbits/sec. Is really 30Mbits/sec the expected throughput on this scenario? Target hardware: * ESP32 Core Board V2. Test setup: * testing on esp-idf tag v3...
by ariel.dalessandro
Thu Nov 22, 2018 5:14 pm
Forum: General Discussion
Topic: RTP/RTSP support
Replies: 5
Views: 10380

RTP/RTSP support

Hi, I'm trying to get RTP/RTSP protocol support on a ESP32. My goal is to have video/audio streaming from the ESP chip to a browser. Questions: * Is there any RTP implementation ported to ESP32? * Any port as an ESP-IDF component? * Plans on having an ESP-IDF component providing RTP support in the n...