[FFmpeg-user] ffserver client synchronization

Jacobs jacobhameiri at gmail.com
Tue Nov 13 11:55:28 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>



--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/ffserver-client-synchronization-tp4654976.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list