Hey everyone, I've been using LibVLC for the purposes of streaming to memory in order to send PCM data through a UDP socket. This has worked fine until the point that I realized I needed to determine inside the handleStream callback which socket I needed to send a particular chunk of data to. I've b...