Owen Smith wrote: > How does the protocol used for Classic FM on radiotime work? It is > clearly very different to DASH in the iPlayer plugin. Before I turned up > the NAT session pools size per IP, Classic FM dropped out every couple > of minutes whereas iPlayer was completely solid (and remains so). Given > DASH is chunked I'm wondering if the new chunk fetch as outgoing traffic > is refreshing the NAT entry, whereas if Classic FM just streams inbound > for hours on end with no outgoing requests it may become an old entry in > the NAT session pool and so be chosen to be purged when DHT from > uTorrent demands a lot more. If I can get LMS to do something that keeps > prodding the connection outgoing it may keep the NAT session pool deemed > current.
DASH is chunked but uses the same TCP connection (i.e multiple GETs on same TCP connection - each GET returns a 6 sec file of audio each with a unique sequenced URL). If TCP connection closes for some reason - a new one will be opened and the next GET will be issued on new TCP connection - no break in audio. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=110413 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
