Use original PyAv in stream (#63079)
This commit is contained in:
parent
540ccc37b5
commit
849dc0e53a
3 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
"domain": "stream",
|
"domain": "stream",
|
||||||
"name": "Stream",
|
"name": "Stream",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/stream",
|
"documentation": "https://www.home-assistant.io/integrations/stream",
|
||||||
"requirements": ["ha-av==8.0.4-rc.1", "PyTurboJPEG==1.6.3"],
|
"requirements": ["PyTurboJPEG==1.6.3", "av==8.1.0"],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"codeowners": ["@hunterjm", "@uvjustin", "@allenporter"],
|
"codeowners": ["@hunterjm", "@uvjustin", "@allenporter"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
|
|
|
@ -355,6 +355,9 @@ auroranoaa==0.0.2
|
||||||
# homeassistant.components.aurora_abb_powerone
|
# homeassistant.components.aurora_abb_powerone
|
||||||
aurorapy==0.2.6
|
aurorapy==0.2.6
|
||||||
|
|
||||||
|
# homeassistant.components.stream
|
||||||
|
av==8.1.0
|
||||||
|
|
||||||
# homeassistant.components.avea
|
# homeassistant.components.avea
|
||||||
# avea==1.5.1
|
# avea==1.5.1
|
||||||
|
|
||||||
|
@ -778,9 +781,6 @@ gstreamer-player==1.1.2
|
||||||
# homeassistant.components.profiler
|
# homeassistant.components.profiler
|
||||||
guppy3==3.1.2
|
guppy3==3.1.2
|
||||||
|
|
||||||
# homeassistant.components.stream
|
|
||||||
ha-av==8.0.4-rc.1
|
|
||||||
|
|
||||||
# homeassistant.components.ffmpeg
|
# homeassistant.components.ffmpeg
|
||||||
ha-ffmpeg==3.0.2
|
ha-ffmpeg==3.0.2
|
||||||
|
|
||||||
|
|
|
@ -248,6 +248,9 @@ auroranoaa==0.0.2
|
||||||
# homeassistant.components.aurora_abb_powerone
|
# homeassistant.components.aurora_abb_powerone
|
||||||
aurorapy==0.2.6
|
aurorapy==0.2.6
|
||||||
|
|
||||||
|
# homeassistant.components.stream
|
||||||
|
av==8.1.0
|
||||||
|
|
||||||
# homeassistant.components.axis
|
# homeassistant.components.axis
|
||||||
axis==44
|
axis==44
|
||||||
|
|
||||||
|
@ -485,9 +488,6 @@ growattServer==1.1.0
|
||||||
# homeassistant.components.profiler
|
# homeassistant.components.profiler
|
||||||
guppy3==3.1.2
|
guppy3==3.1.2
|
||||||
|
|
||||||
# homeassistant.components.stream
|
|
||||||
ha-av==8.0.4-rc.1
|
|
||||||
|
|
||||||
# homeassistant.components.ffmpeg
|
# homeassistant.components.ffmpeg
|
||||||
ha-ffmpeg==3.0.2
|
ha-ffmpeg==3.0.2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue