Is the pipeline_tcp_client example working correctly on newer ADF+IDF's?
Posted: Tue Jul 02, 2024 9:58 pm
Hi,
On a LyraT-mini.
I'm trying to get the: esp-adf/examples/get-started/pipeline_tcp_client
working. I run into the following problem:
E (4100) esp-tls: [sock=54] select() timeout
E (4100) TRANSPORT_BASE: Failed to open a new connection: 32774
E (4100) TCP_STREAM: _tcp_open, getsockopt failed (-1)
E (4100) AUDIO_ELEMENT: [tcp] AEL_STATUS_ERROR_OPEN,-1
W (4110) AUDIO_ELEMENT: [tcp] audio_element_on_cmd_error,7
E (4110) TCP_STREAM: Already closed
W (4120) AUDIO_ELEMENT: IN-[mp3] AEL_IO_ABORT
E (4120) MP3_DECODER: Failed to read audio data (line 129)
First I thought it was because the IP address was not assigned yet, but that looked ok.
Looks like 32774 is :
ESP_ERR_ESP_TLS_CONNECTION_TIMEOUT (0x8006): new connection in esp_tls_low_level_conn connection timeouted
I've tried many combinations of ADF+IDF (MacOS).
Any ideas?
best regards,
/C
On a LyraT-mini.
I'm trying to get the: esp-adf/examples/get-started/pipeline_tcp_client
working. I run into the following problem:
E (4100) esp-tls: [sock=54] select() timeout
E (4100) TRANSPORT_BASE: Failed to open a new connection: 32774
E (4100) TCP_STREAM: _tcp_open, getsockopt failed (-1)
E (4100) AUDIO_ELEMENT: [tcp] AEL_STATUS_ERROR_OPEN,-1
W (4110) AUDIO_ELEMENT: [tcp] audio_element_on_cmd_error,7
E (4110) TCP_STREAM: Already closed
W (4120) AUDIO_ELEMENT: IN-[mp3] AEL_IO_ABORT
E (4120) MP3_DECODER: Failed to read audio data (line 129)
First I thought it was because the IP address was not assigned yet, but that looked ok.
Looks like 32774 is :
ESP_ERR_ESP_TLS_CONNECTION_TIMEOUT (0x8006): new connection in esp_tls_low_level_conn connection timeouted
I've tried many combinations of ADF+IDF (MacOS).
Any ideas?
best regards,
/C