[vlc-devel] [PATCH 0/2] srt: cancellable in a thread

Justin Kim justin.kim at collabora.com
Thu Jan 11 09:46:40 CET 2018


Hello,

SRT doesn't implement poll-like feature for Win32
so, in these patches, I set blocking mode to srt recv/send
functions, and used clean-up handlers.
I hope these patches help to cut platform dependencies.

Justin Kim (2):
  access: srt: cancellable by block_cleanup_push in thread
  access_out: srt: cancellable by block_cleanup_push in thread

 modules/access/srt.c        | 171 ++++++++++++++++++--------------------------
 modules/access_output/srt.c | 147 ++++++++++++++-----------------------
 2 files changed, 121 insertions(+), 197 deletions(-)

-- 
2.15.1



More information about the vlc-devel mailing list