Opened 7 months ago

Closed 4 months ago

#10609 closed defect (invalid)

Vp8 famerate dropping issue

Reported by: Jitendra Patidar Owned by:
Priority: critical Component: undetermined
Version: 4.4.4 Keywords: vp8
Cc: Jitendra Patidar Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Hello, We are facing issue while using vp8 codec for server side recording and in that when we try to record screen share stream then it give me below error's related to framerate dropping:

  • ffmpeg::process::data [data:'[sdp @ 0x564e431d9780] max delay reached. need to consume packet\n' + '[sdp @ 0x564e431d9780] RTP: missed 55 packets\n' + '[sdp @ 0x564e431d9780] Missed a picture, sequence broken\n']
  • ffmpeg::process::data [data:'[sdp @ 0x559fe6a76780] max delay reached. need to consume packet\n' + '[sdp @ 0x559fe6a76780] RTP: missed 36 packets\n' + '[sdp @ 0x559fe6a76780] Received no start marker; dropping frame\n']

And the below the is command that i am using while recording screen share stream: ['-loglevel','debug','-protocol_whitelist','pipe,udp,rtp','-fflags','+genpts','-f','sdp','-analyzeduration','2147483647','-probesize','2147483647','-i','pipe:0','-map','0:v:0','-c:v','dav1d','-r',5,'-b:v','2M','-flags','+global_header','-error-resilient','1','-g','240','-auto-alt-ref','0','-lag-in-frames','25','-map','0:a:0','-strict','-2','-c:a','libopus','-af','aresample=async=1','./files/1696586890283.webm']

Please suggest me the right commanded or give me the solution for the same

FFMPEG: 4.4.4

Thanks.

Change History (1)

comment:1 by Marton Balint, 4 months ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.