You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in ffmpeg ,i can use -re paramter , read input file by native frame rate.
in javacv how can i make it ?
now ,i use Thread.sleep(1000/frameRate) after i record a frame,
but it seems no work , the rtmp stream is lagging