pex.proto.stream.client
¶
Module Contents¶
- class pex.proto.stream.client.StreamClient(path: str, image: str)¶
Bases:
object
Subclass of pex.proto.stream module.
This subclass of pex.proto.stream module is intended for providing an implementation of streamer for streaming video and audio.
- create_audio() None ¶
Create audio streamer and write it to html file from path.
- Return None:
None
- Raises:
RuntimeError – with trailing error message
- create_video() None ¶
Create video streamer and write it to html file from path.
- Return None:
None
- Raises:
RuntimeError – with trailing error message
- stream() None ¶
Open web page of streamer.
- Return None:
None