changed report font, added notes on significance

This commit is contained in:
aj 2020-03-26 14:44:55 +00:00
parent a8c2739cf0
commit 26d8c56024
2 changed files with 8 additions and 1 deletions

View File

@ -16,7 +16,7 @@ todonotes
\language_package default \language_package default
\inputencoding auto \inputencoding auto
\fontencoding global \fontencoding global
\font_roman "times" "default" \font_roman "default" "default"
\font_sans "default" "default" \font_sans "default" "default"
\font_typewriter "default" "default" \font_typewriter "default" "default"
\font_math "auto" "auto" \font_math "auto" "auto"

View File

@ -12,6 +12,12 @@
## Significance ## Significance
* Generic implementation
- Flexible uses
- Different to architecture example as users are not necessarily included in experience
- Separation of viewer and session
- Can just consume and not interact
## Challenges ## Challenges
* Synchronising clients * Synchronising clients
@ -22,6 +28,7 @@
- Compression? - Compression?
- Stream only bodies? - Stream only bodies?
- Multiple TCP connections - Multiple TCP connections
- Selective frame dropping? for research paper
* Shift in experience paradigm * Shift in experience paradigm
- Not one connection to one source but a session to view multiple streams - Not one connection to one source but a session to view multiple streams
- Could change behaviour with poor network conditions - Could change behaviour with poor network conditions