[vlc-devel] [PATCH 0/2] srt: Use CreateEvent instead of vlc_pipe for Win32

Justin Kim justin.kim at collabora.com
Thu Jan 4 05:45:02 CET 2018


Apparently, vlc_pipe seems not to support Win32, and SRT library doesn't
have epoll-like feature too. Therefore, I tried to use WinAPI directly.

I have sent a patch as RFC few weeks ago, but it never be shown in the
mailing list. I think there was a problem while sending the patch.

Please, review these commits.

BR,
Justin

Justin Kim (2):
  access: srt: Interrupt by WINAPI
  access_out: srt: Interrupt by WINAPI

 modules/access/srt.c        | 50 ++++++++++++++++++++++++++++++++++++++++---
 modules/access_output/srt.c | 52 +++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 97 insertions(+), 5 deletions(-)

-- 
2.7.4



More information about the vlc-devel mailing list