Skip to content

Best Solution for Medium Quality Audio Streaming to ESP32 #1019

Answered by pschatzmann
jimruxton asked this question in Q&A
Discussion options

You must be logged in to vote

A couple of thoughts:

  • try to increase the transmission power on your wifi router
  • there are quite a few esp32 with external antennas, so this is definitely worth a trial. e.g. from seeedoino
  • Opus might be interesting because it provides some configurable forward error correction and you can try to use udp to do the frameing to get away with the requirement for a container
  • The root cause of your issue however is UDP (packet loss). So I would suggest to consider to look into some tcp based streaming solution e.g. using http (e.g. icecast)

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@jimruxton
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
2 replies
@jimruxton
Comment options

@dominickairmyne
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants