[FFserver-user] ffserver client synchronization

jacob s jacobhameiri at gmail.com
Tue Nov 13 20:28:36 CET 2012


 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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/ffserver-user/attachments/20121113/e81eaa67/attachment.html>


More information about the ffserver-user mailing list