I have some mpeg 2 transport stream with metadata that I encoded in a particular format, and I was wondering if there was a way to setup VLC to display this data. I have some C# knowledge and have been looking at the wrappers people have made for VLC, but haven't found a very clear way to just get started with that kind of stuff. I'm open to any platform, but the captured transport stream has been having issues with windows media (I'm assuming directshow in general) and that's why i want to use some basis in VLC because it plays perfectly there. Any pointers or help would be greatly appreciated. So far it seems like I'll have to modify the VLC code in C or C# but, like I said before, I'm having a hard time getting started in that direction.
Fox