Austin Drummond
Austin Drummond
Should someone submit a pull request for this or should this be left for manual implementation? I had to do the same thing, regardless of the `useKbEvents` value.
I think my instincts told me to return false if the drag did not succeed. I'm not entirely sure what the difference is or what the return value is used...
Hey @SimplyCorey. I do have a custom eye, but not a custom module. Here's some ways to help test this: ``` $generator ->size(1500) ->format('png') ->eye(\App\Utilities\SimpleQrCodeRoundedEye::class) ->style('round', 0.5) ->color(25, 29, 50)...
Same error here on Raspberry Pi OS on RPi3 B+: `4.19.118-v7+ #1311 SMP Mon Apr 27 14:21:24 BST 2020 armv7l GNU/Linux` `Docker version 19.03.11, build 42e35e6`
I tested this out and it works for me, although my audio was a bit choppy. It could just be my hardware.
@erfind I had it working at one point on 16.04 in Docker, but broke it while trying to add audio. It's reliant on the correct libraries being added to FFmpeg....
I believe you need to use the same network across the containers that need to communicate with each other. You can use the host network to simplify things a bit....
@erfind I have this running in a docker container with live streaming working. I'm using this docker image for homebridge: https://github.com/oznu/docker-homebridge You drop all files from your `.homebridge` into the...
@brianerdelyi Try this: ``` { "platform": "Camera-ffmpeg", "cameras": [ { "name": "UniFi G3 Flex", "videoConfig": { "source": "-rtsp_transport http -re -i rtsp://192.168.2.22:7447/5bc8fc2dec2e7891b822aff5_2", "maxStreams": 2, "maxWidth": 1280, "maxHeight": 720, "maxFPS": 30...
If that didn't work, run `ffmpeg` from terminal or equivalent. It should spit out the ffmpeg configuration. Mine spits out this: ``` ffmpeg version 3.4.4 Copyright (c) 2000-2018 the FFmpeg...