core
core copied to clipboard
Implementation of P2PSP: An application layer protocol for the real-time streaming of multimedia content over the Internet.
https://github.com/P2PSP/core/issues/138
The RESTSplitter() will be invoked in tracker mode to set the splitter address. It should connect to the crossroad server and send a GET request to obtain the splitter address...
I found some unresolved merge conflicts in splitter_ims.py ([here](https://github.com/P2PSP/core/blob/26740d03111d37a4fa91dca0d31f2b611ca2a29f/src/core/splitter_ims.py#L24)) that can cause syntax errors in Python. I haven't checked yet, but there can be others too.
Last versions of Boost has changed the way threads are used. The code of P2PSP should be modified considering that.
The cpp sources are producing tons of deprecation warnings while compiling the project. The warnings look like - `warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]`. Maybe something to...
This could be an endless issue, but it can be useful for those that prefer to work with Python instead of C++.
When a peer or a set of peers are in the team and the video from the source is restarted (because it finishes), a new peer can't join to the...