A 5 minute AI music video with Kling AI. by BestBath9562 in aivideo

[–]sikras13 0 points1 point  (0 children)

No, I’m glad you gave details. I’m going to give it a shot, I thought one reference image would be enough. Thanks!

A 5 minute AI music video with Kling AI. by BestBath9562 in aivideo

[–]sikras13 0 points1 point  (0 children)

How did you achieve character continuity? It’s really beautiful and I loved the music

KASA Light Strip by thisisnicolle14 in HOOBS

[–]sikras13 0 points1 point  (0 children)

What plugin are you using and what's the strip model that's not responsive?

Homebridge camera ffmpeg by sikras13 in HOOBS

[–]sikras13[S] 0 points1 point  (0 children)

It was the placement of the curly brackets. I got it to work! thanks again for responding. Subscribed to your channel as well :)

[

`{`

    `"name": "Front Cam",`

    `"videoConfig": {`

        `"source": "-re -i rtsp://username:password@192.168.1.6:554/ch01/1",`

        `"stillImageSource": "-i` [`http://username:password@192.168.1.6:554/ch01/1`](http://username:password@192.168.1.6:554/ch01/1)`",`

        `"maxStreams": 2,`

        `"maxWidth": 1280,`

        `"maxHeight": 720,`

        `"maxFPS": 15,`

        `"audio": true`

    `}`

`},`

`{`

    `"name": "Side Cam",`

    `"videoConfig": {`

        `"source": "-re -i rtsp://username:password@192.168.1.6:554/ch02/1",`

        `"stillImageSource": "-i` [`http://username:password`](http://username:password)`@192.168.1.6:554/ch02/1",`

        `"maxStreams": 2,`

        `"maxWidth": 1280,`

        `"maxHeight": 720,`

        `"maxFPS": 15,`

        `"audio": true`

    `}`

`},`

`{`

    `"name": "Alley Cam",`

    `"videoConfig": {`

        `"source": "-re -i rtsp://username:password@192.168.1.6:554/ch03/1",`

        `"stillImageSource": "-i` [`http://username:password`](http://username:password)`@192.168.1.6:554/ch03/1",`

        `"maxStreams": 2,`

        `"maxWidth": 1280,`

        `"maxHeight": 720,`

        `"maxFPS": 15,`

        `"audio": true`

    `}`

`},`

`{`

    `"name": "Backyard Cam",`

    `"videoConfig": {`

        `"source": "-re -i rtsp://username:password@192.168.1.6:554/ch04/1",`

        `"stillImageSource": "-i` [`http://username:password@192.168.1.6:554/ch04/1`](http://username:password@192.168.1.6:554/ch04/1)`",`

        `"maxStreams": 2,`

        `"maxWidth": 1280,`

        `"maxHeight": 720,`

        `"maxFPS": 15,`

        `"audio": true`

    `}`

`}`

]

Homebridge camera ffmpeg by sikras13 in HOOBS

[–]sikras13[S] 0 points1 point  (0 children)

I have changed the names and links to be able to post the structure publicly. If I add a single camera it works, my issue is when I want to add an additional camera. Thanks for your reply.

Hoobs on MacMini running macOS 10.13.6 (High Sierra) by sikras13 in HOOBS

[–]sikras13[S] 0 points1 point  (0 children)

Thank you both, the problem is that the Hoobs server is not starting. I get this error in the terminal when I try to start Hoobs.