[MPlayer-dev-eng] [PATCH] Network synchronized playback using UDP

Luis Roalter luis at roalter.it
Mon Aug 24 09:18:27 CEST 2009


When using an other operating system than linux, there are you get some
timing errors while reading udp packets. To get the udp-patch working
you need to apply another patch to include Windows headers (patch
attached to this mail)

You only need to apply this patch to udp_sync.c

The major problem is: there is no fcntl.h on non-posix systems. So I've
tried to implement an alternative for winsock2. I can play my movies
syncronized on Windows and Linux systems, also mixed up constellations.
But I think that the fcntl-implementation does no work that way it should.

Maybe there is an alternative to fcntl() on windows.

(with the right attachment)

Best regards,
luis.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-win32.diff
Type: text/x-patch
Size: 487 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20090824/104b5f3e/attachment.bin>


More information about the MPlayer-dev-eng mailing list