I have a job where I need to stream an MP4 file continuously to a specific multicast address, which is read from by a "black box". (Its actually kinda gray, but you get the idea). I've gotten this working fine with a little 64-bit Windows app using libVlc 2.1.5 that calls _vlm_add_broadcas...