FAQ  •  Register  •  Login

[SOLVED] Philips NP2500 Streamium (Audio device)

<<

juanito

Serviio newbie

Posts: 6

Joined: Mon Jan 21, 2013 9:17 am

Location: France

Post Mon Jan 21, 2013 9:57 am

[SOLVED] Philips NP2500 Streamium (Audio device)

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
Attachments
np2500.txt
(618 Bytes) Downloaded 505 times
<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Mon Jan 21, 2013 4:52 pm

Re: Philips NP2500 Streamium (Audio device)

what profile are you using for this device?
<<

juanito

Serviio newbie

Posts: 6

Joined: Mon Jan 21, 2013 9:17 am

Location: France

Post Mon Jan 21, 2013 5:26 pm

Re: Philips NP2500 Streamium (Audio device)

I am using the generic Dlna profile
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Jan 21, 2013 8:31 pm

Re: Philips NP2500 Streamium (Audio device)

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>
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

juanito

Serviio newbie

Posts: 6

Joined: Mon Jan 21, 2013 9:17 am

Location: France

Post Mon Jan 21, 2013 8:59 pm

Re: Philips NP2500 Streamium (Audio device)

BIIIIIIINNNNNNNGGGGGOOOOOOOOOO ;) :D

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

This is fantastic !!!


Juanito
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Jan 21, 2013 9:04 pm

Re: Philips NP2500 Streamium (Audio device)

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.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

juanito

Serviio newbie

Posts: 6

Joined: Mon Jan 21, 2013 9:17 am

Location: France

Post Tue Jan 22, 2013 7:42 am

Re: Philips NP2500 Streamium (Audio device)

I Will do this tonight
Thanks again.
<<

juanito

Serviio newbie

Posts: 6

Joined: Mon Jan 21, 2013 9:17 am

Location: France

Post Tue Jan 22, 2013 6:39 pm

Re: Philips NP2500 Streamium (Audio device)

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
Attachments
PhilipsNP2500.xml
(1.64 KiB) Downloaded 683 times
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jan 22, 2013 7:45 pm

Re: Philips NP2500 Streamium (Audio device)

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.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

juanito

Serviio newbie

Posts: 6

Joined: Mon Jan 21, 2013 9:17 am

Location: France

Post Tue Jan 22, 2013 9:01 pm

Re: Philips NP2500 Streamium (Audio device)

Hi,

I have installed this and it works perfectly.

Merciiiiiiii

:D

Juanito

Return to Philips

Who is online

Users browsing this forum: No registered users and 9 guests

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.