Go to file
Thomas Forgione 66e3ad042a
Moved plan to readme
2019-06-13 16:26:09 +02:00
src Initial commit 2019-06-03 16:37:03 +02:00
tlsflyleaf Initial commit 2019-06-03 16:37:03 +02:00
.gitignore Initial commit 2019-06-03 16:32:16 +02:00
Makefile Initial commit 2019-06-03 16:37:03 +02:00
README.md Moved plan to readme 2019-06-13 16:26:09 +02:00
main.tex Initial commit 2019-06-03 16:37:03 +02:00

README.md

Ideas of plan

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 shit that I've done

About MMSys

Before DASH-3D

DASH-3D