kingswindsor wrote: 
> Some of the streaming ones were set to de-bug (an artefact of some of my
> earlier investigations).  I have reset the logging levels to the
> defaults and nothing seems to be showing up, so looks good!
HLS used HTTP 1.0 which require a new TCP connection for each 3.2 sec
chunk of audio. Each new TCP connection also required a DNS lookup.
The DASH implementation uses HTTP 1.1 which will use as gasr as possible
one TCP connection for all chunks of audio.  If TCP connection breaks
down - a new one will be setup with no loss as long as connection is
stable. Only one DNS lookup per TCP connection. So DASH implementation
is lot less busy wrt networking.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=108790

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to