|
From: varada p. <var...@gm...> - 2010-12-02 09:57:08
|
Hello All,
I want to write an algorithm to simulate coolstreaming peer to peer
live streaming system . I saw few examples available on OPSS website
including code for older coolstreaming . But I want to write an algorithm
for newer coolstreaming which involves substreaming that means a single
stream is divided into substreams in such a way that 1 piece goes first
substream,2nd piece goes to second substream and k+1st piece goes to first
substream again.
Already available algorithms make use of chunks whereas I want to
simulate substreams.Will I able to simulate substreaming using OPSS? What
kind of changes are required in already available code?
Thanks and Best Regards,
Varada
|