changed report font, added notes on significance
This commit is contained in:
parent
a8c2739cf0
commit
26d8c56024
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user