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.

Radiotime/Tunein simply points you to the provider's mp3 or aac stream,
at least in this instance:

Code:
--------------------
    
  curl 
"http://opml.radiotime.com/Tune.ashx?id=s8439&formats=aac,ogg,mp3,wmpro,wma,wmavoice";
  
  http://media-ice.musicradio.com/ClassicFMMP3
  http://media-ice.musicradio.com/ClassicFM
  
--------------------

They seem to be simple IceCast http streams, with the mp3 preferred
(first in the list). It would normally be collected by the player
directly. I haven't examined in any detail, I assume just a continuous
fetch process through the established http socket.


------------------------------------------------------------------------
mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=110413

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to