I'm using ffmpeg to stream video and audio from a WebCam over a network then using a modified version of Hyper VLC (a C# wrapper around LibVLC) to get it into Unity . After a bit of work I've managed to get the video working well, but HyperVLC doesn't handle audio so I'm trying to add it myself and ...