![]() |
libgpac
Documentation of the core library of GPAC
|
RMTClient object representing a websocket client will be passed as parameter on rmt_ws callbacks. More...
Public Member Functions | |
__init__ (self, handler, client) | |
peer_address (self) | |
get the ip+port of the client (can be used as client id) | |
send (self, data) | |
send data to the client on the websocket | |
Protected Member Functions | |
_on_data (self, data, size, is_binary) | |
_on_delete (self) | |
Protected Attributes | |
_handler | |
_client | |
RMTClient object representing a websocket client will be passed as parameter on rmt_ws callbacks.
python.libgpac.libgpac.RMTClient.__init__ | ( | self, | |
handler, | |||
client | |||
) |
|
protected |
|
protected |
python.libgpac.libgpac.RMTClient.peer_address | ( | self | ) |
get the ip+port of the client (can be used as client id)
python.libgpac.libgpac.RMTClient.send | ( | self, | |
data | |||
) |
send data to the client on the websocket
|
protected |
|
protected |