Hi, I want to use VLC as a streaming server for real-time streaming. Can VLC reads from a Java data strcuture that acts as the video and audio sources for streaming? For example, I have a Java program that has a data structure that contains the streaming packets, can VLC reads from the data structur...