Page 1 of 1

[SOLVED] Philips NP2500 Streamium (Audio device)

PostPosted: Mon Jan 21, 2013 9:57 am
by juanito
Hi
A have installed Serviio server on an Ubuntu machine.
It works fine and does all the things I wanted except one thing:
I have a huge collection of bootlegs which are all FLAC files and when I try to play them I get a message on my Philips device : Server not ready. MP3 are played correctly.
If I try the same Flac files on my Iphone using PlugPlayer it works fine.
I have run Intel Upnp spy and you will find the protocol infos in the attached file. I hope this will help.
Should you need any other info's, I will be more than happy to give them 8-)

Thanks in advance

Juanito

Re: Philips NP2500 Streamium (Audio device)

PostPosted: Mon Jan 21, 2013 4:52 pm
by slyguy42o
what profile are you using for this device?

Re: Philips NP2500 Streamium (Audio device)

PostPosted: Mon Jan 21, 2013 5:26 pm
by juanito
I am using the generic Dlna profile

Re: Philips NP2500 Streamium (Audio device)

PostPosted: Mon Jan 21, 2013 8:31 pm
by Illico
Your device should support FLAC with http-get:*:audio/x-flac:* mime-type.
The mime-type used by Generic Profile was "audio/flac", so you have to edit a profile to change mime-type.

Could you edit the profile.xml and add this profile section just before the </Profiles> element.
Then restart serviio service or reboot your system and retry by selecting the profile on serviio console.
  Code:
   <Profile id="PhilipsA" name="Philips NP2500 Streamium (Audio device)" extendsProfileId="1">
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="audio/x-flac" name="">FLAC</MediaFormatProfile>
      </MediaFormatProfiles>
   </Profile>

Re: Philips NP2500 Streamium (Audio device)

PostPosted: Mon Jan 21, 2013 8:59 pm
by juanito
BIIIIIIINNNNNNNGGGGGOOOOOOOOOO ;) :D

Thank you so much .. It works now as I was expected.

This is fantastic !!!


Juanito

Re: Philips NP2500 Streamium (Audio device)

PostPosted: Mon Jan 21, 2013 9:04 pm
by Illico
Great !!
With INTEL SPY tools, could you provide the device description xml result.
We could edit the new profile to automatically detect your device and select the proper profile.

Re: Philips NP2500 Streamium (Audio device)

PostPosted: Tue Jan 22, 2013 7:42 am
by juanito
I Will do this tonight
Thanks again.

Re: Philips NP2500 Streamium (Audio device)

PostPosted: Tue Jan 22, 2013 6:39 pm
by juanito
Hi and good evening

Here is the xml file you requested.

If you need something else or want me to test anything, just let me know

All the best

Juanito

Re: Philips NP2500 Streamium (Audio device)

PostPosted: Tue Jan 22, 2013 7:45 pm
by Illico
Hi,
With this following, your device should be automatically detected and the proper profile will be selected:
  Code:
   <Profile id="PhilipsA" name="Philips NP Streamium (Audio device)" extendsProfileId="1">
      <Detection>
         <UPnPSearch>
            <FriendlyName>Philips NP.*</FriendlyName>
            <Manufacturer>Royal Philips Electronics</Manufacturer>
         </UPnPSearch>
      </Detection>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="audio/x-flac" name="">FLAC</MediaFormatProfile>
      </MediaFormatProfiles>
   </Profile>


So now if you have problem with some sample file, please post information about the media, and we will try to modify/update the profile.

Re: Philips NP2500 Streamium (Audio device)

PostPosted: Tue Jan 22, 2013 9:01 pm
by juanito
Hi,

I have installed this and it works perfectly.

Merciiiiiiii

:D

Juanito