libgpac
Documentation of the core library of GPAC
HTTP server bindings

Python API for libgpac httpout module. More...

+ Collaboration diagram for HTTP server bindings:

Data Structures

class  python.libgpac.libgpac.HTTPOutRequest
 HTTP request handler object. More...
 

Detailed Description

HTTP server requests can be monitored and/or handled in Python. This is achieved by calling Filter.bind on the httpout filter using an object deriving from HTTPOutRequest.

The requests can either be handled by GPAC as usual, or by the python script.