-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Now Playing" video feed #43
Comments
Add "enable_now_playing": "true", to the iTunes now playing platforms! Example: { |
@martinorob Thanks a lot for your reply. With your help I was able to add a Camera "Now Playing" to my Home App. But unfortunately not showing anything.
|
Your configuration is broken.
then simply create a fake jpg file with touch /tmp/homebridge-itunes-nowplaying.jpg then kill Homebridge and restart Homebridge. |
Thanks again. But unfortunately I'm not sure what I am doing wrong. 😕🤷🏼♂️
|
Do you have https://github.com/khaost/homebridge-camera-ffmpeg installed true? |
I'm not sure what you mean by "true"? ├── [email protected] Installed on my iMac Anything special I have to take notice of? |
What do you see in debug log? https://github.com/nfarina/homebridge/wiki/Basic-Trouble-Shooting |
Hmm.. what should I look for? Anything specific?
|
Can you stop homebridge |
@martinorob I hope not to bother. After some time of homebridge abstinence, I unfortunately have to come back with the missing video feed issue. :( I noticed when I start homebridge manually live video works Home App ans shows the Album Artwork etc. In the folder /tmp the file homebridge-itunes-nowplaying.jpg is updated frequent. Together with homebridge-itunes-artwork.jpg, homebridge-itunes-nowplaying.txt and homebridge-itunes-artwork.tmp But when I start homebridge with launchctl load ~/Library/LaunchAgents/com.homebridge.server.plist the file homebridge-itunes-nowplaying.jpg is not updated anymore. The other three files are still updating. In Home App the camera is not giving response. Thanks again for your help and the time you are investing. |
Try to put the full path for the jpg.. like "/Volumes/SSD750GB/tmp/homebridge-itunes-nowplaying.jpg" |
Thanks. But that doesn't solve it. Only the homebridge-itunes-nowplaying.jpg stays the same when homebridge runs as Changing the file in the config.json to homebridge-itunes-artwork.jpg helped neither. So I assume it's more something how homebridge starts then just the path to a file in the config.json. |
First of all thanks for your great work and sharing. @SphtKr
I use homebridge-itunes with a second homebridge (1st and main is on a Raspi).
Everything works great. macOS 10.12.5 iTunes 12.6.1.25 with an Apple TV 4 to AirPlay to, a Speaker in the Bedroom and one in the Bathroom.
Now I was curious about the "Now Playing" video feed.
I installed the homebridge-camera-ffmpeg plugin, added the lines in the config.json and after a restart the "camera" in the Eve App.
Then I find a switch "Now Playing" in the App but can't figure out how it works?! There is no picture what I would expect. What am I doing wrong?
Do I have to change the line into something other and into what?
"source": "-re -loop 1 -framerate 1 -r 1 -i /tmp/homebridge-itunes-nowplaying.jpg",
And when I have fixes this thanks to your support, I was wondering if there would be any chance to see Artwork of a track or album playing as still image in the future?
Thanks in advance for your help and reply.
The text was updated successfully, but these errors were encountered: