Implementation of the P2PSP: An application layer protocol for the real-time streaming of multimedia content over the Internet.
cristobalmedinalopez on master
License added (compare)
vicente-gonzalez-ruiz on master
vicente-gonzalez-ruiz on master
chunk scheduling rules updated Chunk scheduling set of rules u… Update README.md and 1 more (compare)
vicente-gonzalez-ruiz on master
Update NAT_traversal.md (compare)
vicente-gonzalez-ruiz on master
Update README.md (compare)
vicente-gonzalez-ruiz on master
Update README.md (compare)
Shell 1: Run the splitter
./splitter --source_addr 150.214.150.68 --source_port 4551 --splitter_port 8001 --channel BBB-134.ogv --header_size 30000
Shell 2: Run a monitor peer
./monitor --splitter_addr 127.0.0.1 --splitter_port 8001
Shell 3: Run a player
vlc http://localhost:9999
./splitter --source_addr 150.214.150.68 --source_port 4551 --splitter_port 8001 --channel BBB.ogv --header_size 30000
Shell 2: Run a monitor peer
./monitor --splitter_addr 127.0.0.1 --splitter_port 8001
Shell 3: Run a player
vlc http://localhost:9999
./make.py
in p2psp-console directory. Please help?