You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/camera.ffmpeg.markdown
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,6 @@ ha_release: 0.26
15
15
16
16
The `ffmpeg` platform allows you to use every video feed with [FFmpeg](http://www.ffmpeg.org/) as camera in Home Assistant. The input for ffmpeg need to support that could have multiple connection to source (input) in same time. For every user in UI and all 10 seconds (snapshot image) it make a new connection/reading to source. Normally that should never be a trouble only in strange selfmade constructs can be make mistakes.
17
17
18
-
<pclass='note'>
19
-
You need a `ffmpeg` binary in your system path. On Debain 8 you can install it from backports. If you want Hardware support on a Raspberry Pi you need tobuild from source by yourself. Windows binary are avilable on the [FFmpeg](http://www.ffmpeg.org/) website.
20
-
</p>
21
-
22
18
To enable your FFmpeg feed in your installation, add the following to your `configuration.yaml` file:
0 commit comments