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
hi,
we tested a mp4 seek with a remote url , here is the time cost
func (p *Processor) Process
##000test,Process,time 1693557521532
##001test,Process,time 1693557521534
av, err := ffmpeg.LoadAVContext(rs, size)
##002test,Process,LoadAVContext time 1693557524155
meta := av.Metadata()
##002test,Process,Metadata time 1693557524156
case "seek":
##003test,Process,seek time 1693557524440
##003test,Process,out time 1693557524453
so, we find the LoadAVContext cost =1693557524155 - 1693557521534 = 2621ms / total 2921ms
will we cache the LoadAVContext data in process for next seek request?
thank you very much!!!
The text was updated successfully, but these errors were encountered:
hi,
we tested a mp4 seek with a remote url , here is the time cost
so, we find the LoadAVContext cost =1693557524155 - 1693557521534 = 2621ms / total 2921ms
will we cache the LoadAVContext data in process for next seek request?
thank you very much!!!
The text was updated successfully, but these errors were encountered: