Skip to content

Commit 0565798

Browse files
authored
Update camera.ffmpeg.markdown
1 parent c441857 commit 0565798

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/_components/camera.ffmpeg.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ ha_release: 0.26
1515

1616
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.
1717

18-
<p class='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-
2218
To enable your FFmpeg feed in your installation, add the following to your `configuration.yaml` file:
2319

2420
```yaml

0 commit comments

Comments
 (0)