Hi,
I have successfully integrated libVLC with OpenGL and .NET Winforms in order to receive a RTP video stream and display cartographical augmented reality on the video. At the moment the cartography is loaded by OpenGL and displayed using no real metadata about the position of the camera.
What I need to do now is to set up a synchronized metadata transmission of the camera position and orientation so that the cartography can be deformed by OpenGL and justapposed on the video... do you know if it is possible to use the same RTP stream so that synchronization comes "automagically"? is it possible to write and to read metadata associated with the video data in the same RTP video stream using libVLC?