Introduction

Welcome to the PrimeBase Media Streaming (PBMS) 'C' Library Documentation.

The C API is provided through the pbmscl library which is installed in the same location as the MySQL libraries when PBMS is installed.

One of the features of the API is that the 'get' and 'put' functions used to transfer the BLOB data between the client and server do so by using callback functions that get called one or more times during the transfer. This enables the client to transfer large BLOBs with out having to buffer the entire BLOB during the transfer.

More information about PBMS can be found at: http://www.blobstreaming.org/

Documentation for PBMS can be found at: http://www.blobstreaming.org/documentation/