This commit is contained in:
2019-08-29 16:51:42 +02:00
parent afb8bee33d
commit ae089a0da2
15 changed files with 123 additions and 22 deletions

View File

@@ -1,3 +1,4 @@
\copied{}
\section{Adding bookmarks into DASH NVE framework}\label{sec:bookmarks}
In this section, we explain how to include a new interaction in the system described in Section~\ref{sec:dash3d}.
@@ -116,7 +117,7 @@ We thus render the thumbnail with the mask of already downloaded segments superi
\subsection{Loader modifications}
We build on the loader introduced in~\cite{forgione2018dash} (Algorithm 1) to implement a client adaptation logic.
We include a bookmark adaptation logic such that (i) when a bookmark is hovered for the first time, the corresponding images (see Listing~\ref{bookmark-as}) are downloaded, and (ii) when a bookmark is clicked, we switch from utility $\mathcal{U}$ to true utility $\mathcal{U}^*$ to determine which segments to download next.
We include a bookmark adaptation logic such that (i) when a bookmark is hovered for the first time, the corresponding images (see Listing~\ref{listing:bookmark-as}) are downloaded, and (ii) when a bookmark is clicked, we switch from utility $\mathcal{U}$ to true utility $\mathcal{U}^*$ to determine which segments to download next.
\begin{algorithm}[th]
\SetKwInOut{Input}{input}

View File

@@ -1,3 +1,7 @@
\chapter{System bookmarks}
\input{system-bookmarks/bookmark}
\resetstyle{}
\input{system-bookmarks/user-study}
\resetstyle{}

View File

@@ -1,3 +1,4 @@
\copied{}
\section{Experiments}
\subsection{Setup}