question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ffmpeg proces is not running

See original GitHub issue

this 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:closed
  • Created 3 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
OptimusGREENcommented, Feb 2, 2021

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?

0reactions
stale[bot]commented, Mar 5, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found