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

Uoti Urpala uoti.urpala at pp1.inet.fi
Thu Apr 9 18:56:49 CEST 2009


On Tue, 2009-04-07 at 11:13 -0700, Jason Holt wrote:
> I added xml/manpage docs and configure script autodetection.  Anything else
> I missed?  (Let me know if I should have done the configure script
> differently).

I think MSG_DONTWAIT is not standard POSIX, so either changing that or
at least using a more specific configure check is needed.

Using the last available UDP packet instead of the first one should work
better. It'd also make the "master quitting" check more reliable (though
checking all packets for that would be somewhat more robust still).

All the network-sync-specific code should not be in the middle of the
main loop. (But sending new patches for that is not really useful - if
the patch is ever applied then doing any such changes at the same time
would be easy.)




More information about the MPlayer-dev-eng mailing list