Video
homey.video
Base class for video streams.
This class must not be initialized by the developer, but retrieved by calling
ManagerVideos.create_video_web_rtc(),
ManagerVideos.create_video_rtsp(),
ManagerVideos.create_video_rtmp(),
ManagerVideos.create_video_hls(),
ManagerVideos.create_video_dash(),
or ManagerVideos.create_video_other().
Ancestors
- homey.client.serializer.Serializable
- abc.ABC
Subclasses
Methods
unregister
async def unregister(self) ‑> NoneUnregister the video.