-
Notifications
You must be signed in to change notification settings - Fork 653
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
FFmpeg isn't running! #319
Comments
Same issue with yi camera. My Ring camera works fine for a while then Hassio will show this and neither works. Heres a thread with further details: |
Hello, I do see the same statement in hassio logs. @xtianpaiva did you manage to solve this? |
You need set it to debug and post the log to pvizeli/ha-ffmpeg |
Done: home-assistant-libs/ha-ffmpeg#22 thanks @pvizeli |
@pvizeli have you got around to looking into this one? any additional information that I may provide? please, just let me know :) |
Still an issue with 0.82:
|
Still an issue on 0.83.3 |
Still an issue with 0.84.6 on Docker / Synology NAS: |
Same here on hassio 0.84.6 |
Same on hassio 0.87.0 |
Same here on 0.87 |
Same here on 0.87.1 |
I'm having the same problem but I just got around to putting my cameras in hass.io/docker on raspi 3b stretch and can't seem to get them to show up. I see them in developmer tools "states" but they say idle. I don't see any errors but haven't tried running the trouble shooting yet. I've tried on 0.87 and 0.87.1 with no change. These are D-Link 930, 932, and 933 cameras though and I'm running homebridge with ffmpeg at home/pi/ffmpeg but I still have ffmpeg_bin: set to /usr/bin/ffmpeg in my config.yaml |
same in 0.88.2 with YI camera. Log Details (WARNING) |
Hi, This configuration made it work for me.
Hope it solves the problem for anyone else :) EDIT: The path for the camera footage was identified by using ftp to access the camera and finding where it was being stored. It may be subjected to change on your particular camera. My camera is the 'Yi Dome'. |
what it´s your HA version? |
I just saw this, did you use ftp as a search term, or how did you determine the ftp file path? Will it run without the record path initially? I think the answer is yes, it being an optional parameter. I'll try it without ASAP. |
Take a look here: https://community.home-assistant.io/t/ffmpeg-isnt-running-problem/96172 I was able to get mine working by following the exact same config - apparently the docker version of home assistant is much more picky on how it's configured. |
I have them loaded without error on a clean install, but they're state is idle and it they still won't show up in the frontend. I'm playing around with the options to see what works. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Trying to use camera (YI Home) component, but having problems to start ffmpeg on Hass.io v1.1 and HA v0.61.1
`ffmpeg:
camera:
name: 'Portón'
host: '192.168.1.223'
password: !secret yi_porton
ffmpeg_arguments: '-vf scale=800:450'`
WARNING (MainThread) [haffmpeg.core] FFmpeg isn't running!
Is there something I'm missing?
The text was updated successfully, but these errors were encountered: