From d3611c87ce116f0395ef62af2be863735a3d723f Mon Sep 17 00:00:00 2001 From: Et0h Date: Tue, 25 Sep 2012 18:25:04 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a94796..2dfa7e1 100644 --- a/README.md +++ b/README.md @@ -129,14 +129,14 @@ Pass the IP or hostname (and password / port if necessary) to people you want to ## Information on Syncplay behaviour The following information is sent from the client to the server: * Public IP address of client and other necessary routing information (as per TCP/IP standards). -* Media position, play state, and any seek/pause/unpause commands. -* Size, length, and optionally filename of currently open media. +* Media position, play state, and any seek/pause/unpause commands (associated with the instance of the media player created by Syncplay). +* Size, length, and optionally filename of currently open media (associated with the instance of the media player created by Syncplay). * Syncplay version, server password and current 'room'. * Ping responses to assess latency. Note: The current official build of the Syncplay server does not store any of this information. However, some of the information (not the IP address) is passed on to other users connected to the server (or just to those in the same room if 'isolation' mode is enabled). -The server has the ability to control the following aspects of the media player: +The server has the ability to control the following aspects of the instance of the media player created by Syncplay: * Current position (seek commands). * Current play state (pause and unpause commands).