libgpac
Documentation of the core library of GPAC
|
Python API for libgpac httpout module. More...
Data Structures | |
class | python.libgpac.libgpac.HTTPOutRequest |
HTTP request handler object. More... | |
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.