A python client for Kurento Media Streamer
This SDK is not yet 'prod-ready' and was inspired by this abandoned project
Read the complete documentation here: https://pyforkurento.readthedocs.io/en/latest/
This changelog loosely follows semantic versioning
Improved
- Streaming speeds by reducing player endpoint latency
Changed
create_endpoint()
toadd_endpoint()
Improved
- Documentation significantly, and hosted on readthedocs
Improved
- Addition of event listeners to media elements
Improved
- Creation of media elements in a media pipeline
Fixed
- Class inheritance structure
Added
- ImageOverlayFilter
Fixed
- Class method parameters error
Fixed
- Import error
- Released a very basic version of the project under the name 'pyforkurento' with only the capability to:
- Create:
- Media Pipelines
- Player Endpoints
- WebRTC Endpoints
- Subscribe to ICE candidates events on a WebRTC Endpoint
- Create:
- Implement better asynchronocity. Asyncio?
- Write tests
- Release V1.0.0
- Write as many recipes as are in the official docs