[FFmpeg-user] Regarding delay in ffserver in reading packets from utils.c source code

Tilak Varisetty vtilakece at gmail.com
Fri Oct 31 13:30:52 CET 2014


Hello all,

I am using ffserver for my application that transmits pipe of images to the
webclient html5. I have observed the the function
s->iformat->read_packet(s, pkt) waits for a long time ( aprox. 116 msec)
until the output packet size is a const value 786486, and turns the flag
got_output as 1.

I would appreciate if there is a work around to reduce this delay or
waiting times or looping time.


Thanks in advance,
Tilak


More information about the ffmpeg-user mailing list