Unable to receive frame messages with ffmpeg

Forum for questions and support relating to the 1.32.x releases only.
Post Reply
blauter
Posts: 7
Joined: Fri Dec 07, 2018 7:23 pm

Unable to receive frame messages with ffmpeg

Post by blauter »

I have new Reolink RLC-420 with latest firmware added via onvif using ffmpeg passthrough (audio enable) with major smearing. Searching for this does return a lot of people experiencing similar issue with this camera so I tried a bunch of ideas offered including disabling all enhancements, dropping to 1080p, dropped framerate and throughput, tried different encoding profiles, all with no major improvement. Seems to happen more at night.

Maybe below is just related to this cameras poor performance with ffmpeg passthrough but any other suggestions? Based on the code where it seems this log entry is coming from, I am hitting hw acceleration. Is there any way to disable it just as a test? I didnt see option in UI and didnt see command line option either. I thought of maybe compiling a test version of ffmpeg without hardware acceleration just as a test but does anyone think its worth the trouble?

Code: Select all

Dec  8 12:37:52 myserver zmc_m10[30068]: message repeated 4 times: [ WAR [zmc_m10] [Unable to receive frame 20823: Resource temporarily unavailable, continuing]]
Dec  8 12:37:57 myserver zmc_m10[30068]: WAR [zmc_m10] [Unable to receive frame 20889: Resource temporarily unavailable, continuing]
Dec  8 12:37:57 myserver zmc_m10[30068]: WAR [zmc_m10] [Unable to receive frame 20889: Resource temporarily unavailable, continuing]
Dec  8 12:38:14 myserver zmc_m10[30068]: WAR [zmc_m10] [Unable to receive frame 21090: Resource temporarily unavailable, continuing]
Dec  8 12:38:14 myserver zmc_m10[30068]: WAR [zmc_m10] [Unable to receive frame 21090: Resource temporarily unavailable, continuing]
Dec  8 12:38:16 myserver zmc_m10[30068]: WAR [zmc_m10] [Unable to receive frame 21111: Resource temporarily unavailable, continuing]
Dec  8 12:38:22 myserver zmc_m10[30068]: WAR [zmc_m10] [Unable to receive frame 21180: Resource temporarily unavailable, continuing]
Dec  8 12:38:22 myserver zmc_m10[30068]: WAR [zmc_m10] [Unable to receive frame 21180: Resource temporarily unavailable, continuing]
User avatar
iconnor
Posts: 2900
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Unable to receive frame messages with ffmpeg

Post by iconnor »

Unless you are on a raspberry pi using my custom ffmpeg builds, you are not using hw acceleration.

Those messages mean that ffmpeg has not been able to receive a full image yet.
Post Reply