Merge branch 'master' of github.com:Uriziel/syncplay
This commit is contained in:
commit
fda95e437e
11
README.md
11
README.md
@ -101,11 +101,12 @@ Pressing "Save" will save the settings and continue Syncplay start-up.
|
|||||||
|
|
||||||
Within the Syncplay command-line you can enter the following commands (and then press enter) to access features:
|
Within the Syncplay command-line you can enter the following commands (and then press enter) to access features:
|
||||||
|
|
||||||
* `help` - Displays list of commands and other information.
|
* `help` / `h` - Displays list of commands and other information.
|
||||||
|
* `u` - Undo last seek. Seeks to where you were before the most recent seek.
|
||||||
|
* `p` - Toggle play/pause.
|
||||||
|
* `l` - Displays list of users and what they are playing.
|
||||||
* `room [room]` - Leaves current room and joins specified room. You are only synchronised with others in the same room on the same server. If no room is specified then this command will use the filename of the currently open file, or alternatively will join the room `default`.
|
* `room [room]` - Leaves current room and joins specified room. You are only synchronised with others in the same room on the same server. If no room is specified then this command will use the filename of the currently open file, or alternatively will join the room `default`.
|
||||||
* `[s][+-][time]` - Seek (jump) to specified time. Optional `+` or `-` denotes relative time forward and backward respectively. Time can be given in seconds or min:sec format.
|
* `[s][+-][time]` - Seek (jump) to specified time. Optional `+` or `-` denotes relative time forward and backward respectively. Time can be given in seconds or min:sec format.
|
||||||
* `r` - Revert last seek. Seeks to where you were before the most recent seek.
|
|
||||||
* `p` - Toggle play/pause.
|
|
||||||
|
|
||||||
### Command-line switches
|
### Command-line switches
|
||||||
|
|
||||||
@ -125,7 +126,7 @@ You can run `syncplayClient` with the following command-line switches to alter S
|
|||||||
### Notification messages
|
### Notification messages
|
||||||
|
|
||||||
* `Rewinded due to time difference with [user]` - This means that your media player ended up too far in front of the specified user and has jumped back to keep you in sync. This is usually because someone's computer isn't powerful enough to play the file smoothly. If someone is only a small amount in front then their playback rate will be reduced to 95% for a short amount of time to bring them back into sync.
|
* `Rewinded due to time difference with [user]` - This means that your media player ended up too far in front of the specified user and has jumped back to keep you in sync. This is usually because someone's computer isn't powerful enough to play the file smoothly. If someone is only a small amount in front then their playback rate will be reduced to 95% for a short amount of time to bring them back into sync.
|
||||||
* `File you're playing is different from [user]'s` - This means that the filename, length and/or duration of the file that the user is playing is different from the file that you are playing. This is for information only and is not an error.
|
* `File you are playing appears to be different from [user]'s` - This means that the filename, size and/or duration of the file that the user is playing is different from the file that you are playing. This is for information only and is not an error.
|
||||||
|
|
||||||
## How to use the server
|
## How to use the server
|
||||||
|
|
||||||
@ -144,7 +145,7 @@ Pass the IP or hostname (and password / port if necessary) to people you want to
|
|||||||
The following information is sent from the client to the server:
|
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).
|
* 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 (associated with the instance of the media player initiated by Syncplay).
|
* Media position, play state, and any seek/pause/unpause commands (associated with the instance of the media player initiated by Syncplay).
|
||||||
* Size, length, and optionally filename of currently open media (associated with the instance of the media player initiated by Syncplay).
|
* Size, duration, and filename of currently open media (associated with the instance of the media player initiated by Syncplay).
|
||||||
* Syncplay version, username, server password and current 'room'.
|
* Syncplay version, username, server password and current 'room'.
|
||||||
* Ping responses to assess latency.
|
* Ping responses to assess latency.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user