Stream AllSky LIVE to Apple Homekit (Apple Watch, iPhone...) #2114
Replies: 10 comments 50 replies
-
Very clever! |
Beta Was this translation helpful? Give feedback.
-
It dont work for me here my log: [6/2/2024, 2:01:32 PM] Loaded 1 cached accessories from cachedAccessories.0E4496CE5BD5. |
Beta Was this translation helpful? Give feedback.
-
I am not a docker expert, but most probably you will need to provide a path to the image to the docker image… Homebridge running in docker does not automatically see all the directories?! |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
going to keep trying some things but posting incase anyone else runs into this. I am receiving a null when i try to access my camera. wondering if i have the correct directory. I used the default (/home/pi/allsky/tmp/image.jpg) @frankhirsch thoughts? [Camera FFmpeg] [Allsky] FFmpeg exited with code: 1 and signal: null (Error) |
Beta Was this translation helpful? Give feedback.
-
Maybe there is also another issue... I will try to make a local installation on my Allsky to evaluate and let you know. I think currently it is not possible to run it this way. |
Beta Was this translation helpful? Give feedback.
-
Not sure what exactly you did, but potentially a reboot wil fix that since the tmpfs only exists in memory (not on the disk). |
Beta Was this translation helpful? Give feedback.
-
Don't change permissions on anything in ~/allsky. It may cause problems with Allsky. |
Beta Was this translation helpful? Give feedback.
-
@frankhirsch, you are correct that when a new image.jpg is saved, the old one is deleted and the new one created. The file itself is never updated. |
Beta Was this translation helpful? Give feedback.
-
@frankhirsch this is what we call "FM". It's currently working. After I made the change at the /home folder to 755 it's working. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Just wanted to share how I finally succeeded in streaming my current AllSky image to my Apple Watch... While it is certainly pretty useless to use this on a browser capable device, I still wanted to have this on my wrist to check anytime without leaving other apps (such as maybe ASIAIR...).
The trick ist to use Homebridge and install the Homebridge Camera FFmpeg plugin. Once up and running it's pretty easy to configure the Allsky camera by adding the following configuration to point to the location of your current image from Allsky (which is
/home/pi/allsky/tmp/image.jpg
by default).Sample JSON configuration
{ "name": "Allsky", "videoConfig": { "source": "-loop 1 -i /mnt/ds/images/tmp/image.jpg", "stillImageSource": "-i /mnt/ds/images/tmp/image.jpg", "debug": true } }
Hope you like it!
CS, Frank
Beta Was this translation helpful? Give feedback.
All reactions