Client

class pyforkurento.client.KurentoClient(kurento_server_url)

pyforkurento entry point

create_media_pipeline()

Create a Media Pipeline. This HAS TO BE the first operation when dealing with KMS. Every other element is created by a pipeline

Returns

  • MediaPipeline object

ping()

Prints ‘pong’ if a connection to KMS is available. Otherwise, an expection is thrown