FAQ  •  Register  •  Login

Sony Bravia W5810

<<

twosheds

Serviio newbie

Posts: 5

Joined: Sun Aug 15, 2010 12:01 pm

Post Mon Aug 16, 2010 5:20 pm

Sony Bravia W5810

Hello,

I've been trying to get Serviio to play video on my Bravia TV via a wired network and I've managed to get it to play .AVI & .vob files by using Illico's profile shown in the topic "[Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)for the Bravia EX501"

  Code:
 <Profile id="9" name="Sony Bravia TV" extendsProfileId="1">
      <Detection>
          <X-AV-Client-Info>.*BRAVIA.*</X-AV-Client-Info>
      </Detection>
      <MediaFormatProfiles>
          <MediaFormatProfile mime-type="video/mpeg" name="MPEG_TS_SD_EU_ISO">MPEG_TS_SD_EU</MediaFormatProfile>
          <!-- <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_EU_ISO">AVC_TS_MP_HD_AC3</MediaFormatProfile> -->
          <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_EU">AVC_TS_MP_HD_AC3</MediaFormatProfile>
      </MediaFormatProfiles>
      <Transcoding>
          <!-- Parser takes the first match, in the order specifed in this profile. -->
          <!-- First remux all h264 video on MPEG-TS stream with ac3 audio transcoding, expected profile AVC_TS_MP_HD_AC3 -->
          <Video targetContainer="mpegts" targetACodec="ac3">
               <Matches container="avi" vCodec="h264" />
               <Matches container="mp4" vCodec="h264" />
               <Matches container="matroska" vCodec="h264" />
               <Matches container="mpegts" aCodec="aac" /> <!-- if audio different to ac3, must be transcoded -->
               <Matches container="mpegts" aCodec="mp3" />
               <Matches container="mpegts" aCodec="dca" />
          </Video>
          <!-- All Others video/audio codec will be transcoded into mpeg2ts, mpeg2video and ac3 audio. -->
          <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
               <Matches container="asf" />
               <Matches container="avi" />
               <Matches container="mp4" />
               <Matches container="matroska" />
          </Video>
      </Transcoding>
      <AutomaticImageRotation>true</AutomaticImageRotation>
 </Profile>


but can't get it see any HD files. I can see all the containing folders but none of the files within them. The files themselves are a mixture of .mkv, .TS, and .m2ts and most, if not all, can be played on the TV using PS3 Media Server

The protocol info for my TV is
  Code:
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM;DLNA.ORG_FLAGS=8cf00000000000000000000000000000,
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_MED;DLNA.ORG_FLAGS=8cf00000000000000000000000000000,
http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_LRG;DLNA.ORG_FLAGS=8cf00000000000000000000000000000,
http-get:*:audio/mpeg:DLNA.ORG_PN=MP3;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:audio/L16:DLNA.ORG_PN=LPCM;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_HD_24_AC3_ISO;SONY.COM_PN=AVC_TS_HD_24_AC3_ISO;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_24_AC3;SONY.COM_PN=AVC_TS_HD_24_AC3;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_24_AC3_T;SONY.COM_PN=AVC_TS_HD_24_AC3_T;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_PS_PAL;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_PS_NTSC;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_50_L2_T;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_60_L2_T;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_SD_EU_ISO;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_EU_T;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_50_AC3_T;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_60_AC3_T;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_HD_50_L2_ISO;SONY.COM_PN=HD2_50_ISO;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_HD_60_L2_ISO;SONY.COM_PN=HD2_60_ISO;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_HD_50_L2_T;SONY.COM_PN=HD2_50_T;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_HD_60_L2_T;SONY.COM_PN=HD2_60_T;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_HD_50_AC3_ISO;SONY.COM_PN=AVC_TS_HD_50_AC3_ISO;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/mpeg:DLNA.ORG_PN=AVC_TS_HD_60_AC3_ISO;SONY.COM_PN=AVC_TS_HD_60_AC3_ISO;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_50_AC3;SONY.COM_PN=AVC_TS_HD_50_AC3;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_60_AC3;SONY.COM_PN=AVC_TS_HD_60_AC3;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_50_AC3_T;SONY.COM_PN=AVC_TS_HD_50_AC3_T;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=AVC_TS_HD_60_AC3_T;SONY.COM_PN=AVC_TS_HD_60_AC3_T;DLNA.ORG_FLAGS=8d700000000000000000000000000000,
http-get:*:video/x-mp2t-mphl-188:*


I've run FFMPEG on a couple of files and the output is shown below

  Code:
C:\Program Files\Serviio\lib>ffmpeg.exe -i "L:\HD Movies\TestA.mkv"
FFmpeg version SVN-r23012, Copyright (c) 2000-2010 the FFmpeg developers
  built on May  3 2010 19:05:24 with gcc 3.4.5 (mingw-vista special r3)
  configuration: --enable-static --disable-shared --disable-ffplay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --enable-w32threads --extra-ldflags=-L/static/lib --extra-cflags=-I/sta
tic/include
  libavutil     50.15. 0 / 50.15. 0
  libavcodec    52.66. 0 / 52.66. 0
  libavformat   52.62. 0 / 52.62. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0.10. 0 /  0.10. 0
[matroska @ 003bbd80]Estimating duration from bitrate, this may be inaccurate

Seems stream 0 codec frame rate differs from container frame rate: 47.95 (5000000/104271) -> 23.98 (5000000/208542)
Input #0, matroska, from 'L:\HD Movies\TestA.mkv':
  Duration: 02:16:11.61, start: 0.000000, bitrate: 640 kb/s
    Stream #0.0: Video: h264, yuv420p, 1280x768, PAR 1:1 DAR 5:3, 23.98 tbr, 1k tbn, 47.95 tbc
    Stream #0.1(eng): Audio: ac3, 48000 Hz, 5.1, s16, 640 kb/s
    Metadata:
      title           : english
At least one output file must be specified

C:\Program Files\Serviio\lib>ffmpeg.exe -i "L:\HD Movies\TestB 1080p.mkv"
FFmpeg version SVN-r23012, Copyright (c) 2000-2010 the FFmpeg developers
  built on May  3 2010 19:05:24 with gcc 3.4.5 (mingw-vista special r3)
  configuration: --enable-static --disable-shared --disable-ffplay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --enable-w32threads --extra-ldflags=-L/static/lib --extra-cflags=-I/sta
tic/include
  libavutil     50.15. 0 / 50.15. 0
  libavcodec    52.66. 0 / 52.66. 0
  libavformat   52.62. 0 / 52.62. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0.10. 0 /  0.10. 0
[matroska @ 0038bda0]MAX_READ_SIZE:5000000 reached
[matroska @ 0038bda0]Estimating duration from bitrate, this may be inaccurate

Seems stream 0 codec frame rate differs from container frame rate: 47.95 (48000/1001) -> 23.98 (48000/2002)
Input #0, matroska, from 'L:\HD Movies\TestB 1080p.mkv':
  Duration: 01:48:34.84, start: 0.000000, bitrate: N/A
    Chapter #0.0: start 0.000000, end 264.890000
    Metadata:
      title           : 00:00:00.000
    Chapter #0.1: start 264.890000, end 636.886000
    Metadata:
      title           : 00:04:24.890
    Chapter #0.2: start 636.886000, end 1093.509000
    Metadata:
      title           : 00:10:36.886
    Chapter #0.3: start 1093.509000, end 1484.316000
    Metadata:
      title           : 00:18:13.509
    Chapter #0.4: start 1484.316000, end 1721.345000
    Metadata:
      title           : 00:24:44.316
    Chapter #0.5: start 1721.345000, end 2211.126000
    Metadata:
      title           : 00:28:41.345
    Chapter #0.6: start 2211.126000, end 2775.731000
    Metadata:
      title           : 00:36:51.126
    Chapter #0.7: start 2775.731000, end 3164.787000
    Metadata:
      title           : 00:46:15.731
    Chapter #0.8: start 3164.787000, end 3845.050000
    Metadata:
      title           : 00:52:44.787
    Chapter #0.9: start 3845.050000, end 4202.198000
    Metadata:
      title           : 01:04:05.050
    Chapter #0.10: start 4202.198000, end 4536.490000
    Metadata:
      title           : 01:10:02.198
    Chapter #0.11: start 4536.490000, end 5019.264000
    Metadata:
      title           : 01:15:36.490
    Chapter #0.12: start 5019.264000, end 5652.689000
    Metadata:
      title           : 01:23:39.264
    Chapter #0.13: start 5652.689000, end 5818.354000
    Metadata:
      title           : 01:34:12.689
    Chapter #0.14: start 5818.354000, end 6012.131000
    Metadata:
      title           : 01:36:58.354
    Chapter #0.15: start 6012.131000, end 6514.842000
    Metadata:
      title           : 01:40:12.131
    Stream #0.0(eng): Video: h264, yuv420p, 1920x1080, PAR 1:1 DAR 16:9, 23.98 tbr, 1k tbn, 47.95 tbc
    Stream #0.1(eng): Audio: dca, 48000 Hz, 6 channels, s16
    Stream #0.2(eng): Subtitle: 0x0000
At least one output file must be specified



Any help will be much appreciated
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Aug 16, 2010 6:31 pm

Re: Sony Bravia W5810

Strange...
Please check the ..\Serviio\log\serviio.log file ( viewtopic.php?f=5&t=7)

Try to swap with the two following lines:
  Code:
      <MediaFormatProfiles>
          <!-- <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_EU_ISO">AVC_TS_MP_HD_AC3</MediaFormatProfile> -->
          <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_EU">AVC_TS_MP_HD_AC3</MediaFormatProfile>
      </MediaFormatProfiles>

  Code:
      <MediaFormatProfiles>
          <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_EU_ISO">AVC_TS_MP_HD_AC3</MediaFormatProfile>
          <!-- <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_EU">AVC_TS_MP_HD_AC3</MediaFormatProfile> -->
      </MediaFormatProfiles>
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
<<

twosheds

Serviio newbie

Posts: 5

Joined: Sun Aug 15, 2010 12:01 pm

Post Mon Aug 16, 2010 8:26 pm

Re: Sony Bravia W5810

Illico,

I assumed that you mean that it should look like this

  Code:
      <MediaFormatProfiles>
          <MediaFormatProfile mime-type="video/mpeg" name="MPEG_TS_SD_EU_ISO">MPEG_TS_SD_EU</MediaFormatProfile>
          <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_EU">AVC_TS_MP_HD_AC3</MediaFormatProfile>
          <!-- <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_EU_ISO">AVC_TS_MP_HD_AC3</MediaFormatProfile> -->
      </MediaFormatProfiles>


Unfortunately, this appears to make no difference

Thank for your help

EDIT

I forgot the log

  Code:
2010-08-16 21:32:54,264 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2010-08-16 21:32:54,267 INFO  [MediaServer] ------------------------------------------------------------------------
2010-08-16 21:32:54,267 INFO  [MediaServer] Serviio DLNA media streaming server v 0.4.1 (rev. 41111e4c0a72)
2010-08-16 21:32:54,267 INFO  [MediaServer] Petr Nejedly 2009-2010
2010-08-16 21:32:54,267 INFO  [MediaServer] http://www.serviio.org
2010-08-16 21:32:54,267 INFO  [MediaServer]
2010-08-16 21:32:54,267 INFO  [MediaServer] Java 1.6.0_21-Sun Microsystems Inc.
2010-08-16 21:32:54,267 INFO  [MediaServer] OS Windows Vista x86 6.0
2010-08-16 21:32:54,267 INFO  [MediaServer] File encoding: windows-1252
2010-08-16 21:32:54,267 INFO  [MediaServer] ------------------------------------------------------------------------
2010-08-16 21:32:54,285 INFO  [ORBServer] Starting Corba server exposed on localhost:23423
2010-08-16 21:32:54,285 INFO  [NamingService] Starting Corba Naming service on port 23423
2010-08-16 21:32:54,285 DEBUG [NamingService] Executing: c:\program files\java\jre6\bin\tnameserv -ORBInitialPort 23423
2010-08-16 21:32:54,937 DEBUG [ORBServer] Registering objects with the ORB
2010-08-16 21:32:55,020 DEBUG [ORBServer] Starting ORB
2010-08-16 21:32:55,020 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2010-08-16 21:32:55,025 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
2010-08-16 21:32:55,652 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
2010-08-16 21:32:55,652 DEBUG [DBLogDAOImpl] Checking if script 'script-0.2.sql' has been run
2010-08-16 21:32:55,653 DEBUG [DBLogDAOImpl] Checking if script 'script-0.3.1.sql' has been run
2010-08-16 21:32:55,653 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.sql' has been run
2010-08-16 21:32:55,654 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.1.sql' has been run
2010-08-16 21:32:55,741 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2010-08-16 21:32:55,749 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 1
2010-08-16 21:32:55,871 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2010-08-16 21:32:55,872 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 2
2010-08-16 21:32:55,910 INFO  [ProfilesDefinitionParser] Added profile 'Samsung WiselinkPro (B-series)' (id=2)
2010-08-16 21:32:55,910 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 3
2010-08-16 21:32:55,944 INFO  [ProfilesDefinitionParser] Added profile 'XBox 360' (id=3)
2010-08-16 21:32:55,945 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 4
2010-08-16 21:32:55,963 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2010-08-16 21:32:55,964 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 5
2010-08-16 21:32:55,985 INFO  [ProfilesDefinitionParser] Added profile 'Samsung WiselinkPro (A-series)' (id=5)
2010-08-16 21:32:55,986 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 6
2010-08-16 21:32:56,007 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2010-08-16 21:32:56,008 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 7
2010-08-16 21:32:56,031 INFO  [ProfilesDefinitionParser] Added profile 'Samsung WiselinkPro (C-series)' (id=7)
2010-08-16 21:32:56,032 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 9
2010-08-16 21:32:56,076 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV' (id=9)
2010-08-16 21:32:56,079 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
2010-08-16 21:32:56,089 DEBUG [RepositoryDAOImpl] Reading all Repositories
2010-08-16 21:32:56,114 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type AUDIO
2010-08-16 21:32:56,128 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type VIDEO
2010-08-16 21:32:56,130 DEBUG [FFMPEGWrapper] Invoking FFMPEG to check if it exists of path C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe
2010-08-16 21:32:56,131 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe
2010-08-16 21:32:56,180 INFO  [VideoDeliveryEngine] Cleaning transcode engine and its data
2010-08-16 21:32:56,181 DEBUG [VideoDeliveryEngine] Deleting temporary transcoded files from: C:\Windows\TEMP\Serviio
2010-08-16 21:32:56,201 INFO  [WebServer] WebServer starting on port 8895
2010-08-16 21:32:56,344 INFO  [Device] Created UPnP Device with UUID: 83403509-60a4-3ac0-bae1-94340baf2344, bound address: 192.168.1.2
2010-08-16 21:32:56,365 INFO  [CompositeCacheManager] Creating cache manager from config file: /cache.ccf
2010-08-16 21:32:56,369 INFO  [ThreadPoolManager] thread_pool.default PoolConfiguration = useBoundary = [true] boundarySize = [2000] maximumPoolSize = [150] minimumPoolSize = [4] keepAliveTime = [300000] whenBlockedPolicy = [RUN] startUpSize = [4]
2010-08-16 21:32:56,371 INFO  [CompositeCacheConfigurator] Setting default auxiliaries to null
2010-08-16 21:32:56,371 INFO  [CompositeCacheConfigurator] No special CompositeCacheAttributes class defined for key [jcs.default.cacheattributes], using default class.
2010-08-16 21:32:56,372 INFO  [CompositeCacheConfigurator] setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 100, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2010-08-16 21:32:56,372 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.default.elementattributes], using default class.
2010-08-16 21:32:56,373 INFO  [CompositeCacheConfigurator] setting defaultElementAttributes to [ IS_LATERAL = true, IS_SPOOL = true, IS_REMOTE = true, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1281990776372, LastAccessTime = 1281990776372, getTimeToLiveSeconds() = -1, createTime = 1281990776372 ]
2010-08-16 21:32:56,374 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_resetafterplay.elementattributes], using default class.
2010-08-16 21:32:56,384 INFO  [LRUMemoryCache] initialized LRUMemoryCache for local_resetafterplay
2010-08-16 21:32:56,384 INFO  [CompositeCache] Constructed cache with name [local_resetafterplay] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2010-08-16 21:32:56,384 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_default.elementattributes], using default class.
2010-08-16 21:32:56,384 INFO  [LRUMemoryCache] initialized LRUMemoryCache for local_default
2010-08-16 21:32:56,384 INFO  [CompositeCache] Constructed cache with name [local_default] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2010-08-16 21:32:56,384 INFO  [CompositeCacheConfigurator] Parsed regions [local_resetafterplay, local_default]
2010-08-16 21:32:56,384 INFO  [CompositeCacheConfigurator] Finished configuration in 14 ms.
2010-08-16 21:32:56,387 DEBUG [DiscoveryManager] UPNP device 83403509-60a4-3ac0-bae1-94340baf2344 is available
2010-08-16 21:32:56,387 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2010-08-16 21:32:56,388 INFO  [DiscoverySearchListener] Starting DiscoverySearchListener using interface 192.168.1.2
2010-08-16 21:32:56,388 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2010-08-16 21:32:56,388 INFO  [EventDispatcher] Starting EventDispatcher
2010-08-16 21:32:56,471 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface 192.168.1.2
2010-08-16 21:32:56,482 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 83403509-60a4-3ac0-bae1-94340baf2344
2010-08-16 21:32:56,483 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 1039595 ms
2010-08-16 21:32:56,565 DEBUG [WebServer] Incoming connection from /192.168.1.7:62741
2010-08-16 21:32:56,567 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 83403509-60a4-3ac0-bae1-94340baf2344 from UPnP/1.0
2010-08-16 21:32:56,706 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Sony Bravia TV'
2010-08-16 21:32:56,771 DEBUG [WebServer] Incoming connection from /192.168.1.7:62742
2010-08-16 21:32:56,771 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ConnectionManager
2010-08-16 21:32:56,779 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
2010-08-16 21:32:56,919 DEBUG [WebServer] Incoming connection from /192.168.1.7:62743
2010-08-16 21:32:56,920 DEBUG [ServiceDescriptionRequestHandler] ServiceDescription request received for service ContentDirectory
2010-08-16 21:32:56,930 DEBUG [ServiceDescriptionRequestHandler] Sending ServiceDescription XML back
2010-08-16 21:32:57,182 DEBUG [WebServer] Incoming connection from /192.168.1.7:62744
2010-08-16 21:32:57,186 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#GetSortCapabilities"' from UPnP/1.0 DLNADOC/1.50:
2010-08-16 21:32:57,483 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2010-08-16 21:32:57,501 DEBUG [WebServer] Incoming connection from /192.168.1.7:62745
2010-08-16 21:32:57,504 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ConnectionManager:1#GetProtocolInfo"' from UPnP/1.0 DLNADOC/1.50:
2010-08-16 21:32:57,699 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2010-08-16 21:33:01,994 INFO  [ServiioConsole] Starting Serviio Console
2010-08-16 21:33:02,018 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44332
2010-08-16 21:33:02,037 DEBUG [SwingHelper] Choosing java look and feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
2010-08-16 21:33:02,063 DEBUG [ServiioConsole] Connecting to Serviio ORB on localhost:23423
2010-08-16 21:33:02,363 DEBUG [StatusControllerImpl] Registering model listener
2010-08-16 21:33:02,411 DEBUG [RepositoryControllerImpl] Registering model listener
2010-08-16 21:33:02,436 DEBUG [MetadataControllerImpl] Registering model listener
2010-08-16 21:33:02,467 DEBUG [TranscodingControllerImpl] Registering model listener
2010-08-16 21:33:02,518 DEBUG [AboutControllerImpl] Registering model listener
2010-08-16 21:33:02,559 DEBUG [ServiioControllerImpl] Registering model listener
2010-08-16 21:33:02,594 DEBUG [SystemTrayControllerImpl] Registering model listener
2010-08-16 21:33:02,596 DEBUG [ServiioConsole] Starting Console ORB
2010-08-16 21:33:02,596 DEBUG [UpdateCheckerThread] Checking for a new version
2010-08-16 21:33:02,597 INFO  [UpdateChecker] Checking if a new version is available
2010-08-16 21:33:36,837 INFO  [ServiioConsole] Starting Serviio Console
2010-08-16 21:33:36,862 DEBUG [ApplicationInstanceManager] Port is already taken. Notifying first instance.
2010-08-16 21:33:36,863 DEBUG [ApplicationInstanceManager] Successfully notified first instance.
2010-08-16 21:33:36,863 INFO  [ServiioConsole] Leaving Serviio Console
2010-08-16 21:33:36,863 DEBUG [ApplicationInstanceManager] Shared key matched - new application instance found
2010-08-16 21:33:43,036 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2010-08-16 21:33:43,042 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2010-08-16 21:33:43,065 DEBUG [RepositoryDAOImpl] Reading all Repositories
2010-08-16 21:33:43,066 DEBUG [RepositoryDAOImpl] Reading all Repositories
2010-08-16 21:33:43,067 DEBUG [LibraryUpdatesCheckerThread] Looking for removed files in repository: L:\HD Movies
2010-08-16 21:33:43,067 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: L:\HD Movies
2010-08-16 21:33:43,068 DEBUG [MediaItemDAOImpl] Reading MediaItems for Repository (id = 18)
2010-08-16 21:33:43,088 DEBUG [LibraryAdditionsCheckerThread] Found file 'TestB.mkv', checking if it's already in the Library
2010-08-16 21:33:43,088 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item TestB.mkv
2010-08-16 21:33:43,155 DEBUG [MediaItemDAOImpl] Media item TestB.mkv already exists in DB
2010-08-16 21:33:43,175 DEBUG [LibraryAdditionsCheckerThread] Found file 'TestA.mkv', checking if it's already in the Library
2010-08-16 21:33:43,175 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item TestA.mkv
2010-08-16 21:33:43,176 DEBUG [MediaItemDAOImpl] Media item TestA.mkv already exists in DB
2010-08-16 21:33:43,182 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2010-08-16 21:33:43,248 DEBUG [MediaItemDAOImpl] Getting file of media item 753
2010-08-16 21:33:43,267 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type AUDIO
2010-08-16 21:33:43,268 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type VIDEO
2010-08-16 21:33:43,268 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type IMAGE
2010-08-16 21:33:43,269 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 753) and extractor EMBEDDED
2010-08-16 21:33:43,382 DEBUG [MediaItemDAOImpl] Getting file of media item 754
2010-08-16 21:33:43,383 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 754) and extractor EMBEDDED
2010-08-16 21:33:43,384 DEBUG [LibraryUpdatesCheckerThread] Updating dirty metadata
2010-08-16 21:33:43,384 DEBUG [MediaItemDAOImpl] Reading dirty MediaItems for Repository (id = 18)
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Aug 17, 2010 8:31 am

Re: Sony Bravia W5810

Hum, no ideas.

You could try with latest ffmpeg version. :|
For Windows users (like me), the latest ffmpeg.exe can be downloaded here.
Download the .7z file and replace the ..\Serviio\lib\ffmpeg.exe (rename the old with ffmpeg_old.exe)
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
<<

twosheds

Serviio newbie

Posts: 5

Joined: Sun Aug 15, 2010 12:01 pm

Post Wed Aug 18, 2010 7:42 am

Re: Sony Bravia W5810

Illico,

Same results with the newer version of ffmpeg.

As you've probably gathered, I'm fairly new to DLNA so I hope you'll excuse my ignorance but I've noticed that my videos are presented by Serviio with the DLNA profile 'AVC_TS_MP_HD_AC3' but this isn't shown in the 'sink' info provide by Device Spy for my TV ( which I've assumed is the list of those that will work with the TV) but neither is it in the list for your TV. Why did you choose this profile id in your TV profile in profiles.xml ?
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Aug 18, 2010 11:55 am

Re: Sony Bravia W5810

twosheds wrote:...As you've probably gathered, I'm fairly new to DLNA so I hope you'll excuse my ignorance

Like you, I try to understand step by step...
twosheds wrote:but I've noticed that my videos are presented by Serviio with the DLNA profile 'AVC_TS_MP_HD_AC3' but this isn't shown in the 'sink' info provide by Device Spy for my TV

AVC_TS_MP_HD_AC3 is the generic profile used by serviio (generic profile: <Profile id="1" name="Generic DLNA profile"> )
with <MediaFormatProfiles> you can change the profile send to the TV. So I look for a similar profile in my dlna spy sink GetProtocolInfo.
I found two for my Sony Bravia EX500 seems to be generic AVC TS HD.
video/vnd.dlna.mpeg-tts AVC_TS_HD_EU
video/mpeg AVC_TS_HD_EU_ISO

In your sink you can chose between following profiles (also existed in EX500 sink):
AVC_TS_HD_24_AC3
AVC_TS_HD_24_AC3_ISO
AVC_TS_HD_24_AC3_T
AVC_TS_HD_50_AC3
AVC_TS_HD_50_AC3_ISO
AVC_TS_HD_50_AC3_T
AVC_TS_HD_60_AC3
AVC_TS_HD_60_AC3_ISO
AVC_TS_HD_60_AC3_T
So try to modify your conf file one by one (don't forgot to restart the service) first like this:
<MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_24_AC3">AVC_TS_MP_HD_AC3</MediaFormatProfile>
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 Thu Aug 19, 2010 8:46 am

Re: Sony Bravia W5810

Could you try these samples files:
http://www.divx.com/en/electronics/solu ... s-hd/video
GIJoe, Iron_Man_2, Up_in_the_Air...
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
<<

twosheds

Serviio newbie

Posts: 5

Joined: Sun Aug 15, 2010 12:01 pm

Post Fri Aug 20, 2010 2:00 pm

Re: Sony Bravia W5810

I've downloaded Iron Man 2 & G I Joe and tried them with all 9 settings as you suggested. None worked.

Every time I get the message 'Temporarily cannot access the server. Please try again later'

It does this however many retries I make.

WRT the profiles such as 'AVC_TS_HD_24_AC3' have you any idea where I can find an explanation of what each one represents. I've serched the web using several criteria but can't find anything meaningful.

Thanks for the help & suggestions so far.
<<

twosheds

Serviio newbie

Posts: 5

Joined: Sun Aug 15, 2010 12:01 pm

Post Sat Aug 21, 2010 9:39 am

Re: Sony Bravia W5810

When I tested the 2 downloaded videos , I'd forgotten that the server service had to be stopped and restarted after each change (I'd used the on/off button on the console page instead) so I've re-done the tests. The result were the same for the 2 files but after testing with other video files (with the AVC_TS_HD_50_AC3_ISO profile) , I've noticed that for MKV files with H264/DTS the files will play if they are encoded in a 16:9 aspect ratio. Any MKVs with H264/DTS that don't have this aspect ratio will play audio but the video is either a blank screen or a badly smudged stationary image. MKVs with H264/A52(AVC) display the message 'Temporarily cannot access the server, Try Later' message. MP4 file also display the same message. M2TS files display the message 'Playback not available'.
If I switch to the AVC_TS_HD_50_AC3_T profile, then all the MKVs that previously played display the message 'Playback not available' BUT all the M2TS files now play. Similarly with the AVC_TS_HD_50_AC3 profile.

Any idea how I might use a combination of profiles to get Serviio to play an increased number of files ?

By the way, neither GI Joe nor Iron Man 2 have a 16:9 aspect ratio.
<<

aeproberts

Post Tue Aug 24, 2010 3:12 pm

Re: Sony Bravia W5810

Did you ever work out your issues?

I ask selfishly because I have a Bravia Bluray player that is very similar to your device. I have the BDP-S570.

I was hoping I could borrow your profile as a starting point?

Return to User experiences

Who is online

Users browsing this forum: No registered users and 21 guests

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