This commit is contained in:
2023-05-11 11:59:37 +02:00
parent fcc78d0c77
commit 082267411e
12 changed files with 196 additions and 15 deletions
+4
View File
@@ -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.
+1 -1
View File
@@ -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.