[vlc-devel] [PATCH 0/6] demux: adaptive: fast response to control

Zhao Zhili quinkblack at foxmail.com
Wed Sep 20 05:47:14 CEST 2017


Make adaptive fast response to control. I have tested with HLS, DASH and
Smooth Streaming.

Zhao Zhili (6):
   demux/adaptive: Downloader: faster response to request
   demux: adaptive: make Downloader interruptable
   demux: adaptive: fix cancellation during refresh playlist
   demux: adaptive: reorder cleanup_push and cleanup_pop
   demux: adaptive: interrupt connection manager when necessary
   demux: adaptive: make managerThread interruptable

  modules/demux/adaptive/PlaylistManager.cpp         | 43 ++++++++++++++--
  modules/demux/adaptive/PlaylistManager.h           |  4 ++
  modules/demux/adaptive/http/Downloader.cpp         | 60 
+++++++++++++++++++---
  modules/demux/adaptive/http/Downloader.hpp         | 10 +++-
  .../demux/adaptive/http/HTTPConnectionManager.cpp  | 18 +++++++
  .../demux/adaptive/http/HTTPConnectionManager.h    |  6 +++
  6 files changed, 127 insertions(+), 14 deletions(-)

-- 
2.7.4





More information about the vlc-devel mailing list