From 80f7b7ba51f816129c614bafabed103f5eff7812 Mon Sep 17 00:00:00 2001 From: Andrew Loe Date: Thu, 4 Apr 2019 18:53:37 -0700 Subject: [PATCH] Note that stream component is only compatible with H.264 as documented (#9140) in home-assistant/home-assistant.io#22424 --- source/_components/stream.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/stream.markdown b/source/_components/stream.markdown index 1e67b3322e3..912334a78a7 100644 --- a/source/_components/stream.markdown +++ b/source/_components/stream.markdown @@ -15,7 +15,7 @@ ha_iot_class: Local Push ha_qa_scale: internal --- -The `stream` component provides a way to proxy live streams through Home Assistant. The component currently only supports the HLS format. +The `stream` component provides a way to proxy live streams through Home Assistant. The component currently only supports proxying H.264 source streams to the HLS format. ## {% linkable_title Configuration %}