|
7 | 7 | <a href="https://www.npmjs.com/package/homebridge-camera-ffmpeg"><img title="npm version" src="https://badgen.net/npm/v/homebridge-camera-ffmpeg" ></a>
|
8 | 8 | <a href="https://www.npmjs.com/package/homebridge-camera-ffmpeg"><img title="npm downloads" src="https://badgen.net/npm/dt/homebridge-camera-ffmpeg" ></a>
|
9 | 9 |
|
10 |
| -<p><a href="https://www.ffmpeg.org">FFmpeg</a> plugin for |
11 |
| - <a href="https://homebridge.io">Homebridge</a>. |
| 10 | +<p><a href="https://www.ffmpeg.org">FFmpeg</a> plugin for |
| 11 | + <a href="https://homebridge.io">Homebridge</a>. |
12 | 12 | </p>
|
13 | 13 |
|
14 | 14 | </span>
|
|
21 | 21 | - Run Homebridge
|
22 | 22 | - Add extra camera accessories in Home app. The setup code is the same as homebridge.
|
23 | 23 |
|
24 |
| -- Install via Homebridge Web UI |
| 24 | +- Install via Homebridge Web UI |
25 | 25 | - Search for `Camera FFmpeg` on the plugin screen of [config-ui-x](https://github.com/oznu/homebridge-config-ui-x) .
|
26 | 26 | - Click install.
|
27 | 27 |
|
@@ -90,8 +90,8 @@ Example with manufacturer, model, serial number and firmware set:
|
90 | 90 | * `maxBitrate` is the maximum bit rate of the stream in kbit/s, default `300`
|
91 | 91 | * `preserveRatio` can be set to either `W` or `H` with respective obvious meanings, all other values have no effect
|
92 | 92 | * `vcodec` If you're running on a RPi with the omx version of ffmpeg installed, you can change to the hardware accelerated video codec with this option, default `libx264`
|
93 |
| -* `audio` can be set to true to enable audio streaming from camera. To use audio ffmpeg must be compiled with --enable-libfdk-aac, see https://github.com/KhaosT/homebridge-camera-ffmpeg/wiki, default `false`. Many ffmpeg binaries are not compiled with libfdk-aac, and to work around this issue, force the OPUS codec: |
94 |
| - `"acodec": "libopus"` |
| 93 | +* `audio` can be set to true to enable audio streaming from camera, default `false`. |
| 94 | +* `acodec` Default audio codec is `libfdk_aac` and is enabled in the bundled ffmpeg version. |
95 | 95 | * `packetSize` If audio or video is choppy try a smaller value, set to a multiple of 188, default `1316`
|
96 | 96 | * `vflip` Flips the stream vertically, default `false`
|
97 | 97 | * `hflip` Flips the stream horizontally, default `false`
|
|
0 commit comments