m1geo / UNV

UNV: Content Centric Live Video Streaming System
http://www.ee.ucl.ac.uk/~iandreop/UNV.html
Other
1 stars 0 forks source link

File streaming Inconsistency #9

Open aaronbrown1988 opened 13 years ago

aaronbrown1988 commented 13 years ago

Server streams data at too high of a rate for the network subsystem (even on localhost) causing a number of packets to not make it out the door. Future fix, should look at the bit rate of the encoded file and match this to size and frequency of packets sent over udp to prevent unacceptable losses.

aaronbrown1988 commented 13 years ago

Alternately make add frame blocking, such that no more data can be accepted until the network stack has emptied sufficiently.

m1geo commented 13 years ago

Tis indeed poorly sick mate :(

On 02/05/11 02:04, aaronbrown1988 wrote:

Server streams data at too high of a rate for the network subsystem (even on localhost) causing a number of packets to not make it out the door. Future fix, should look at the bit rate of the encoded file and match this to size and frequency of packets sent over udp to prevent unacceptable losses.

George Smart