Check out the new USENIX Web site. next up previous
Next: Counterstrike application Up: Streaming Media Applications Previous: QoS Enhancements for Streaming

Evaluation

Network Setup: We use the Helix server version 9.0.2 [2] as our streaming media server and use Mplayer [5] as the streaming media client. All streaming media requests are issued using the Real Time Streaming Protocol (RTSP) to stream packets using UDP. We built a client proxy and a server proxy to interpret the streaming media packets and associate them with different priorities. Using these proxies, we tunnel a media stream from RealServer to an Mplayer client along an overlay path along which we replay sample bursty loss traces collected along different overlay links. For the purpose of illustration, we consider two such loss traces: (a) Mazu (Boston)-Korea with an average loss rate of $ 2\%$; (b) Intel (San Francisco) - Lulea (Sweden) with an average loss trace of $ 3\%$. Each trace is $ 20$ minutes long. To emulate the behavior without OverQoS, we consider the OverQoS nodes to act as packet forwarders. If the length of a media stream is shorter than the length of the trace, we repeat the analysis for different portions of the trace.

Streaming Audio: To demonstrate the effect of smooth dropping on streaming audio, we concatenated several speech samples provided by International Telecommunication Union (ITU-T) to produce two test samples of length $ 84$ sec and $ 82$ sec respectively. Perceptual Evaluation of Speech Quality(PESQ) [3] is one metric to evaluate the quality of voice. We measured the PESQ score for the received stream in comparison to the original stream. A PESQ score of $ 5$ is considered to be ideal implying that the received audio stream has not degraded in quality.1


Table 2: PESQ scores for speech samples with and without OverQoS for both the Mazu-Korea and Intel-Lulea loss traces. This table also shows the standard deviation of these scores across different loss traces.
Sample 1 Sample 2
Mazu-Korea Without OverQoS $ 4.25 \pm 0.3 $ $ 4.27 \pm 0.5 $
Mazu-Korea With OverQoS $ 4.46 \pm 0.4$ $ 4.45\pm 0.3$
Intel-Lulea Without OverQoS $ 4.04 \pm 0.2 $ $ 4.13 \pm 0.3 $
Intel-Lulea With OverQoS $ 4.19 \pm 0.3 $ $ 4.31 \pm 0.3 $


Table 2 compares the PESQ scores of streaming audio with and without OverQoS for two benchmark speech samples. We observe that smoothing the losses does help in increasing the quality of the audio stream. Using OverQoS we are able to increase the PESQ score of the output stream by roughly $ 0.15-0.2$. To demonstrate that $ 0.15-0.2$ is indeed a reasonable improvement in the audio quality, we experimented with several artificial bursty loss patterns while maintaining the same average loss-rate of the traces (i.e., $ 2\%$ and $ 3\%$) and measured the PESQ scores for each of them. For an average loss rate of $ 2\%$, we found the PESQ scores to vary between $ 4.2$ and $ 4.3$ across a variety of bursty loss patterns. For these cases, we again found that smooth dropping performs better than bursty drops. Hence, we find that smoothing losses using OverQoS uniformly outperforms different types of bursty network losses.

MPEG streaming: Peak Signal-to-Noise ratio (PSNR) is a standard metric used to measure the quality of the video images in a stream. Given an MPEG stream received at the client, we use the ``-yuv4mpeg'' utility in Mplayer to convert the stream into a stream of images. For every image, we compute the PSNR value of the received image in comparison to the video image in the original MPEG stream. We quantify the quality of the received MPEG stream using a distribution of PSNR values for the individual images. We consider a sample MPEG-1 stream which is $ 37$ seconds for this analysis.


Table 3: This table shows the 5% and median values from the PSNR distribution of the received stream. 5% value indicates the minimum PSNR value observed by $ 95\%$ of the images in the stream.
5% PSNR Median PSNR
Mazu-Korea Without OverQoS 15.27 22.33
Mazu-Korea Using OverQoS 17.4 24.95
Intel-Lulea Without OverQoS 14.68 21.59
Intel-Lulea Using OverQoS 16.21 24.7


Table 3 compares the $ 5\%$ and median values of the PSNR values of the received MPEG stream with and without OverQoS across both the loss samples. We make the following observations. First, in the case when an entire I-frame was lost due to a burst, Mplayer stopped playing the video stream since an entire GOP cannot be reconstructed. This occurred in both the loss traces when a burst coincided with the packets of an I-frame. However, OverQoS was able to recover from the burst so that the stream could progress. Second, OverQoS is able to improve both the $ 5\%$ and the median PSNR values of the stream by preferentially dropping B and P packets in a burst when compared to the quality of the stream without OverQoS. We illustrate the $ 5\%$ PSNR value mainly to show that OverQoS not only improves the quality of the stream in the average case but also the minimum quality of a stream. To summarize, OverQoS can improve the quality of a media stream without consuming any additional network resources.


next up previous
Next: Counterstrike application Up: Streaming Media Applications Previous: QoS Enhancements for Streaming
116 2004-02-12