libgpac
Documentation of the core library of GPAC
Loading...
Searching...
No Matches
HTTP server bindings

Python API for libgpac httpout module. More...

Collaboration diagram for HTTP server bindings:

Topics

 DASH custom algorithm
 Python API for libgpac DASH client.

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.