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 ?
this is the config file: Port 8090 BindAddress 0.0.0.0 MaxHTTPConnections 2000 MaxClients 1000 MaxBandwidth 100000 CustomLog - NoDaemon <Feed feed1.ffm> File /sdcard/feed1.ffm FileMaxSize 200000K ACL allow 127.0.0.1 </Feed> <Stream test1.mpg> # coming from live feed 'feed1' Feed feed1.ffm Format mpeg AudioBitRate 32 AudioChannels 1 AudioSampleRate 44100 VideoBitRate 640K VideoBufferSize 4000 VideoFrameRate 10 VideoSize 400x400 VideoGopSize 12 </Stream>
_______________________________________________ ffserver-user mailing list ffserver-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffserver-user