I need an external application to be synchronized with a video being played. Therefore the external application needs to know the current timestamp/position in the file.
Is it possible using the streaming capabilities of VLC to set up a stream which does not contain actual audio and video data, but only the current timestamp/position?
This information should preferably be sent via UDP and preferably in a format which is easy to parse (ideal would be just a raw timestamp per UDP packet).