ffmpeg proces is not running
See original GitHub issuethis is driving me nuts - if this isn’t the right forum please let me know - i have tried all the basic configs as well as the specific input_args for a reolink but try as i might i keep getting the following errors
i am running this from my home assistant server
frigate.video INFO : Office: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures
frigate.video INFO : Office: ffmpeg process is not running. exiting capture thread...
ffmpeg.Office.detect ERROR : rtsp://bunny:REDACTED@XXX.XXX.XXX.XXX:554/live: Invalid data found when processing input
here is my config - i kept it as simple as possible
detectors:
coral:
type: cpu
mqtt:
host: 192.168.0.121
topic_prefix: frigate
client_id: frigate
user: mqtt_user
password: REDACTED
ffmpeg: {}
cameras:
Office:
ffmpeg:
inputs:
- path: 'rtsp://bunny:REDACTED@XXX.XXX.XXX.XXX:554/live:'
roles:
- detect
width: 1920
height: 1080
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
[Support]: Ffmpeg continuously crashing · Issue #2858 - GitHub
Describe the problem you are having Hi. I am struggling to have frigate set up for 24/7 recording from two cameras on a...
Read more >Frigate Issues - ffmpeg process is not running : r/homeassistant
SOLVED: My Amcrest was set to H264 but I had Disabled RTMP. I enabled in the config.yml, restarted Frigate, and it worked.
Read more >ffmpeg process doesn't do anything - no error - Stack Overflow
I'm trying to convert a video between two file types, when run, nothing happens and no file is made. I've tried doing it...
Read more >FFMPEG isn't running problem - Home Assistant Community
Hello all, I am trying to setup a sricam camera. On previous versions it was working fine. My config is the following: ffmpeg:...
Read more >Frequently Asked Questions - Frigate Docs
A solid green image means that frigate has not received any frames from ffmpeg. Check the logs to see why ffmpeg is exiting...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ok try this as your url, just found it elsewhere.
'rtmp://<IPADDRESS>/bcs/channel0_sub.bcs?channel=0&stream=0&user=<USERNAME>&password=<PASSWORD>'
this is now working for me. @blakeblackshear , Maybe this could be noted in the reolink section?
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.