Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tpf-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TPF
tpf-server
Commits
bc19ac81
Commit
bc19ac81
authored
7 years ago
by
Roman Haefeli
Browse files
Options
Downloads
Patches
Plain Diff
add installation section to README.txt
parent
38a4b635
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.txt
+29
-1
29 additions, 1 deletion
README.txt
with
29 additions
and
1 deletion
README.txt
+
29
−
1
View file @
bc19ac81
...
...
@@ -24,7 +24,8 @@ For more information visit:
Installation
------------
Make sure to get the latest Pure Data from:
Install Pure Data with your package manager or get binaries
from:
https://puredata.info/downloads/
...
...
@@ -36,6 +37,33 @@ You need the following externals to run tpf-client
You can install externals through the Pd menu:
'Help' -> 'Find Externals'
tpf-server uses netpd-server as a git submodule, thus make
sure to clone the repository like this:
git clone --recursive https://gitlab.zhdk.ch/TPF/tpf-server
Run tpf-server
--------------
For the server to be reachable by the clients, it should run on
a machine with a public IP address. On a head-less machine, you
probably want to run it in nogui mode:
pd -nogui -open tpf-server/tpf-server.pd
The server opens a listening socket on TCP-port 3025. So make
sure that this port is open in your firewall configuration.
The TCP-Port 3025 is only used for client communication and not for
audio transmission. The audio transmission is using UDP-Port 4460
and requires a separate Python script to be running:
./tpf-udp-proxy.py
This waits for incoming client connections and relays UDP packets
between clients.
Authors
-------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment