Skip to main content

The impact of video-quality-level switching on user quality of experience in dynamic adaptive streaming over HTTP

Abstract

Dynamic adaptive streaming over HTTP (DASH) has become a promising solution for video delivery services over the Internet in the last few years. Currently, several video content providers use the DASH solution to improve the users’ quality of experience (QoE) by automatically switching video quality levels (VQLs) according to the network status. However, the frequency of switching events between different VQLs during a video streaming session may disturb the user’s visual attention and therefore affect the user’s QoE. As one of the first attempts to characterize the impact of VQL switching on the user’s QoE, we carried out a series of subjective tests, which show that there is a correlation between the user QoE and the frequency, type, and temporal location of the switching events. We propose a novel parameter named switching degradation factor (SDF) to capture such correlation. A DASH algorithm with SDF parameter is compared with the same algorithm without SDF. The results demonstrate that the SDF parameter significantly improves the user’s QoE, especially when network conditions vary frequently.

1 Introduction

IP network uses the concept of best-effort delivery, where the network does not guarantee the data arrival to the end user at the right time and order, depending on the network traffic load. However, many services, such as video streaming, run over IP networks, where transport layer protocols attempt to improve the IP network performance and, consequently, the end users’ quality of experience (QoE). One of these protocols is the widely adopted Transmission Control Protocol (TCP) that supports reliable end-to-end data delivery.

In the last years, video traffic has been increasing dramatically because many video services over the Internet gained popularity. The large number of wireless devices that use video services via mobile networks is one of the major contributors to the growth of video traffic. Currently, most video streaming services run over HyperText Transfer Protocol (HTTP) that uses TCP as the transport layer protocol, which is not intercepted or blocked by firewalls or network address translation (NAT), as is the case for User Datagram Protocol (UDP). Moreover, HTTP-based delivery provides reliability and deployment simplicity due to HTTP and TCP protocols, which are widely implemented [1].

Video quality assessment and, therefore, users’ QoE evaluation is relevant due to the large number of video services offered nowadays. Subjective test of video quality assessment are conducted to determine the user’s satisfaction based on which video services may be improved [2]. These tests are generally performed under laboratory conditions. Nevertheless, in recent years, some studies [3, 4] show the possibility to perform image or video quality assessment through remote assessors using the Internet.

In recent years, dynamic adaptive streaming over HTTP (DASH) standard [5] has gained popularity. The purpose of DASH is to improve the end user’s QoE using a video streaming service. Several video content providers adopted different DASH solutions introducing client and server software, and the most sophisticated consumer electronic devices are expected to support it [6]. A performance comparison of different adaptation algorithms programmed in the most popular DASH commercial solution is presented in [7]. It is worth noting that the DASH solution uses a video signal quality level determined at the users’ devices. Studies in other areas are making similar efforts. Examples include the 3rd Generation Partnership Project (3GPP) named minimization of drive test (MDT) [8]. The DASH solution uses an adaptation control algorithm to determine the most appropriate video segment to be transmitted according to some network and/or application layer parameters, which reflects the video signal quality to the user’s device.

As stated before, DASH intends to improve the users’ QoE because they receive the best VQL allowed by network conditions. However, if the network condition changes constantly, the DASH adaptation control algorithms will switch between different VQLs. As a consequence, the user may experience multiple changes in the video presentation in a short time period, thereby affecting the user’s QoE. In this research, each VQL is classified by its temporal and spatial resolutions. Different VQL switching types are considered depending on the video encoding characteristics. Switching events between videos with different spatial or temporal resolutions have different impacts on visual attention and user QoE. Hence, different effects on the overall user’s QoE are also expected.

The main purpose of this work is to quantitatively determine how the VQL switching events affect the user’s QoE in a DASH scenario. This fact stresses the relevance to include, in the DASH algorithms, a decision parameter we named switching degradation factor (SDF) that changes with the VQL switching types, the frequency of VQL switching events, and their temporal locations. Subsequently, improved DASH algorithms are obtained by performing VQL switchings depending on SDF values. Furthermore, this concept can be extended to other bit rate adaptation applications, such as scalable video coding (SVC) [9].

The remainder of this paper is structured as follows: Section 2 presents an overview of the DASH solution, quality adaptation, and visual quality assessment methods. Section 3 describes the quality degradation factors in VQL switching events. Section 4 introduces the proposed SDF parameter. Section 5 illustrates the test environment, implementation, and the results, highlighting the importance of considering the SDF parameter as a decision factor in the DASH algorithm. Finally, Section 6 draws the conclusions.

2 Overview of DASH, quality adaptation, and visual quality assessment methods

DASH is a new standard developed by 3GPP and MPEG [4, 5, 10] aiming to encode video files using different encoder parameters. Different versions of the same video are obtained and stored in a video server; in which each video version represents a different VQL. In MPEG DASH, the metadata is named media presentation description (MPD). In the DASH solution, the MPD and media are delivered by the HTTP protocol. Each video version stored in the server is logically divided into video segments. A video segment can be represented as a small video file with its own MPD in the file header. The MPD maps the video segment position to the time of the complete video. Thus, the client can access a specific video segment. A general description of a DASH system is shown in Figure 1, in which four versions of the same video with different spatial resolutions are stored in the video server (VQLA to VQLD). The video segments are represented by the letter S, for instance, the first segment of VQLA denoted by SA1. In Figure 1, a DASH control algorithm is employed at the client side. This algorithm uses network parameters as inputs, most commonly the throughput connection, to determine the segment quality level to be downloaded.

Figure 1
figure 1

Illustration of a DASH system.

In the last 2 to 3 years, a number of adaptation control algorithms have been proposed. These algorithms are typically based on parameters such as available bandwidth [11, 12], throughput [1315], round-trip time (RTT), the average download bit rate, the number and frequency of pauses during a time interval [16, 12] that are related with buffering events [17], and the delay associated with user interactivity [18]. In [13], an architecture for DASH in a content distribution network (CDN) scenario is studied. In [19, 20], the user perception of adapting video quality is studied. In [19], different test scenarios of a quality upgrade are evaluated in order to determine the optimal adaptation trajectory, but the user QoE degradation is not quantitatively measured; thereby, the results cannot be directly used in a DASH control algorithm. Also, the temporal locations of VQL switching events are not considered.

In the Internet world, smooth transmission of video data has become one of the most challenging problems [21]. If there is a sudden change in video quality during a video streaming session, a common practice in DASH quality adaptation, the visual QoE may be negatively affected. In particular, when the visual system adapts to a specific quality level at specific spatial and temporal resolutions, sudden changes in the quality level may trigger unwilling eye activities such as refocusing and eye movement, which could be distractive to human attention from the video content, resulting in unpleasant QoE. Our preliminary subjective test presented in Figure 2 also suggests that different types of VQLs may have different impacts on visual QoE. Specifically, two types of 1-min videos are shown to the subjects, one contains switching events with different temporal resolutions only and the other with different spatial resolutions only. There are two useful observations from Figure 2. First, the negative effect on visual QoE, gauged using the mean opinion score (MOS), increases with the frequency of VQL switching. When the frequency is less than 1/16 per second, the effect is minimal, and when the frequency is higher than 1/14 per second, significant drops in MOS values are observed. Second, the negative impact of VQL switching in spatial resolution is much stronger than that in temporal resolution. These observations suggest that to achieve optimal QoE, network quality adaptation techniques should take into account both the frequency and types of VQL switching events. Unfortunately, this has not been well accounted for in state-of-the-art DASH algorithms

Figure 2
figure 2

User QoE versus the frequency of VQL switching events. Spatial and temporal resolution switching.

Visual attention, context awareness, and assessment of users’ expectations play an essential role in determining the user’s QoE. The assessment of QoE should include objective human cognitive aspects and incorporate some valid psychological subjective and social approaches [22]; thus, the study is multi-disciplinary in nature, incorporating psychology, cognitive science, sociology, and information technology [23]. It is worth noting that during the subjective test, the evaluators’ attention is also predominantly selective to the video content being watched. Hence, the experimental test environment needs to be isolated from external stimuli such as visual or audible noise that could interfere with the evaluators’ attention.

A number of standard subjective testing methodologies recommended by ITU are described in ITU-R BT-500 [24] and ITU-T P.910 [25]. The methodologies in ITU-R BT-500 include double-stimulus continuous quality scale (DSCQS), double-stimulus impairment scale (DSIS), single-stimulus continuous quality evaluation (SSCQE), and simultaneous double stimulus for continuous evaluation (SDSCE). The methodologies in ITU-T P.910 include absolute category rating (ACR), degradation category rating (DCR), absolute category rating with hidden reference (ACR-H), and paired comparison (PC). In this work, we adopt the ACR approach with a 5-point MOS scale recommended in ITU-T P.910, as shown in Table 1.

Table 1 ITU-T 5-point scale - ACR

3 Quality degradation factors in VQL switching

In order to have a better understanding of the impact of VQL switching on visual QoE, here, we elaborate the key issues that have not been fully accounted for in the current DASH quality adaptation control algorithms.

3.1 Frequency of VQL switching events

Considering the changes in network conditions and buffer status, the DASH controller can react in two ways, a switch up (SU) or a switch down (SD) of VQL. The former happens when the bandwidth allows the client to require a higher VQL from the server, and the latter occurs when the bandwidth is not sufficient and it is necessary to perform a downgrade in VQL to avoid interruptions or delays in video transmission.

Figure 3 presents a simple illustrative two-VQL scenario, named Scenario A, where VQLA and VQLB represent the high- and low-quality levels, respectively. This scenario contains several VQL switching events and no VQL switching before timestamp T0 is assumed. There are eight time intervals (e.g., the first time interval is from timestamp T0 to T1), each one with t-second duration. Within each interval, the same VQL is maintained, and after this interval, a VQL switching event can occur. In DASH applications, this time interval (t) represents a video segment length that has only a VQL. In order to examine the frequency of VQL switching events, we would need to first define a sliding observation window that shifts with time. For illustrative purpose only, here, we give an example by defining the size of the sliding window to be

Figure 3
figure 3

Scenario A. VQL switching events using a DASH algorithm without considering quality degradation caused by VQL switching.

T=4t
(1)

We have chosen an observation window size of 4 t because the total time range presented in Figure 3 is 8 t, permitting a good visualization of the first two windows, stressing that this value is only for clarification purposes. Let NS and FS denote the number of VQL switching events and their frequency within the sliding observation window, respectively. FS and NS are related by

F S = N S T
(2)

In addition to FS, the network and buffer status can be either good (G), equal (E), or bad (B), and the reaction of the DASH algorithm can be either SU, SD, or no action. Table 2 describes the behavior of scenario A, where the network and buffer status can be complemented with other application layer parameters as inputs to the DASH algorithm.

Table 2 VQL switching events in scenario A using a DASH algorithm without considering the frequency of switching events

The current DASH algorithms only consider the network and/or application layer parameters, without taking into account the negative QoE effect caused by VQL switching. As a result, VQL switching is triggered at every timestamp, as can be seen in Table 2. To give an example about how the parameter FS could be used to avoid too frequent VQL switching events, we define a simple improved algorithm that adds FS as a decision factor (where a FS threshold of 1/2 is selected merely to give an example), and the improved algorithm is summarized in Table 3.

Table 3 Algorithm 1: frequency of switching events as a decision factor in DASH quality adaptation algorithm

Figure 4 plots the case of scenario B when the improved algorithm defined in Table 3 is applied. In addition, Table 4 elaborates the behaviors of the scenario. As expected, the number of VQL switching events is significantly reduced because the DASH algorithm is complemented by prohibiting any SU event as long as the FS parameter is above the threshold 1/2.

Figure 4
figure 4

Scenario B. An example of VQL switching events using DASH quality control considering parameter F s.

Table 4 VQL switching events in scenario B using a DASH algorithm considering the frequency of switching events

3.2 Types of VQL switching events

In a DASH scenario, there are often more than two versions of the same video available in the video server. Therefore, there could be many more types of VQL switching events, as opposed to only SD and SU in scenarios A and B.

Figure 5 depicts scenario C, in which there are five VQLs and VQLA and VQLE represent the highest and the lowest quality levels, respectively. Since VQL switching can occur between any of the five VQLs, there are multiple possible types of switching events, each of which could affect the user QoE in a different way. Therefore, it is desirable to investigate how to quantify the impact of each switching event type on the overall QoE and how to embed such information in the design of DASH quality adaptation algorithms.

Figure 5
figure 5

Scenario C. An example of VQL switching events between five quality levels.

3.3 Temporal location of VQL switching events

Another factor that may affect the user QoE is the temporal locations of the VQL switching events. An example is given in Figure 6, where in scenario D, the switching events all occur at the beginning of the session, while in scenario E, all switching events are near the end of the session. Current DASH algorithms do not consider the temporal location of the switching events and give the same degradation weight to both scenarios. This may not be able to precisely account for their actual impacts on the user QoE, which may be affected by psychological factors such as the memory effect.

Figure 6
figure 6

Scenarios D and E. Examples of VQL switching events at different temporal locations.

4 Quality degradation model for VQL switching

Preliminary subjective test results of video quality assessment demonstrated that the users’ QoE is affected by the three key quality degradation factors (frequency, type, and temporal location of switching events) related to VQL switching, as elaborated in the three scenarios presented in the previous section. These factors have not been well accounted for in the current DASH algorithms. In this section, we propose a novel SDF, which combines the aforementioned three factors. Parameters in SDF are calibrated using subjective testing data. An improved DASH algorithm is then proposed by incorporating SDF as a decision factor.

For illustration purpose, we will use a specific example in our description of SDF, though the formulation of SDF is applicable to the general scenarios. Assuming there are six versions of the same video, namely VA, VB, VC, VD, VE, and VF in which VA and VF represent the highest and the lowest VQLs, respectively. We name a VQL switching between two videos with different spatial resolutions but the same temporal resolution a spatial resolution switching (SRS), and a VQL switching between different temporal resolutions but the same spatial resolution a temporal resolution switching (TRS). Considering the scenario ‘C’ presented in Figure 5, each VQL switching type i can affect the overall user QoE in a different manner, and we thus associate it with a different weight w i T that quantifies its importance to the user QoE. Table 5 gives an example of six VQL switching types used in our tests.

Table 5 List of VQLS and associated switching types

As presented in Figure 6, the switching events at different temporal locations (e.g., the beginning, middle, and end part of the video) may have different impacts on the overall user QoE; we divide the video into segments, each segment associated with a segmentation index j and a weight w j S that indicates its importance to the overall user QoE.

As depicted in Figures 3 and 4 that introduced the scenarios A and B, respectively, during a time period (T) may occur some switching events (N) between different VQLs and located in different instants in the temporal domain.

With all these considerations, we can now define the SDF as

SDF= 1 T j = 1 n w j S i = 1 m w i T N i j
(3)

where the parameters are summarized as follows:

  • m: number of VQL switching types

  • n: number of temporal segments

  • N ij : number of VQL switching events of type i during temporal segment j

  • w i T : weight factor associated with switching type i

  • w j S : weight factor associated with temporal segment j

  • T: duration of the time window being observed

For better understanding of SDF, it is useful to map it to a new scale, so that it can be directly used to predict how VQL switching events change the 5-point scale MOS values. Motivated by previous works on the QoE of multimedia service [2628], we adopt an exponential function for the mapping, which is given by

S D F ¯ =C e S D F
(4)

where C is a positive constant that adjusts the speed of the exponential function.

It remains to determine the parameters in the SDF model, including the weighting factors w i T and w j S in (3) for each switching type and temporal segment, as well as the constant C in (4). To do this, we carried out two phases of subjective tests. In the first phase, K test scenarios (specifically, K = 24 in our experiment, because we considered six switching types in our tests, resulting an average of four scenarios for each switching type) were used to determine the w i T parameters only. Once the w i T parameters are fixed, a second phase of test is conducted to obtain the w j S parameters. The lengths of the video used in phase 1 were 1 min. In each test scenario, a different set of VQL switching events with different switching types were used.

In phase 1, there is only one temporal segment, i.e., n = 1 (though it could still contain multiple VQL switching events). In the k-th scenario, the net impact of VQL switching events on the overall user QoE or the desired S D F ¯ factor (denoted by S D F ¯ k D ) would be the difference between the mean of the MOS values of all individual VQLs that are transmitted within the video segment used in the k-th scenario (denoted by M O S k mean , which is independent of VQL switching) and the MOS value given to the whole segment (denoted by MOS k , which is certainly affected by VQL switching, if any). For this, each VQL needs to have an MOS score previously defined, and from this information, only the MOS scores of the VQLs transmitted are used to calculate the M O S k mean . Thus, we have

S D F ¯ k D = M O S k mean M O S k
(5)

Our purpose here is to pick the optimal values for w i T and C, such that the predicted S D F ¯ value for the k-th scenario in (4) is as close to the desired S D F ¯ k D value in (5) as possible. A convenient way to resolve this optimization problem is to transform (4) into logarithmic domain (for the case n = 1) and solve for a linear regression problem. Specifically, for the k-th scenario, taking the logarithm at both sides of (4), we have

ln S D F ¯ k =ln C + i = 1 m N i k T w i T
(6)

Pooling this for all K scenarios, we desire to have

Q w T = b T
(7)

where

Q= 1 q 1 , 1 q 1 , m 1 q 2 , 1 q 2 , m 1 q K , 1 q K , m ; q k , i = N i k T
(8)
w T = ln C w 1 T w 2 T w m T ; b T = ln S D F ¯ 1 D ln S D F ¯ 2 D ln S D F ¯ K D
(9)

All unknowns are contained in vector w(T), which can be obtained using a least square method, specifically, a pseudo-inverse given by

w T = Q T Q 1 Q T b T
(10)

Thus, the values of the constant C and all w i T ’s are obtained.

In the second phase, the w j S parameters are estimated assuming that the values of C and w i T ’s are given (from phase 1). Specifically, a series of K = 12 scenarios are tested where each scenario contains three temporal segments (n = 3). The lengths of the video used in phase 2 were 3 min. In each test scenario, a different set of VQL switching events with different switching types were used. Similar to the case in phase 1, in the k-th scenario, the net impact of VQL switching events on the overall user QoE or the desired S factor (denoted by S D F ¯ k D ) would be the difference between the mean of the MOS values of all individual VQLs in all the temporal segments (denoted by M O S k mean ) and the MOS value given to the whole video (denoted by MOS k ), such that

S D F ¯ k D = M O S k mean M O S k
(11)

The goal here is to find the optimal values for w j S for the given w i T and C, so that the predicted S D F ¯ value for the k-th scenario in (4) is as close to the desired value S D F ¯ k D as possible. For the k-th scenario, taking the logarithm at both sides of (4), we obtain

ln S D F ¯ k =ln C + j = 1 n w j S i = 1 m w i T N i j k T
(12)

Pooling this for all K scenarios, we desire to have

P w S = b S
(13)

where

P= p 1 , 1 p 1 , n p 2 , 1 p 2 , n p K , 1 p K , n ; p k , j = i = 1 m w i T N i j k T
(14)
w S = w 1 S w 2 S w n S ; b S = ln S D F ¯ 1 D / C ln S D F ¯ 2 D / C ln S D F ¯ K D / C
(15)

All unknowns are contained in vector w(S), which can be obtained by a pseudo-inverse

w S = P T P 1 P T b S
(16)

With all the parameters w i T ’s, w j S ’s, and C determined, we can now use Equations 3 and 4 to compute the SDF factors as well as the mapped S D F ¯ values for the given test scenarios, and S D F ¯ can be subsequently employed to predict the drop of MOS value caused purely by VQL switching events.

It is worth noting that commercial applications of video streaming services can offer a high number of different spatial and temporal resolutions. In order for the SDF parameter to be useful for real applications, SDF needs to be agnostic to the different video resolutions and consequently works with different switching types.

Based on the w i T and w j S parameters obtained in previous computation, we propose a model to generalize the results to cover a broader range of switching events. In particular, we define a spatial resolution change parameter

R= max W c , W n max H c , H n min W c , W n min H c , H n
(17)

where (W c , H c ) and (W n , H n ) represent the widths and heights of the video before and after switching, respectively. Considering the results obtained by (10) and analyzing different mathematical models, such as exponential and polynomial functions, we find that w i T can be modeled empirically by

w i T =α+β log 2 1 + R 1 / η
(18)

where α = 2.69, β = 8.73, and η = 0.33 when R ≤ 1.33, and α = 11.44, β = 1.89 and η = 1.34 when R > 1.33. In a similar way, we find the values of w j S can be well fitted by considering the results obtained by (16):

w j S =κ+λ log 2 1 + n c 1 / n 1
(19)

where κ = 1.42, λ = −0.38, n is the total number of temporal segments considered in the video, and nc is the current temporal segment in which w j S is calculated.

Finally, the MOS value that characterizes the user QoE can be predicted by incorporating S D F ¯ into previous QoE models that estimate MOS without taking into account quality degradations due to VQL switching. For example, the video streaming quality metric (VsQM) proposed in [23] provides a model to predict MOS and is specifically useful when pauses exist during video replay. Combining VsQM and SDF, we obtain a model that predicts the overall MOS value by

M O S P = VsQM ¯ S D F ¯
(20)

where VsQM ¯ and S D F ¯ are the VsQM and SDF factors after mapped to the scale that can be directly used to predict MOS in a 5-point scale. This predicted MOS value, denoted by MOS(P) can then be employed by DASH algorithms for adaptive video streaming.

5 Implementation and testing

5.1 Testing environment and implementation

The testbed used in our experiment is shown in Figure 7, which is isolated with no other processes running in the same computers. A network emulator is implemented based on the open-source tool NETem, which controls the available bandwidth between the client and the video server. The video server is installed with Linux and Apache web server version 2.2.21. In addition, a video player is developed using an Open Source Media Framework (OSMF). The initial buffering level requirement is set to 6 s.

Figure 7
figure 7

Testbed used in the experiments.

Using the information of the metadata MPD, the application is able to know the spatial resolution of the video sequences. This information is obtained from the MPD xml code, specifically from the data contained in the element named ‘Representation’ and its attributes ‘width’ and ‘height.’ Therefore, the ratio of spatial resolutions between the current and next video segment can be calculated using the width or height values.

In the first and second phases of this work, all test videos were 1 or 3 min in length. In the validation phase, videos were 9 and 21 min in length. These videos were compressed using an H.264/AVC video encoder with different encoding characteristics to obtain six VQLs, as presented in Table 6. The videos are divided into 2-s pieces and are stored in the video server with appropriate identifications. The client sends an HTTP request that contains the URL of a specific video identification, which has been determined by a DASH algorithm running at the client side.

Table 6 Characteristics of videos used as test material

Using our testbed, drastic changes in available bandwidth were emulated. Thus, several test scenarios were created, in which different numbers of VQL switching events and different switching types were inserted. In addition, the temporal locations of VQL switching events vary between different test scenarios.A DASH control algorithm is implemented based on OSMF in which the SDF parameter was included. The flowchart is presented in Figure 8. In order to assess the impact of SDF in a DASH control algorithm, the same test scenarios were evaluated using the same DASH algorithm but without using SDF, and the two test cases are compared, as described later.

Figure 8
figure 8

Flowchart of a DASH adaptation control algorithm that employs the proposed SDF parameter.

5.2 Test results

A total of 78 subjects participated in the subjective test, including 44 females and 34 males, aged between 18 and 49 years. None of them presented any sight problems or experience in the quality assessment task. A 21.5-in. LCD monitor was employed with the following characteristics: 1,920 × 1,080 pixel resolution, widescreen ratio of 16:9 and brightness of 250 cd/m2. The test environment had no reflecting ceiling walls or floors and either any disturbing objects. The tests were conducted in 14 weeks, and during this period, the same test room was kept constant. All tests were performed individually and a time limit was not enforced. An instruction session was performed before the tests, in which the assessors were shown sample videos and the experiment process was explained. In the tests, an observation distance of 50 to 60 cm was considered, and assessors used the scale presented in Table 1. Each video received at least 15 scores by the assessors and the scores are averaged to calculate the MOS value. With the test results, a statistical analysis was performed and no observer was identified as an outlier.

Figure 9 presents the results of the w i T values computed using (10), and Figure 10 shows w j S values obtained by (16), respectively.

Figure 9
figure 9

Weighting factor w i T of different VQL switching types.

Figure 10
figure 10

Weighting factor w j S of three segments. TS-B, TS-M, and TS-E are for the temporal segments at the beginning, middle, and end of the video, respectively.

Figure 11 extends Figure 2 by showing how the user’s QoE decreases when the frequency of VQL switching events is increased. Results of subjective MOS and the predicted MOS(P) by (20) are presented. The Pearson correlation coefficients for the cases of temporal and spatial resolution are 0.92 and 0.98, respectively.

Figure 11
figure 11

Subjective and objectively predicted MOS for different frequencies of VQL switching events.

Figure 12 shows both the subjective MOS and the predicted MOS(P) by (20) for the 24 scenarios considered in the first phase. The Pearson correlation coefficient between subjective and objective MOS values is 0.96.In order to demonstrate the impact of temporal location, Figure 13 shows how the same impairments located at different time instants degrade the user’s QoE. Four scenarios are presented, each with three variations, named A, B, and C, representing the initial, intermediate, and final temporal segments, respectively. Thus, scenarios A’s have VQL switching events only in the initial temporal segment, and the same rule for scenarios B and C.From Figure 13, it can be observed that VQL switching events in the first temporal segment have the highest negative effect on the user QoE, and depending on the test scenario, the QoE can be drastically decreased.

Figure 12
figure 12

Subjective and objectively predicted MOS for different VQL switching types.

Figure 13
figure 13

Predicted MOS for different temporal segments. A, B, and C are for the initial, intermediate, and final temporal segments, respectively.

5.3 Applications to DASH algorithms

Five scenarios were used to test a DASH algorithm with and without employing the SDF parameter. In the case that the SDF parameter is adopted, a threshold of 0.6 on the S D F ¯ value is used. Figure 14 shows the subjective evaluation results. Depending on the test scenario, the difference between using and not using the SDF parameter could vary dramatically. In order to clarify the implementation of test scenarios, Table 7 presents the number and type of switching events that happened in each temporal segment during a video sequence, considering that the SDF parameter was not used in the DASH algorithm. For instance, scenario 5 had the largest quality changes between VQLs, while scenario 1 was the less affected.

Figure 14
figure 14

Performance comparison based on MOS values between DASH algorithms with and without considering SDF.

Table 7 Description of the switching events considering their types and temporal distributions used test scenarios

In order to validate the generalized SDF parameter in (18) and (19), additional subjective tests were conducted for video lengths of 9 and 21 min. Four versions of the same video were used, all of them with the same temporal resolution of 25 fps but with different resolutions of 1,136 × 640, 960 × 540, 480 × 234, and 320 × 200, respectively. The video sequences used in the experimental tests were built using the same methodology presented in Table 7. Figure 15 shows the results obtained, where scenarios 1-A, 1-B, 2-A, and 2-B represents 9-min video with moderate bandwidth change, 9-min video with frequent bandwidth change, 21-min video with moderate bandwidth change, and 21-min video with frequent bandwidth change, respectively. In the case that the SDF parameter is adopted, a threshold of 0.6 on the S D F ¯ value is used. These results are similar to those presented in Figure 14.From Figures 14 and 15, it can be observed that the DASH algorithm that considers SDF substantially improves the user’s QoE, especially in the scenarios where the bandwidth varies frequently. Furthermore, the results in Figure 15 demonstrate the generalization ability of the proposed method to the case of long video lengths.

Figure 15
figure 15

Performance comparison based on MOS value for video lengths of 9 and 21 min.

6 Conclusions

Existing DASH solutions do not take into account the impact of VQL switching on the users’ QoE. In this study, we make one of the first attempts to address this problem through subjective testing, objective modeling, as well as computer and network configurations to create different scenarios that involved DASH algorithms for adaptive streaming. The major contributions of our work are summarized as follows: First, we find that frequent VQL switching has strong impact on the users’ QoE for its disturbance to users’ attention to the video content. Second, we find that switchings in spatial and temporal resolutions have significantly different impacts on the QoE. Third, three features in VQL switching, i.e., switching frequency, switching type, and switching temporal location, are identified as the key factors in characterizing the impact of VQL switching on the users’ QoE. Fourth, a SDF model is developed to account for the changes caused by VQL switching on the users’ QoE. Fifth, a series of subjective experiments are conducted to calibrate the parameters in the SDF model as well as to test the quality prediction performance of objective models on subjective MOS. Sixth, the SDF model is embedded into DASH algorithms and compared with the same algorithms without considering the SDF factor. Validations by subjective test show that the MOSs given by human observers are significantly improved by incorporating SDF in DASH.

Authors’ information

DZR received his B.S. degree in Electronic Engineering from the Pontifical Catholic University of Peru and his M.S. degree (2009) and PhD in Electronic Engineering (2013) from the Escola Politécnica of the University of São Paulo (EPUSP). He studied Electronic Systems at USP, with solid knowledge in Telecommunication Systems and Computer Science based on 13 years of professional experience in important companies. His current interest includes QoS and QoE in multimedia services, digital TV, and architect solutions in Telecommunication Systems. He is currently a professor at the Computer Science Department at Federal University of Lavras (UFLA), Minas Gerais, Brazil.

ZW received his Ph.D. degree from the University of Texas at Austin (2001). He is currently an associate professor at the Department of Electrical and Computer Engineering, University of Waterloo, Canada. His research interests include image/video processing, coding and quality assessment, multimedia communications, computational vision, and biomedical signal processing. He has more than 100 publications in these fields with more than 16,000 citations (Google Scholar). He was a recipient of the 2009 IEEE Signal Processing Society Best Paper Award, 2009 Ontario Early Researcher Award, and ICIP 2008 Best Student Paper Award as a senior author. He is a member of the IEEE Multimedia Signal Processing Technical Committee (MMSP-TC) and has been served now and in the past as an associate editor of IEEE Transactions on Image Processing, IEEE Signal Processing Letters, and Pattern Recognition.

RLR received her B.S. degree in Computer Science from UNIFEI, Brazil and her M.S. degree from the University of São Paulo - USP (2009). She is a Ph.D. student at Escola Politécnica of the University of Sao Paulo (EPUSP). Her current research interest includes computer networks, quality of experience of multimedia service, social networks, and recommendation systems.

GB was granted her Ph.D. in Electronic Engineering (1986) by the Escola Politécnica of the University of São Paulo (EPUSP). Her current research interests include computer networks and digital television focusing on the aspects of distributed systems, distributed middleware, QoS mechanisms, collaborative virtual environment, middleware for digital TV, interactive digital TV, videoconferencing, modeling, and performance analysis of networks, and applications in distance education.

References

  1. Stockhammer T: Dynamic adaptive streaming over HTTP - standards and design principles. In Proc. ACM Conf. on Multimedia Systems (MM’11). San Jose; 2011:133-144.

    Google Scholar 

  2. Park H-J, Har D-H: Subjective image quality assessment based on objective image quality measurement factors. IEEE Trans. Consumer Electron. 2011, 57(3):1176-1184.

    Article  Google Scholar 

  3. Xu Q, Huang Q, Yao Y: Online crowdsourcing subjective image quality assessment. In Proc. of 20th ACM International Conference on Multimedia (MM’12). Nara; 2012:359-368.

    Chapter  Google Scholar 

  4. Ribeiro F, Florencio D, Nascimento V: Crowdsourcing subjective image quality evaluation. In Proc. of 18th IEEE International Conference on Image Processing (ICIP). Brussels; 2011:3097-3100.

    Google Scholar 

  5. ISO: ISO/IEC IS 23009-1, Information Technology – Dynamic Adaptive Streaming over HTTP (DASH) ISO. Geneva; 2012.

    Google Scholar 

  6. Adzic V, Kalva H, Furht B: Optimizing video encoding for adaptive streaming over HTTP. IEEE Trans. on Consumer Electron. 2012, 58(2):397-403.

    Article  Google Scholar 

  7. Akhshabi S, Begen A, Dovrolis C: An experimental evaluation of rate-adaptation algorithms in adaptive streaming over HTTP. In Proc. ACM Conf. on Multimedia Systems. San Jose; 2011:157.

    Google Scholar 

  8. Hapsari W, Umesh A, Iwamura M, Tomala M, Gyula B, Sebire B: Minimization of drive tests solution in 3GPP. IEEE Commun. Mag. 2012, 50(6):28-36.

    Article  Google Scholar 

  9. Hsiao Y-M, Chen C-H, Lee J-F: Designing and implementing a scalable video-streaming system using an adaptive control scheme. IEEE Trans. on Consumer Electron. 2012, 58(4):1314-1322.

    Article  Google Scholar 

  10. Lohmar T, Einarsson T, Frojdh P, Gabin F, Kampmann M: Dynamic adaptive HTTP streaming of live content. In Proc. IEEE World of Wireless, Mobile and Multimedia Networks (WoWMoM). Lucca; 2011:1-8.

    Google Scholar 

  11. Liu C, Bouazizi I, Gabbouj M: Rate adaptation for adaptive HTTP streaming. In Proc. ACM Conf. on Multimedia Systems. San Jose; 2011:169-174.

    Google Scholar 

  12. Mok R, Chan E, Chang R: Measuring the quality of experience of HTTP video streaming. In Proc. of IFIP/IEEE International Symposium on Integrated Network Management (IM). Dublin; 2011:485-492.

    Google Scholar 

  13. Pu W, Zou Z, Ch C: Dynamic adaptive streaming over HTTP from multiple content distribution servers. In Proc. of IEEE Global Telecom. Conference. Houston; 2011:1-5.

    Google Scholar 

  14. Cicco LD, Mascolo S, Palmisano V: Feedback control for adaptive live video streaming. In Proc. of ACM Conf. on Multimedia Systems. San Jose; 2011:145-156.

    Google Scholar 

  15. Gouache S, Bichot G, Bsila A, Howson C: Distributed & adaptive HTTP streaming. In Proc. IEEE International Conference on Multimedia and Expo (ICME). Barcelona; 2011:1-6.

    Google Scholar 

  16. Porter T, Peng XH: An objective approach to measuring video playback quality in loss networks using TCP. IEEE Commun. Lett. 2011., 15(1):

  17. Evensen K, Kaspar D, Griwodz C, Halvorsen P, Hansen A, Engelstad P: Improving the performance of quality-adaptive video streaming over multiple heterogeneous access networks. In Proc. of ACM Conf. on MM. Sys. San Jose; 2011:57-68.

    Google Scholar 

  18. Huysegems R, De-Vleeschauwer B, De-Schepper K, Hawinkel C, Wu T, Laevens K, Van-Leekwijck W: Session reconstruction for HTTP adaptive streaming: laying the foundation for network-based QoE monitoring. In Proc. IEEE 20th International Workshop on Quality of Service (IWQoS). Coimbra; 2012:1-9.

    Google Scholar 

  19. Cranley N, Perry P, Murphy L: User perception of adapting video quality. Int. Journal of Human-Computer Studies 2006, 64(8):637-647. 10.1016/j.ijhcs.2005.12.002

    Article  Google Scholar 

  20. Feamster N, Bansal D, Balakrishnan H: On the interactions between layered quality adaptation and congestion control for streaming video. In Proc. 11th International Packet Video Workshop. Kyongju; 2001.

    Google Scholar 

  21. Kucerova J, Polec J, Tarcsiova D: Video quality assessment using visual attention approach for sign language. World Acad. Sci. Eng. Technol. 2012, 65: 194-199.

    Google Scholar 

  22. Laghari R, Crespi K, Molina N, Palau B: QoE aware service delivery in distributed environment. In IEEE Workshops of International Conference on Advanced Information Networking and Applications. Biopolis; 2011:837-842.

    Chapter  Google Scholar 

  23. Rodriguez D, Abrahão J, Begazo D, Lopes R, Bressan G: Quality metric to assess video streaming service over TCP considering temporal location of pauses. IEEE Trans. on Consumer Electron. 2012, 58(3):985-992.

    Article  Google Scholar 

  24. International Telecommunication Union: ITU-R BT.500-11: Methodology for the Subjective Assessment of the Quality of Television Pictures. Geneva; 2002.

    Google Scholar 

  25. International Telecommunication Union: ITU-T P.910: Subjective Video Quality Assessment Methods for Multimedia Applications. Tech. Rec, Geneva; 2008.

    Google Scholar 

  26. Hosfeld T, Biedermann S, Shatz R, Platzer A: The memory effect and its implications on Web QoE modeling. In Proc. of 23rd International Teletraffic Congress (ITC). San Francisco; 2011:103-110.

    Google Scholar 

  27. Rodriguez D, Lopes R, Costa E, Abrahão J, Bressan G: Video quality assessment in video streaming services considering user preference for video content. IEEE Trans. on Consumer Electron. 2014, 60(3):436-444.

    Article  Google Scholar 

  28. Aroussi S, Bouabana-Tebibel T, Mellouk A: Empirical QoE/QoS correlation model based on multiple parameters for VoD flows. In Proc. of Global Communications Conference (GLOBECOM). Anaheim; 2012:1963-1968.

    Google Scholar 

Download references

Acknowledgements

The authors thank both the Department of Computer Science at Federal University of Lavras and the Laboratory of Computer Architecture and Networks (LARC) at Escola Politécnica - University of São Paulo for the motivation to research in the quality of experience area in multimedia services.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Demóstenes Z Rodríguez.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0), which permits use, duplication, adaptation, distribution, and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Rodríguez, D.Z., Wang, Z., Rosa, R.L. et al. The impact of video-quality-level switching on user quality of experience in dynamic adaptive streaming over HTTP. J Wireless Com Network 2014, 216 (2014). https://doi.org/10.1186/1687-1499-2014-216

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-1499-2014-216

Keywords