[vlc-commits] demux: adaptive: add PBA reference
Francois Cartegnie
git at videolan.org
Wed Apr 19 10:59:52 CEST 2017
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Apr 19 10:42:04 2017 +0200| [e116d76ab20f78318e31da68aad6f1752e1f4964] | committer: Francois Cartegnie
demux: adaptive: add PBA reference
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e116d76ab20f78318e31da68aad6f1752e1f4964
---
modules/demux/adaptive/logic/PredictiveAdaptationLogic.cpp | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/modules/demux/adaptive/logic/PredictiveAdaptationLogic.cpp b/modules/demux/adaptive/logic/PredictiveAdaptationLogic.cpp
index 429d1465f1..1bfbe984a8 100644
--- a/modules/demux/adaptive/logic/PredictiveAdaptationLogic.cpp
+++ b/modules/demux/adaptive/logic/PredictiveAdaptationLogic.cpp
@@ -34,6 +34,12 @@
using namespace adaptive::logic;
using namespace adaptive;
+/*
+ * Modified PBA algorithm (streaming for Cellular Networks) for multi streams
+ * Targets optimal quality
+ * https://www.cs.princeton.edu/~jrex/papers/hotmobile15.pdf
+ */
+
PredictiveStats::PredictiveStats()
{
segments_count = 0;
More information about the vlc-commits
mailing list