~pbms-core/pbms/5.11-beta

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Media Streaming for MySQL
========================

Media Streaming for MySQL (PBMS) provides the infrastructure for streaming BLOB data directly in and out of a MySQL table. The PBMS engine is "pluggable", which means that it can be loaded dynamically by MySQL at runtime.

PBMS provides a server-side "streaming API". When this API is supported by a MySQL storage engine, then the engine is said to be "streaming enabled". Any tables created by a streaming enabled engine are referred to as streaming enabled tables. The BLOB data stored in streaming enabled tables can be uploaded and downloaded using HTTP.

For this purpose, the PBMS engine includes a lightweight HTTP server. The port of the Media Streaming engine can be specified by setting "pbms_port" system variable on the mysqld command line. By default the port is 8080.

Please refer to the documentation for more details and examples of how to use the Media Streaming engine:

http://www.blobstreaming.org/documentation

This package includes the complete source code for the engine. Although this is a standalone project it must be built against a compiled version of the MySQL 5.1 source tree, because it references headers files used internally by the server.

How to build and install the engine is described in the INSTALL file.

Bug reports, questions and comments can be sent directly to me.

Thanks for your support!

Barry Leslie
PrimeBase Technologies GmbH
barry.leslie@primebase.com
www.blobstreaming.org