[Live-devel] C application using Live555 library

Ross Finlayson finlayson at live555.com
Mon Aug 8 15:39:07 PDT 2011


> Is it possible to call Live555 library APIs in an application written in C?

Yes, but you would first need to write a set of functions that act as an interface between your (C) application code and the (C++) LIVE555 library.  These functions would have C linkage (i.e., they would be declared using 'extern "C"'), but they would be implemented in C++.

In other words, you can do this, but you still need to be familiar with C++ programming and the C++ class model (so that you'll know how to write the interface functions).


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20110808/4b6612bd/attachment.html>


More information about the live-devel mailing list