Transparent protocol translation for streaming

  • Authors:
  • Håvard Espeland;Carl Henrik Lunde;Håkon Kvale Stensland;Carsten Griwodz;Pål Halvorsen

  • Affiliations:
  • University of Oslo, Oslo, Norway;University of Oslo, Oslo, Norway;Simula Research Laboratory, Oslo, Norway;Simula Research Laboratory, Oslo, Norway;Simula Research Laboratory, Oslo, Norway

  • Venue:
  • Proceedings of the 15th international conference on Multimedia
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

The transport of streaming media data over TCP is hindered by TCP's probing behavior that results in the rapid reduction and slow recovery of the packet rates. On the other side, UDP has been criticized for being unfair against TCP connections, and it is therefore often blocked out in the access networks. In this paper, we try to benefit from a combined approach using a proxy that transparently performs transport protocol translation. We translate HTTP requests by the client transparently into RTSP requests, and translate the corresponding RTP/UDP/AVP stream into the corresponding HTTP response. This enables the server to use UDP on the server side and TCP on the client side. This is beneficial for the server side that scales to a higher load when it doesn't have to deal with TCP. On the client side, streaming over TCP has the advantage that connections can be established from the client side, and data streams are passed through firewalls. Preliminary tests demonstrate that our protocol translation delivers a smoother stream compared to HTTP-streaming where the TCP bandwidth oscillates heavily.