Working
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
#import "../template.typ"
|
||||
|
||||
#template.beforeChapter()
|
||||
= Related work<rw>
|
||||
#template.afterNumberedChapter()
|
||||
|
||||
In this chapter, we review the part of the state of the art on multimedia streaming and interaction that is relevant for this thesis.
|
||||
As discussed in the previous chapter, video and 3D share many similarities and since there is already a very important body of work on video streaming, we start this chapter with a review of this domain with a particular focus on the DASH standard.
|
||||
|
||||
@@ -11,7 +11,7 @@ While RTP is stateful (that is to say, it requires keeping track of every user a
|
||||
Furthermore, an HTTP server can easily be replicated at different geographical locations, allowing users to fetch data from the closest server.
|
||||
This type of network architecture is called CDN (Content Delivery Network) and increases the speed of HTTP requests, making HTTP based multimedia streaming more efficient.
|
||||
|
||||
=== DASH: the standard for video streaming
|
||||
=== DASH: the standard for video streaming<rw:dash>
|
||||
|
||||
Dynamic Adaptive Streaming over HTTP (DASH), or MPEG-DASH #cite("dash-std", "dash-std-2") is now a widely deployed
|
||||
standard for adaptively streaming video on the web #cite("dash-std-full"), made to be simple, scalable and inter-operable.
|
||||
|
||||
Reference in New Issue
Block a user