Beginning the transition to the new ffmpeg build script#124
Draft
Beginning the transition to the new ffmpeg build script#124
Conversation
Changing links, updating my examples, etc.
Contributor
|
🚀 Deployed on https://622ce89be6bcc302d0ae7b3a--nrchkb.netlify.app |
Member
|
I would say that page needs some refactoring.
|
marcus-j-davies
requested changes
Feb 20, 2022
| Cameras are a complicated situation. If you are running the [Docker way](https://github.com/NRCHKB/node-red-contrib-homekit-docker) then FFMPEG will be preinstalled for you with several of the options preset (may not have all hardware accelerations built). Alternately you can download and compile your own version of FFMPEG with the build flags you need for your cameras. | ||
| Cameras require an extra install of FFmpeg for video processing. | ||
| If you are on a system with `apt` (Raspberry Pi, Ubuntu, Debian, etc.) you can use the FFmpeg install script, which is maintained by a couple of our users and designed for NRCHKB. | ||
| This script is documented [here](https://github.com/marcus-j-davies/nrchkb-ffmpeg-build) and can be run at any time using this one-line terminal command, then after the prompts: |
Member
There was a problem hiding this comment.
marcus-j-davies => nrchkb 😄
I was going to write this for every line, but.... you know...
Member
There was a problem hiding this comment.
You should be able to make edits yourself :)
Member
There was a problem hiding this comment.
well things might change soon, so I'll leave it for now.
Member
There was a problem hiding this comment.
Anyway, this doc is due to have changes. So no rush.
Member
|
Specific information can be placed on a dedicated page: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changing links, updating my examples, etc.