Displaying 1 result from an estimated 1 matches for "downchannels".
2004 Aug 06
1
Query r/e multiple decoder reset...
...g at having each client upload
its stream to the servers, which multiplex several spatially nearby active
channels back down to the client. (Like we did at OnLive where several of
us once worked.)
To do this, we're looking at having ~4 decoders running per client to
handle up to ~4 active downchannels. The only catch is that these need to
handle arbitrary sources. To achieve this, we seem to need to be able to
reset a decoder to handle a stream from another source, ideally without
having to free its resources, etc.
Is there any clean way to do this, and/or can such a function be added to
t...