FAQ  •  Register  •  Login

[SOLVED] Flickr not working for 2011 Sony Bravia

<<

DeanoX

Streaming enthusiast

Posts: 23

Joined: Thu Jan 03, 2013 10:30 pm

Post Mon Jan 07, 2013 2:19 pm

[SOLVED] Flickr not working for 2011 Sony Bravia

When I try to use the Flickr RSS feed as an online source for my Sony Bravia I get the Thumbnails view fine. But when i select an individual Image I get "Playback not Supported".

Server is 1.1, TV is a 2011 KDL24EX320 (and is the same on a KDL40EX723 ) which shows as using the Sony Bravia TV (2011) profile.

Detailed log shows this repeating a few times when an image is selected

  Code:
2013-01-07 14:09:57,335 DEBUG [WebServer] Incoming connection from /192.168.1.11:60609
2013-01-07 14:09:57,336 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.11
2013-01-07 14:09:57,338 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000030001162/MEDIA_ITEM/JPEG_LRG-0/ORIGINAL HTTP/1.1, headers = [getcontentFeatures.dlna.org: 1,Pragma: getIfoFileURI.dlna.org,transferMode.dlna.org: Interactive,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-24EX320";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-24EX320"; mv="1.7";,Host: 192.168.1.251:8895]]
2013-01-07 14:09:57,339 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.11
2013-01-07 14:09:57,340 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.1.11, Profile=Sony Bravia TV (2011)'
2013-01-07 14:09:57,341 DEBUG [ResourceDeliveryProcessor] Request for resource 1000000030001162 and type 'MEDIA_ITEM' received
2013-01-07 14:09:57,341 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1000000030001162 (online)
2013-01-07 14:09:57,342 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2013-01-07 14:09:57,343 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2013-01-07 14:09:57,344 DEBUG [ImageDeliveryEngine] Retrieving resource information for item 1000000030001162, format JPEG_LRG and profile Sony Bravia TV (2011)
2013-01-07 14:09:57,345 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1000000030001162 (online)
2013-01-07 14:09:57,345 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2013-01-07 14:09:57,347 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 3)
2013-01-07 14:09:57,349 DEBUG [ImageDeliveryEngine] Delivering item '1000000030001162' for client 'IPAddress=/192.168.1.11, Profile=Sony Bravia TV (2011)'
2013-01-07 14:09:57,349 DEBUG [ImageDeliveryEngine] Delivering file 'http://farm9.staticflickr.com/8324/8357032147_114d29b1e6_b.jpg' in native format
2013-01-07 14:09:57,352 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 369332
2013-01-07 14:09:57,353 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-01-07 14:09:57,353 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 369332,Date: Mon, 07 Jan 2013 14:09:57 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=JPEG_LRG;DLNA.ORG_OP=00;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=00D00000000000000000000000000000,transferMode.dlna.org: Interactive,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-01-07 14:09:57,354 DEBUG [OnlineInputStream] Reading 1512000 bytes starting at 0
2013-01-07 14:09:59,095 DEBUG [OnlineInputStream] Returning 369332 bytes from partial content response
2013-01-07 14:09:59,146 DEBUG [OnlineInputStream] Closing stream
Zyxel NSA325 running Serviio 1.1 | Sony Bravia 2011 KDL-24EX320 / KDL-40EX723
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Jan 07, 2013 3:25 pm

Re: Flickr not working for 2011 Sony Bravia

YUV : 4:4:4 are not supported by Sony Bravia devices in native format, these jpeg should be transcoded by serviio.
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
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Jan 07, 2013 3:28 pm

Re: Flickr not working for 2011 Sony Bravia

Could you try inserting this :
  Code:
         <Image forceInheritance="true">
            <Matches container="jpeg" subsampling="YUV444" />
         </Image>

in following Sony bravia 2012 profile element
  Code:
      <OnlineTranscoding>
...
      </OnlineTranscoding>
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
<<

DeanoX

Streaming enthusiast

Posts: 23

Joined: Thu Jan 03, 2013 10:30 pm

Post Mon Jan 07, 2013 3:34 pm

Re: Flickr not working for 2011 Sony Bravia

Thanks - just found a few mentions of the 4:4:4 non support.

Would the transcoding happen by default to online sources ? -Edit: Sorry X-Posted, will try the above asap.

And I'm running Serviio on my NAS. Would it need external libraries/utils to change the jpg format ? (as I might not have them)
Zyxel NSA325 running Serviio 1.1 | Sony Bravia 2011 KDL-24EX320 / KDL-40EX723
<<

DeanoX

Streaming enthusiast

Posts: 23

Joined: Thu Jan 03, 2013 10:30 pm

Post Mon Jan 07, 2013 3:59 pm

Re: Flickr not working for 2011 Sony Bravia

I've amended the 2012 profile as above and restarted.

I still get the same error on the TV. The log looks much the same
  Code:
2013-01-07 15:43:30,453 DEBUG [WebServer] Incoming connection from /192.168.1.11:33294
2013-01-07 15:43:30,454 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.11
2013-01-07 15:43:30,456 DEBUG [ResourceTransportRequestHandler] GET /resource/1000000020001520/MEDIA_ITEM/JPEG_MED-0/ORIGINAL HTTP/1.1, headers = [getcontentFeatures.dlna.org: 1,Pragma: getIfoFileURI.dlna.org,transferMode.dlna.org: Interactive,X-AV-Physical-Unit-Info: pa="BRAVIA KDL-24EX320";,X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-24EX320"; mv="1.7";,Host: 192.168.1.251:8895]]
2013-01-07 15:43:30,456 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.11
2013-01-07 15:43:30,458 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.1.11, Profile=Sony Bravia TV (2011)'
2013-01-07 15:43:30,470 DEBUG [ResourceDeliveryProcessor] Request for resource 1000000020001520 and type 'MEDIA_ITEM' received
2013-01-07 15:43:30,470 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1000000020001520 (online)
2013-01-07 15:43:30,470 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 2)
2013-01-07 15:43:30,471 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 2)
2013-01-07 15:43:30,473 DEBUG [ImageDeliveryEngine] Retrieving resource information for item 1000000020001520, format JPEG_MED and profile Sony Bravia TV (2011)
2013-01-07 15:43:30,474 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 1000000020001520 (online)
2013-01-07 15:43:30,986 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 2)
2013-01-07 15:43:30,987 DEBUG [OnlineRepositoryDAOImpl] Reading an OnlineRepository (id = 2)
2013-01-07 15:43:30,991 DEBUG [ImageDeliveryEngine] Delivering item '1000000020001520' for client 'IPAddress=/192.168.1.11, Profile=Sony Bravia TV (2011)'
2013-01-07 15:43:30,992 DEBUG [ImageDeliveryEngine] Delivering file 'http://farm9.staticflickr.com/8497/8307965018_40db9ac376_b.jpg' in native format
2013-01-07 15:43:30,995 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 699696
2013-01-07 15:43:30,996 DEBUG [ResourceDeliveryProcessor] Sending file back
2013-01-07 15:43:30,996 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: image/jpeg,Content-Length: 699696,Date: Mon, 07 Jan 2013 15:43:30 GMT,Server: Linux, UPnP/1.0 DLNADOC/1.50, Serviio/1.1,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=JPEG_MED;DLNA.ORG_OP=00;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=00D00000000000000000000000000000,transferMode.dlna.org: Interactive,realTimeInfo.dlna.org: DLNA.ORG_TLAG=*]]
2013-01-07 15:43:30,997 DEBUG [OnlineInputStream] Reading 1512000 bytes starting at 0
2013-01-07 15:43:34,090 DEBUG [OnlineInputStream] Returning 699696 bytes from partial content response
2013-01-07 15:43:34,200 DEBUG [OnlineInputStream] Closing stream


Having saved the picture from the flickr URL in the log - I can confirm its 4:4:4

  Code:
General
Complete name                            : C:\Users\smith\Desktop\8307965018_40db9ac376_b.jpg
Format                                   : JPEG
File size                                : 683 KiB

Image
Format                                   : JPEG
Width                                    : 1 024 pixels
Height                                   : 768 pixels
Color space                              : YUV
Chroma subsampling                       : 4:4:4
Bit depth                                : 8 bits
Compression mode                         : Lossy
Stream size                              : 683 KiB (100%)
Zyxel NSA325 running Serviio 1.1 | Sony Bravia 2011 KDL-24EX320 / KDL-40EX723
<<

DeanoX

Streaming enthusiast

Posts: 23

Joined: Thu Jan 03, 2013 10:30 pm

Post Mon Jan 07, 2013 4:36 pm

Re: Flickr not working for 2011 Sony Bravia

If I serve the 4:4:4 jpg from a local folder I can see it transcoding in the log and the image displays OK.

So it does appear to be a transcoding+online source issue ? Any other tweaks I can try from this end ?

Thanks
Zyxel NSA325 running Serviio 1.1 | Sony Bravia 2011 KDL-24EX320 / KDL-40EX723
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Jan 07, 2013 4:39 pm

Re: Flickr not working for 2011 Sony Bravia

DeanoX wrote:So it does appear to be a transcoding+online source issue ? Any other tweaks I can try from this end ?

Yes seems that online jpeg sources in 4:4:4 are not well detected...I will check on mine this week.

Zip, Do you have any idea ?
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 Mon Jan 07, 2013 5:09 pm

Re: Flickr not working for 2011 Sony Bravia

I'll have a look.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Jan 07, 2013 6:48 pm

Re: Flickr not working for 2011 Sony Bravia

I think I fixed it. Can you give me the feed URL?
<<

DeanoX

Streaming enthusiast

Posts: 23

Joined: Thu Jan 03, 2013 10:30 pm

Post Mon Jan 07, 2013 7:15 pm

Re: Flickr not working for 2011 Sony Bravia

Zyxel NSA325 running Serviio 1.1 | Sony Bravia 2011 KDL-24EX320 / KDL-40EX723
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Jan 07, 2013 7:51 pm

Re: Flickr not working for 2011 Sony Bravia

Thanks, it's now working. Will be in 1.2
<<

DeanoX

Streaming enthusiast

Posts: 23

Joined: Thu Jan 03, 2013 10:30 pm

Post Mon Jan 07, 2013 10:18 pm

Re: Flickr not working for 2011 Sony Bravia

Thanks for sorting so quickly :-) I'll look forward to 1.2.
Zyxel NSA325 running Serviio 1.1 | Sony Bravia 2011 KDL-24EX320 / KDL-40EX723

Return to Sony

Who is online

Users browsing this forum: Google Adsense [Bot] and 31 guests

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