[Live-devel] Get version of shared library binary
Ross Finlayson
finlayson at live555.com
Sun Apr 14 08:15:20 PDT 2024
Paul,
Thanks for the note. You raised a good point; there was not a way to get the library version at runtime.
I have now installed a new version (2024-04-14) of the “LIVE555 Streaming Media” code that fixes this. In particular, you can now use the following definitions
extern char const* const liveMediaLibraryVersionStr;
extern int const liveMediaLibraryVersionInt;
(defined in “liveMedia/include/liveMedia_version.hh”) to get the library version at runtime.
I hope this helps.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
More information about the live-devel
mailing list