Hello
I put together an internet radio on an ESP32, it worked but I'm having trouble adding my stations. I wanted to ask for a consultation and show me what I am doing wrong.
To add the stations I need:
char *host[] = { "51.83.212.150"};
char *path[] = { "/"};
int port[] = { "443" };
I found the above data at the link:
https://ssl.stream.radioagora.pl/tuba10-1.mp3?cache=1583491467_e1_
I edited via F12/Network (PNG F12
)
I also made use of the command console:
cmdnetstat -n
Unfortunately after entering data as above silence nothing plays ? What am I doing wrong ?
I am looking for TOK FM radio and Radio Pogoda
I put together an internet radio on an ESP32, it worked but I'm having trouble adding my stations. I wanted to ask for a consultation and show me what I am doing wrong.
To add the stations I need:
char *host[] = { "51.83.212.150"};
char *path[] = { "/"};
int port[] = { "443" };
I found the above data at the link:
https://ssl.stream.radioagora.pl/tuba10-1.mp3?cache=1583491467_e1_
I edited via F12/Network (PNG F12

I also made use of the command console:
cmdnetstat -n
Unfortunately after entering data as above silence nothing plays ? What am I doing wrong ?
I am looking for TOK FM radio and Radio Pogoda