UDP Send #1090
-
Hi Phil, I was testing out the communication-udp-send.ino example earlier. But, I can't seem to test it out to hear the audio that is being transmitted. I downloaded the VLC for Android app to try out the streams by writing my network's IP address (udp://@0.0.0.0:7000) but I kept getting "The location udp://@0.0.0.0:7000 cannot be played" or "Multiple media can't be played' prompt. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I dont know vlc good enough to be of any help, but your address does not look right to me You can test the receive with the corresponding arduino sketch or on the desktop e.g with ffmpeg |
Beta Was this translation helpful? Give feedback.
-
for me the @ looks strange. It is often used to separate user:password from ip:port. But if you don’t need a user and pw, it is worth trying without the @. Good luck |
Beta Was this translation helpful? Give feedback.
I dont know vlc good enough to be of any help, but your address does not look right to me
You can test the receive with the corresponding arduino sketch or on the desktop e.g with ffmpeg