I think you meant AV Media Controller.
With serviio, this is what I get:
- Code:
Resource #1::
contentUri: http://192.168.1.100:8895/resource/22/MEDIA_ITEM/GIF_LRG$0
colorDepth: 24
protocolInfo: http-get:*:image/gif:DLNA.ORG_PN=GIF_LRG;DLNA.ORG_OP=00;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=00D00000000000000000000000000000
resolution: 281x380
size: 99358
Resource #2::
contentUri: http://192.168.1.100:8895/resource/22/COVER_IMAGE
protocolInfo: http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN;DLNA.ORG_OP=00;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00D00000000000000000000000000000
resolution: 118x160
Resource #3::
contentUri: http://192.168.1.100:8895/resource/22/MEDIA_ITEM/JPEG_LRG$0
colorDepth: 24
protocolInfo: http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_LRG;DLNA.ORG_OP=00;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00D00000000000000000000000000000
resolution: 281x380
With mezzmo, this is what I get:
- Code:
Resource #1::
contentUri: http://192.168.1.100:53168/content/ti/8A4B2EFB-7B56-4e1e-9F28-8FDCB1A37EA8*tp/*jpeg_med*jpeg*jpeg*1024*768*24*fi/32
colorDepth: 24
protocolInfo: http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_MED;DLNA.ORG_OP=01;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00B00000000000000000000000000000
resolution: 280x378
size: 16777216
Resource #2::
contentUri: http://192.168.1.100:53168/content/ti/8A4B2EFB-7B56-4e1e-9F28-8FDCB1A37EA8*tt/*jpeg_tn*jpeg*jpeg*160*160*24*fi/32
colorDepth: 24
protocolInfo: http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN;DLNA.ORG_OP=01;DLNA.ORG_CI=1;DLNA.ORG_FLAGS=00B00000000000000000000000000000
resolution: 118x160
As you can see there are a few differences.
1. Notice that the protocol info of resource #1 under serviio is referring to this file as a gif where mezzmo's resource #1 is referring to it as a jpeg. I'll assume that the resource that has the file size included would be the one that is being used.
2. In the DLNA flags value, serviio has a 'D' as the third byte versus mezzmo having a 'B' instead. I don't know the significance of that value but I don't feel that it applies here.
3. Oddly, mezzmo has the file size as around 16MB where serviio reports the size correctly.
BTW, when I open the URL's from either serviio or mezzmo I cannot save the picture as anything other than a png or bmp file. So, I'm not sure on how to verify that the picture is actually a jpeg.