[FFmpeg-trac] #10609(undetermined:new): Vp8 famerate dropping issue
FFmpeg
trac at avcodec.org
Fri Oct 6 15:48:06 EEST 2023
#10609: Vp8 famerate dropping issue
-------------------------------------+-------------------------------------
Reporter: Jitendra | Type: defect
Patidar |
Status: new | Priority: critical
Component: | Version: 4.4.4
undetermined |
Keywords: vp8 | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
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.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10609>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list