marcoc1712 wrote: > LMS always assume PCM is 44100/16 when not reading from a 'real' local > WAV/AIF file. > > This is why I've added a little mod to Squeezelite in order to inspect > the header of the file and discard the wrong information coming form the > server, but - it's my fault - I miss how to create and use a > potocolhandler and witch plugin handler I've to invoke. > > Could you please provide me by an example?.
This really belongs in a separate thread as I think you are coming from a different place compared to original issue and the discussion could be long. There are many Plugins with protocol handlers. Most of the services such as Deezer have aplugin but also 3rd party ones such as WaveInput or BBCiPlayer. First, will your protoocol handler handle stream, files or both ? Second, you have to decide how will LMS recognise when to invoke a custom protocol handler (i.e. analyse and identify media) - protocol designator (e.g. http, rtsp, wavin) - mime type - file suffix - other third, metadata - is it relevant - if so how it is supplied (in line, separate feed ...) ? ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=104902 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
