FAQ  •  Register  •  Login

Nokia E72 and Serviio

<<

Andrzej

Serviio newbie

Posts: 9

Joined: Mon Apr 25, 2011 12:52 pm

Location: Poland

Post Mon Apr 25, 2011 6:32 pm

Nokia E72 and Serviio

I have a problem with Nokia E72. I've just installed Serviio on Windows 2000. Seems to me it works fine. I've added directories with Pictures and movies recorded on another Nokia smartfone before. I may connect to Serviio and I may see directories added, but no content inside. Does anyone know how to sistematically troubleshoot this problem? Nokia E72 is DLNA certifated as a client and as a server. I am using Generic DLNA profile. Thanks in advance for help.
Last edited by Andrzej on Mon Apr 25, 2011 7:11 pm, edited 1 time in total.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Apr 25, 2011 6:44 pm

Re: Nokia E72 and Serviio

Could you check that? viewtopic.php?f=5&t=19
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
<<

Andrzej

Serviio newbie

Posts: 9

Joined: Mon Apr 25, 2011 12:52 pm

Location: Poland

Post Mon Apr 25, 2011 7:05 pm

Re: Nokia E72 and Serviio

Illico wrote:Could you check that? viewtopic.php?f=5&t=19


Yes.

Result is following from (string) Source, (string) sink is empty :
  Code:
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=00D00000000000000000000000000000,
http-get:*:audio/mpeg:DLNA.ORG_PN=MP3;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01500000000000000000000000000000,
http-get:*:audio/mp4:DLNA.ORG_PN=AAC_ISO_320;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01500000000000000000000000000000,
http-get:*:video/mp4:DLNA.ORG_PN=AVC_MP4_BL_CIF15_AAC_520;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01500000000000000000000000000000,
http-get:*:audio/3gpp:DLNA.ORG_PN=AAC_ISO_320;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01500000000000000000000000000000,
http-get:*:audio/3gpp:*,
http-get:*:image/jpeg:*,
http-get:*:audio/mpeg:*,
http-get:*:audio/mp4:*,
http-get:*:*:*
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Apr 26, 2011 7:12 am

Re: Nokia E72 and Serviio

Andrzej wrote:Result is following from (string) Source, (string) sink is empty...

OK thanks,
Photo/jpeg,
Audio/MP3
Audio/AAC-320kbps
Audio/3GPP-320kbps

For video, only AVC_MP4_BL_CIF15_AAC_520 seems to be supported on your device.
This is a MP4 Baseline container with AVC/h264 video (limited to CIF15 format: 352 × 288 with 15fps ?) and AAC audio (520kbps?)

You can try with Generic Profile, or add this at the end of the profiles.xml file:
  Code:
   <Profile id="14" name="Nokia" extendsProfileId="1">
         <MediaFormatProfile mime-type="video/mp4" name="AVC_MP4_BL_CIF15_AAC_520">AVC_MP4_MP_SD_AAC_MULT5</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mp4" name="AVC_MP4_BL_CIF15_AAC_520">AVC_MP4_MP_SD_MPEG1_L3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mp4" name="AVC_MP4_BL_CIF15_AAC_520">AVC_MP4_MP_SD_AC3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mp4" name="AVC_MP4_BL_CIF15_AAC_520">AVC_MP4_MP_HD_720p_AAC</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mp4" name="AVC_MP4_BL_CIF15_AAC_520">AVC_MP4_MP_HD_1080i_AAC</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mp4" name="AVC_MP4_BL_CIF15_AAC_520">AVC_MP4_HP_HD_AAC</MediaFormatProfile>   
   </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
<<

Andrzej

Serviio newbie

Posts: 9

Joined: Mon Apr 25, 2011 12:52 pm

Location: Poland

Post Tue Apr 26, 2011 8:28 am

Re: Nokia E72 and Serviio

Thank you for advice. I will try later today or tomorrow to modify this file. Anyway - problem I have is related also to pictures (.JPG files). It also does not work, and section you proposed to be added does not refer to pictures. Could issue with pictures be related to differece in extention .jpg versus .jpeg?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Apr 26, 2011 8:43 am

Re: Nokia E72 and Serviio

Not an extension problem. Could you enable detailed logging and post it?
<<

Andrzej

Serviio newbie

Posts: 9

Joined: Mon Apr 25, 2011 12:52 pm

Location: Poland

Post Tue Apr 26, 2011 8:58 am

Re: Nokia E72 and Serviio

You mean logging on Serviio server? I think only tomorrow.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Apr 26, 2011 9:07 am

Re: Nokia E72 and Serviio

Andrzej wrote:You mean logging on Serviio server? I think only tomorrow.

Yes serviio logging...

The device seems to only supports JPEG_SM, mean : JPEG with maximum resolution 640 x 480
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
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Apr 26, 2011 9:18 am

Re: Nokia E72 and Serviio

Illico wrote:The device seems to only supports JPEG_SM, mean : JPEG with maximum resolution 640 x 480

Which Serviio serves (it transcodes JPEGs into JPEG_SM, JPEG_MED and JPEG_LRG)
<<

Andrzej

Serviio newbie

Posts: 9

Joined: Mon Apr 25, 2011 12:52 pm

Location: Poland

Post Mon May 02, 2011 4:18 pm

Re: Nokia E72 and Serviio

Hi,

In order to experiment further with DLNA, I've just purchased LG BD660 Blue-ray player. Unfortunatelly, I have the same result. When connected to Serviio, I may see directories which were configured but no content. Of course I've change profile from Generic (which was used for tests with Nokia E72) to LG BD player.



So I am more convinced that problem is on the server side.


Any suggestions??
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Mon May 02, 2011 4:51 pm

Re: Nokia E72 and Serviio

We need to know the information where you have Serviio installed. The Detailed log will supply all the information we need. Information on how to enable the detailed log is in my Signature.
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Andrzej

Serviio newbie

Posts: 9

Joined: Mon Apr 25, 2011 12:52 pm

Location: Poland

Post Mon May 02, 2011 5:43 pm

Re: Nokia E72 and Serviio

Hi,


I've just sent log in debug mode to you and zip.


Let me know please in case more info is needed.


BR,


A
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Mon May 02, 2011 5:50 pm

Re: Nokia E72 and Serviio

Andrzej wrote:Hi,


I've just sent log in debug mode to you and zip.


Let me know please in case more info is needed.


BR,


A


please zip it up and attach its here, as there are a few Helpers here and you will get you issue answered faster that way..

edit - please also keep this topic about only the NOKIA and post in the LG froum if you need help with the LG device....
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Andrzej

Serviio newbie

Posts: 9

Joined: Mon Apr 25, 2011 12:52 pm

Location: Poland

Post Mon May 02, 2011 6:16 pm

Re: Nokia E72 and Serviio

Sorry, but how to attach file? OK, now i know.
Last edited by Andrzej on Mon May 02, 2011 6:19 pm, edited 1 time in total.
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Mon May 02, 2011 6:16 pm

Re: Nokia E72 and Serviio

I see in your detailed log that you are referencing the drive by the drive letter ( H:\testy DLAN mozna wykasowac\2004-09
). Is this drive local to the windows 2k machine or is it a networked drive? If it is a network drive you will need to link the folder as follows.


  Code:
Make sure the user that runs Serviio server/service has got access to the shared folders. If you are on Windows, check that the user running the Windows service has got access. To run the service as a different user go to Services (from the Windows Control Panel → Administrative Tools or typing "Services.msc" in the Run command on Start menu), select Serviio, right-click -> Properties, Log On tab, enter user's details and restart the service.

To access a NAS device the exact same set of credentials must be created on the NAS device. The Windows credentials must be a local user and not a domain user. The user must have "Run As Service" rights. The remote path must be entered as a UNC path in the Serviio Console (e.g. \\server\folder)), mapped drive letters will not work since user running the Serviio service is not aware of your mapped drives.


from http://www.serviio.org/component/content/article/21#q5
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Andrzej

Serviio newbie

Posts: 9

Joined: Mon Apr 25, 2011 12:52 pm

Location: Poland

Post Mon May 02, 2011 6:22 pm

Re: Nokia E72 and Serviio

moltra wrote:I see in your detailed log that you are referencing the drive by the drive letter ( H:\testy DLAN mozna wykasowac\2004-09
). Is this drive local to the windows 2k machine or is it a networked drive? If it is a network drive you will need to link the folder as follows.



Hi, this is local on 2k machine only. and service should have access to it. My understanding is that serviio server "hides" entire path. Is it not like that?
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Mon May 02, 2011 6:26 pm

Re: Nokia E72 and Serviio

Andrzej wrote:
moltra wrote:I see in your detailed log that you are referencing the drive by the drive letter ( H:\testy DLAN mozna wykasowac\2004-09
). Is this drive local to the windows 2k machine or is it a networked drive? If it is a network drive you will need to link the folder as follows.



Hi, this is local on 2k machine only. and service should have access to it. My understanding is that serviio server "hides" entire path. Is it not like that?



still dont see an attached log fiel you will need to ZIP it up before u can attach it..
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Mon May 02, 2011 6:37 pm

Re: Nokia E72 and Serviio

  Code:
2011-05-02 19:30:44,625 INFO [Device] Created UPnP Device with UUID: 223a9375-eb61-3269-abcf-3ad9f2e63b1f, bound address: 192.168.1.6

2011-05-02 19:31:11,937 DEBUG [RepositoryDAOImpl] Reading all Repositories
2011-05-02 19:31:12,640 DEBUG [LibraryUpdatesCheckerThread] Looking for removed/updated files in repository: H:\testy DLAN mozna wykasowac\2004-09
2011-05-02 19:31:12,656 DEBUG [MediaItemDAOImpl] Reading MediaItems for Repository (id = 3)
2011-05-02 19:31:12,687 DEBUG [RepositoryDAOImpl] Marking Repository 3 as scanned with current timestamp
2011-05-02 19:31:14,750 DEBUG [LibraryUpdatesCheckerThread] Looking for removed/updated files in repository: H:\testy DLAN mozna wykasowac\videoaj


Make sure that the video files are in the above paths. Also one thing that I do if I am having trouble seeing the files on my DLNA render is run a software render on the computer I am running Serviio on or another computer, so I can make sure the files are being scanned. Sometimes a DLNA render cannot see a certain type of file.
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Andrzej

Serviio newbie

Posts: 9

Joined: Mon Apr 25, 2011 12:52 pm

Location: Poland

Post Mon May 02, 2011 6:48 pm

Re: Nokia E72 and Serviio

Andrzej wrote:
moltra wrote:I see in your detailed log that you are referencing the drive by the drive letter ( H:\testy DLAN mozna wykasowac\2004-09
). Is this drive local to the windows 2k machine or is it a networked drive? If it is a network drive you will need to link the folder as follows.



Hi, this is local on 2k machine only. and service should have access to it. My understanding is that serviio server "hides" entire path. Is it not like that?


Hi,


I've followed your advise, and I've changed login for the service from localsystem to Administrator, and now it works (at least pictures) on Nokia E72 and on LG BD660 as well. I will experiment now more - not only with pictures but also with video to see how it works.


Thank you for effective support.


I will share results of my tests with you.
Last edited by Andrzej on Mon May 02, 2011 6:53 pm, edited 1 time in total.
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Mon May 02, 2011 6:52 pm

Re: Nokia E72 and Serviio

You are welcome. If you need anyhelp let us know.
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
Next

Return to User experiences

Who is online

Users browsing this forum: No registered users and 10 guests

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