<div dir="rtl"><div dir="ltr" style="text-align:left" id="message4654976" class="message-text"><span>
                Hi, I am using ffserver to stream a video file to many clients, but 
clients are not synchronized. Is it possible to config ffserver to force
 client synchronization, meaning that they will all show the same frames
 at the same time ?
</span><br><br><span>this is the config file:
</span><br><br><span>Port 8090
</span><br><span>BindAddress 0.0.0.0
</span><br><span>MaxHTTPConnections 2000
</span><br><span>MaxClients 1000
</span><br><span>MaxBandwidth 100000
</span><br><span>CustomLog -
</span><br><span>NoDaemon
</span><br><br><span><Feed feed1.ffm></span><br><span>File /sdcard/feed1.ffm
</span><br><span>FileMaxSize 200000K
</span><br><span>ACL allow 127.0.0.1
</span><br><br><span></Feed></span><br><br><span><Stream test1.mpg></span><br><span># coming from live feed 'feed1'
</span><br><span>Feed feed1.ffm
</span><br><span>Format mpeg
</span><br><span>AudioBitRate 32
</span><br><span>AudioChannels 1
</span><br><span>AudioSampleRate 44100
</span><br><span>VideoBitRate 640K
</span><br><span>VideoBufferSize 4000
</span><br><span>VideoFrameRate 10
</span><br><span>VideoSize 400x400
</span><br><span>VideoGopSize 12
</span><br><span></Stream>

        
        
        
        </span></div>
        </div>