Do stuff
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
\chapter{System bookmarks}
|
||||
|
||||
\input{system-bookmarks/bookmark}
|
||||
\resetstyle{}
|
||||
|
||||
\input{system-bookmarks/user-study}
|
||||
\resetstyle{}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
\copied{}
|
||||
\section{Experiments}
|
||||
\subsection{Setup}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user