P2PSP

From HandWiki
Revision as of 14:09, 25 October 2021 by imported>Gametune (simplify)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
A P2PSP team. Numbers in arrows refer the transmitted chunk numbers.

P2PSP (Peer to Peer Straightforward Protocol)[1][2] is a communication protocol of the application layer for streaming multimedia content on the Internet, that is, where users play the stream in sync. This can be used to build a variety of live broadcasting services ranging from small meetings to large systems IPTV. Unlike traditional CS (Client-Server) and CDN (Content Delivery Network) based video streaming, P2P contributes its upstream bandwidth to the system. Therefore, in general, P2P systems are more scalable architectures based on the model client-server. This protocol helps in reducing the bandwidth usage of the source of the broadcast by using the upload bandwidth of the peers connected to the source.

The P2PSP has been specially defined for streaming live footage. Thus, it can be transmitted through a communications network based on packet switching an event that is occurring at that time, in the same way you can already created or recorded events.

Architecture

P2PSP is a hybrid structure of Mesh Network in which every peer is connected to each other and Star Network where there are some sources and every peer is connected to one of the server directly. A pure P2PSP overlay lies in one extreme where there is just one server and every peer is connected to each other. One part of the media is sent to each of the peer which in turn sends that part to all other peers connected in the network. The other extreme is where a large group of P2PSP teams are connected to each other in a star structure which results in requirement of more upload bandwidth from the source since the same packet will be transmitted more than one time from single/multiple sources of broadcast.

Key Features

  • Independent of broadcast content, bit-rate, format, resolution etc.
  • Can be used for broadcasting content in local area network.
  • Peers can be hosted in private networks, even if they are behind NATs.
  • The basic module is very simple, which allows it to be run on less powerful systems.

References

  1. Medina-López, Cristóbal; Casado, L. G.; González-Ruiz, Vicente (2015). "Pollution Attacks Detection in the P2PSP Live Streaming System". Advances in Intelligent Systems and Computing (Springer International Publishing) 369: 401–410. doi:10.1007/978-3-319-19713-5_34. ISBN 978-3-319-19712-8. 
  2. "IPTV using P2PSP and HTML5+WebRTC". Luxunda and University of Almeria in the W3C Web & TV Workshop. http://www.w3.org/2013/10/tv-workshop/papers/webtv4_submission_5.pdf.