peerstreamer-src @ 92a361ca
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
Libs | 0d8b0d2f | about 3 years | Luca Baldesi | add janus submodule for RTP/WEBRTC streaming | |
Public | 92a361ca | about 3 years | Luca Baldesi | return the channel name with the channel creati... | |
Test | c81c126e | about 3 years | Luca Baldesi | integrate Janus platform with PeerStreamer-ng (... | |
Tools | c81c126e | about 3 years | Luca Baldesi | integrate Janus platform with PeerStreamer-ng (... | |
src | 92a361ca | about 3 years | Luca Baldesi | return the channel name with the channel creati... | |
.gitignore | 66 Bytes | 92a361ca | about 3 years | Luca Baldesi | return the channel name with the channel creati... |
.gitmodules | 427 Bytes | 0d8b0d2f | about 3 years | Luca Baldesi | add janus submodule for RTP/WEBRTC streaming |
COPYING | 33.7 KB | 9eb656e7 | almost 4 years | Luca Baldesi | First commit Add ReST URL router Add the task ... |
Makefile | 2.02 KB | c81c126e | about 3 years | Luca Baldesi | integrate Janus platform with PeerStreamer-ng (... |
README.md | 957 Bytes | 3628a59e | about 3 years | Luca Baldesi | add readme file |
peerstreamer-ng.c | 5 KB | c81c126e | about 3 years | Luca Baldesi | integrate Janus platform with PeerStreamer-ng (... |
Latest revisions
View all revisions | View revisions
README
PeerStreamer-ng
PeerStreamer-ng [1] is P2P rel-time streaming platform. It is specifically design for mesh networks and it is meant to be purely decentralized.
Documentation
You can find documentation on usage and development on the official wiki: https://ans.disi.unitn.it/redmine/projects/peerstreamer-ng/wiki
Compilation
You can get the executable by running:
$> make
To turn on all the debugging features, set the DEBUG environment variable:
$> DEBUG=1 make
Test
PeerStreamer-ng comes with a unit test suite. It does require valgrind installed to run.
In the "test" folder are stored the test files. To run them and check code consistency run:
$> make tests
Example
You can run a test streaming network by following the example documentation [2]
References
[1] https://ans.disi.unitn.it/redmine/projects/peerstreamer-ng [2] https://ans.disi.unitn.it/redmine/projects/peerstreamer-ng/wiki/Streamingalive_camera
Also available in: Atom