<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 18 Feb 2016, at 13:49, Joe Armstrong <<a href="mailto:erlang@gmail.com" class="">erlang@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">5) I think I could send RTP packets to VLC and configure VLC to play<br class="">the samples,<br class="">   but haven't tried this.<br class=""></div></div></blockquote><div><br class=""></div><div><br class=""></div><div>An option similar to the VLC option (but more command line oriented perhaps) would be to use ffmpeg (with its player ffplay). Ffmpeg can receive for instance rtp (and also raw udp) over the network (example to listen for udp on specific port: "ffplay <a href="udp://localhost:4242?listen" class="">udp://localhost:4242?listen</a>" - see <a href="https://trac.ffmpeg.org/wiki/StreamingGuide" class="">https://trac.ffmpeg.org/wiki/StreamingGuide</a>) and it is flexible when it comes to formats such as raw PCM samples of various sample bit size (<a href="https://trac.ffmpeg.org/wiki/audio types" class="">https://trac.ffmpeg.org/wiki/audio%20types</a>) with possibility to control buffer size to minimise latency. You can install it on the mac with “brew install ffmpeg” if you use brew. </div><div><br class=""></div><div>/Stefan</div><div><br class=""></div></div></body></html>