|
| web.Response | handle (self, web.Request request, Stream stream, str sequence, str part_num) |
| |
| web.StreamResponse | get (self, web.Request request, str token, str sequence="", str part_num="") |
| |
Stream view to serve HLS init.mp4.
Definition at line 337 of file hls.py.
◆ handle()
| web.Response homeassistant.components.stream.hls.HlsInitView.handle |
( |
|
self, |
|
|
web.Request |
request, |
|
|
Stream |
stream, |
|
|
str |
sequence, |
|
|
str
|
part_num |
|
) |
| |
◆ cors_allowed
| bool homeassistant.components.stream.hls.HlsInitView.cors_allowed = True |
|
static |
◆ name
| string homeassistant.components.stream.hls.HlsInitView.name = "api:stream:hls:init" |
|
static |
◆ url
| string homeassistant.components.stream.hls.HlsInitView.url = r"/api/hls/{token:[a-f0-9]+}/init.mp4" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/stream/hls.py