PasTim wrote: 
> 
> I assume squeezelite is just reporting 'no  more data' after iplayer
> gets the 404. So the questions is why am I getting 404s when playing to
> a local squeezelite, but not to a Touch?

404 is when the plugin is asking for data which is not available yet.
There is only a 10mins window of available data and the last segment is
available about 1 minute after realtime.  Plugin will supply as much
data as player can take as normally this is used to fill a buffer and
once player buffer is full you get to a stready state where a segment
will be requested once every 3.84 sec.  With h/w players this buffer is
smallish and finite. With softplayer - this buffer can be huge so player
is trying to feed a player which keeps asking for more and eventually
catches up to realtime when data is not yet available. 

Three issues.
1. My plugin should not be requesting data at the "live edge" - it is
supposed to stop before then (BBC don't like it)  but I think with
Flac's "live edge" is earlier than AAC and so that mechanism is
failing.
2. Not sure why your squeezelite has more problems than others/
3. IIRC The "squeeze2" type players are unusual they effectively have
infinite buffers and so phillipe had to take special measures.


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

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

Reply via email to