Go to file
Thomas Forgione 53b7f43f10
More impl, more diargams
2019-09-23 12:04:36 +02:00
assets More impl, more diargams 2019-09-23 12:04:36 +02:00
src More impl, more diargams 2019-09-23 12:04:36 +02:00
tlsflyleaf Beautiful manuscript 2019-09-13 17:47:40 +02:00
.gitignore More impl, more diargams 2019-09-23 12:04:36 +02:00
Makefile More writing, citations, fix references 2019-09-13 12:01:43 +02:00
README.md Fix badges 2019-09-19 11:53:20 +02:00

README.md

Thesis

Link Size Comment
~20MB LaTeX output
~3MB compressed, good quality
~1MB heavily compressed, low quality

This repository holds the code for the phd thesis.

Ideas of plan

Prototype

The prototype of plan is written in the src/plan.tex file.

Chronological plan

The idea of this plan would be to have a chapter for each chronological step that we had during the phd.

Use MMSys as an introduction for the context and the things that we try to do. Start with explaining the MMsys proof of concept, and then explain the steps that takes the proof of concept to a real thing.

  • Lessons learned from MMsys
    • Performing view dependant streaming is important
    • Enhancing 3D navigation is important because keyboard controls are tough
    • Enhancing 3D navigation has negative impact on streaming
    • There are ways to limit this impact
  • Real streaming with DASH
    • Content preparation
    • Loading policy
  • Integrating interaction back
    • Hierarchical bookmarks
    • Improving streaming
    • Mobile interaction

Thematic plan

The idea of this plan would be to mingle MMSys with the rest and divide the work in some parts, each of which may contain a subpart about MMSys and another subpart about DASH.

  • Streaming
    • Naive implementation, server side intelligence (MMSys)
    • DASH
  • Interaction
    • Bookmarks and impact on streaming
    • Tweaking the streaming for better QoS (in MMSys)
    • Tweaking the streaming for better QoS (in DASH)
    • Mobile

Another version of this plan could be the following:

  • Streaming
    • Naive implementation, server side intelligence (MMSys)
    • DASH
  • Interaction
    • Mobile
    • Bookmarks
    • Impact of bookmarks on streaming
  • Back to the streaming
    • Improving streaming with bookmarks in MMSys
    • Improving streaming with bookmarks in DASH

List of some of the unused things that I've done

About MMSys

Before DASH-3D

DASH-3D