FAQ  •  Register  •  Login

Sony Bravia 2010 series

<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Sep 15, 2010 12:06 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Sony BRAVIA TV profile for Serviio 0.4.1
Tested on Serviio 0.4.1 and ffmpeg version "SVN-r22628-Sherpya"
Add to "C:\Program Files\Serviio\config\profiles.xml" file
  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>


With new Serviio 0.4.2 version the profiles.xml include a new profile to support Sony Bravia TV and Sony BluRayDiscPlayer.
The first post of the topic will be updated with this new serviio version.
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 Wed Sep 22, 2010 1:25 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Sony BRAVIA TV profile for Serviio 0.4.2

Bravia TV are now supported by Serviio since 0.4.2 version with dedicated profile.

This is the detail of "Sony Bravia TV" profile ( from Serviio\config\profiles.xml file )
  Code:
   <Profile id="9" name="Sony Bravia TV" extendsProfileId="1">
      <Detection>
         <X-AV-Client-Info>.*BRAVIA.*</X-AV-Client-Info>
      </Detection>
      <MediaFormatProfiles>
         <!-- rename native mpeg2ts with h264/ac3 ac3 formats to those supported by the tv -->
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_50_AC3">AVC_TS_MP_HD_AC3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_50_AC3">AVC_TS_MP_SD_AC3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_50_AC3_T">AVC_TS_MP_HD_AC3_T</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_50_AC3_T">AVC_TS_MP_SD_AC3_T</MediaFormatProfile>
         <!-- rename transcoded mpeg2ts with h264 to one of the TV's supported profiles -->
         <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_50_AC3_ISO">AVC_TS_MP_HD_AC3_ISO</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_50_AC3_ISO">AVC_TS_MP_SD_AC3_ISO</MediaFormatProfile>
      </MediaFormatProfiles>
      <Transcoding>
         <!-- First remux all h264 video on MPEG-TS stream with ac3 audio transcoding, expected profile AVC_TS_MP_HD_AC3_ISO or AVC_TS_MP_SD_AC3_ISO -->
         <Video targetContainer="mpegts" targetACodec="ac3">
            <Matches container="avi" vCodec="h264" />
            <Matches container="mp4" vCodec="h264" />
            <Matches container="matroska" vCodec="h264" />
            <!-- if audio different to ac3, must be transcoded -->
            <Matches container="mpegts" aCodec="aac" />
            <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 (MPEG_TS_SD_EU). -->
         <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>


This is an extension of the "Generic DLNA" profile

Native format supported by Sony Bravia TV from "Generic DLNA" profile
Profile - mime-type
MP3 - audio/mpeg
JPEG_LRG - image/jpeg
JPEG_MED - image/jpeg
JPEG_SM - image/jpeg
LPCM - audio/L16 (to be confirmed)
MPEG_PS_PAL - video/mpeg
MPEG_PS_NTSC - video/mpeg
MPEG_TS_SD_EU - video/vnd.dlna.mpeg-tts
MPEG_TS_SD_EU_T - video/vnd.dlna.mpeg-tts
MPEG_TS_SD_EU_ISO - video/mpeg
MPEG_TS_SD_NA - video/vnd.dlna.mpeg-tts
MPEG_TS_SD_NA_T - video/vnd.dlna.mpeg-tts
MPEG_TS_SD_NA_ISO - video/mpeg
MPEG_TS_SD_KO - video/vnd.dlna.mpeg-tts
MPEG_TS_SD_KO_T - video/vnd.dlna.mpeg-tts
MPEG_TS_SD_KO_ISO - video/mpeg


Native format supported by Sony Bravia TV from "Generic DLNA" profile
according to <MediaFormatProfiles> mime-type and name change in "Sony Bravia TV" profile

AVC_TS_MP_SD_AC3 -rename-> AVC_TS_HD_50_AC3 - video/vnd.dlna.mpeg-tts
AVC_TS_MP_SD_AC3_T -rename-> AVC_TS_HD_50_AC3_T - video/vnd.dlna.mpeg-tts
AVC_TS_MP_SD_AC3_ISO -rename-> AVC_TS_HD_50_AC3_ISO - video/vnd.dlna.mpeg-tts
AVC_TS_MP_HD_AC3 -rename-> AVC_TS_HD_50_AC3 - video/vnd.dlna.mpeg-tts
AVC_TS_MP_HD_AC3_T -rename-> AVC_TS_HD_50_AC3_T - video/vnd.dlna.mpeg-tts
AVC_TS_MP_HD_AC3_ISO -rename-> AVC_TS_HD_50_AC3_ISO - video/vnd.dlna.mpeg-tts


Transcoded in real-time by Serviio according to <Transcoding> "Sony Bravia TV" profile

First remux all h264 video from avi/mp4/matroska
on MPEG-TS stream with ac3 audio transcoding using AVC_TS_MP_HD_AC3_ISO or AVC_TS_MP_SD_AC3_ISO profile
and renamed AVC_TS_HD_50_AC3_ISO for Sony Bravia TV
if audio different to ac3 (aac/mp3/dca), must be transcoded to ac3

All Others video/audio codec will be transcoded into mpeg2ts, mpeg2video and ac3 audio
using MPEG_TS_SD_EU/MPEG_TS_SD_NA/MPEG_TS_SD_KO profiles.
Last edited by Illico on Tue Oct 05, 2010 8:03 am, edited 1 time in total.
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
<<

martin_uhlin

Serviio newbie

Posts: 3

Joined: Wed Sep 22, 2010 9:44 am

Post Thu Sep 23, 2010 8:11 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Im a total novice on this.

I just got a Sony NX700 and I have installed Serviio.
I have´t changed anything in the profile but i can't get my mkv files to work.

Do you guys know what to do?
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Sep 24, 2010 7:35 am

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Could you provide some information on your mkv files?
First, let's see this topic
and try this ffmpeg.exe -i <your_file_location>
Then, see this topic
and send your detailed log file
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 Sep 30, 2010 1:10 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

New firmware version for your BRAVIA TV set firmware to version PKG4.077EUL-0108, and provides the following benefits:
Improve performance & stability of IPTV features.
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
<<

martin_uhlin

Serviio newbie

Posts: 3

Joined: Wed Sep 22, 2010 9:44 am

Post Tue Oct 05, 2010 5:05 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

I do have the latest firmware on the tv.

One problem though, I have a mac and I don't understand how to install the upnp tool? :S
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Oct 06, 2010 7:01 am

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

martin_uhlin wrote:I do have the latest firmware on the tv.
What is your TV model ?
martin_uhlin wrote:One problem though, I have a mac and I don't understand how to install the upnp tool? :S
The Intel upnptool is only for windows and linux os, also you can try the java tool that provide an overview of the capabilities of UPnP AV devices.
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
<<

martin_uhlin

Serviio newbie

Posts: 3

Joined: Wed Sep 22, 2010 9:44 am

Post Thu Oct 07, 2010 7:40 am

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

It's a Sony 46NX700

I had a look at the java tool and it seems like i can get somthing out of it.
I will post a message later today with the result.
<<

jlv

Serviio newbie

Posts: 12

Joined: Sat Oct 09, 2010 5:59 pm

Post Tue Oct 12, 2010 12:01 am

Bravia 46ex700 can't see Serviio

I have a new Sony Bravia that I just bought and connected to my network (wired). I've used TVersity for a long time, but was frustrated to find that it it's DLNA doesn't work with the Bravia... and that the TVersity developers have ignored all the reports about it. Several folks in the TVersity forums mentioned having success with Serviio, so I came here to try it.

I also have an Intel NAS box that came with TwonkyMedia; I don't use it, but I do have it turned on and and using the NAS backup of my media content. The Bravia has no problem seeing this server.

My Bravia is a KDL46EX700; it's got the newest firmware (U.S. version PKG4.077AAL-0108). The network is 100Mbps wired.

I installed Serviio 0.4.2 on my Windows Media Server system. I pointed it at my library (about .75TB: 30000 pictures, 15000 MP3 tracks, and lots of video). It seemed to take over 24 hrs to build the initial index. [My initial feedback is that it installed and started easily... but there isn't enough feedback as to what is going on - the log file is useful once you know where to find it - it should probably be viewable via the console].

The same MCE is also running TVersity and a collection of servers for my ReplayTVs: WiRNS, IVSMagic, and DVArchive. These other servers are all bound to their own IP addresses; TVersity uses the 'main' system one. The ReplayTVs use UPnP, but not DLNA.

The Bravia sees and can talk to the TwonkyMediaServer without a problem. The "Media Server Diagnostic" on the TV shows it detects TVersity, but the TV says it's DLNA isn't valid/supported. But, Serviio doesn't show up at all.

In trying to debug this, I've shutdown all the other media services on the system. I also tried giving Serviio it's own IP address. Neither of these has had any effect so far.

I've followed other links here. Both UPnP tester and the Intel Device Spy see the Twonky on my NAS as well as Serviio (and TVersity before I turned that off). (I am running these tools on the MCE system where Serviio is runing, though)


I'm perplexed at this point. What else should I look at?
<<

jlv

Serviio newbie

Posts: 12

Joined: Sat Oct 09, 2010 5:59 pm

Post Tue Oct 12, 2010 12:18 am

Re: Bravia 46ex700 can't see Serviio

I also tried the Intel "Device Spy", and saw no traffic coming from Serviio, especially when the Bravia sent out it's NOTIFY. That got me thinking and so I tried one last change I removed all the alternate IP addresses from the system and restart Serviio without binding it to an IP address. When I did this, the Bravia immediately noticed Serviio... and everything just worked.

I'm going to try adding each alternate IP address back one at a time and see if I can determine what causes it to stop working.
<<

jlv

Serviio newbie

Posts: 12

Joined: Sat Oct 09, 2010 5:59 pm

Post Tue Oct 12, 2010 12:39 am

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

If I add just a single alternate IP address and then start the Serviio Windows Service, the Bravia doesn't find Serviio. If I add the additional IP address while Serviio is already running, then it isn't affected (but the next time Serviio is started ; e.g., after the system restarts, then it isn't seen).

This is true whether I leave the 'bound IP' blank, set it to the main IP address, or set it to the alternate address.

I don't see anything in the log file about this. I'm going to turn on detailed debugging and try my tests again.

(BTW -- I've been manually rotating the log file each time I restart the windows service -- that would be a nice thing for it to do automatically each time it starts up)
<<

jlv

Serviio newbie

Posts: 12

Joined: Sat Oct 09, 2010 5:59 pm

Post Tue Oct 12, 2010 1:55 am

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

I found that I must've made an error earlier: if I set the 'bound IP' to the primary (non-alternate) IP address, then all works as expected. With this, I've restarted TVersity, re-added the 3 alternate IPs, and restarted WiRNS, et al. The Bravia still sees Serviio.

I was *sure* I had tested exactly this earlier (before I started turning things off and removing alternate IPs)... but I must have been mistaken!

Right now Serviio is working pretty well. However, it is *still* consuming a whole CPU -- and it seems to still be indexing my media (over 60 hours now). The tail of the log shows:

2010-10-11 21:50:05,755 INFO [LibraryAdditionsCheckerThread] Added file 'DSC_2454.JPG' to Library
2010-10-11 21:50:07,114 INFO [LibraryAdditionsCheckerThread] Added file 'DSC_2455.JPG' to Library
2010-10-11 21:50:08,489 INFO [LibraryAdditionsCheckerThread] Added file 'DSC_2457.JPG' to Library
2010-10-11 21:50:09,958 INFO [LibraryAdditionsCheckerThread] Added file 'DSC_2458.JPG' to Library

Those are 3MB images ... so I'm surprised it's taking about 1.5 second each to index them.
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Tue Oct 12, 2010 8:18 am

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

I have found the FFMPEG thumbnailing of videos to be very slow for some reason, so I turned it off in the console settings. Much snappier since I did that, but I also noticed that image indexing is slow.
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

tombert

User avatar

DLNA master

Posts: 217

Joined: Wed Oct 13, 2010 8:01 pm

Post Wed Oct 13, 2010 8:04 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Hi there,

I installed 0.4.2 and my Bravia EX500 does not see the server ...

thx
<<

tombert

User avatar

DLNA master

Posts: 217

Joined: Wed Oct 13, 2010 8:01 pm

Post Wed Oct 13, 2010 10:41 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

here some more details:

installed serviio on ubuntu 9.10
minidlna and twonky I see

any ideas?
thx
<<

jlv

Serviio newbie

Posts: 12

Joined: Sat Oct 09, 2010 5:59 pm

Post Wed Oct 13, 2010 11:39 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Do you have multiple IP addresses? (that's what caused a similar problem I had - see above)

Get the Intel DLNA tools viewtopic.php?f=5&t=38) and use Device Spy to inspect your server.

Turn on detailed debugging and then use the "Media Server Diagnositc" on the TV.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Thu Oct 14, 2010 1:10 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

tombert wrote:...I installed 0.4.2 and my Bravia EX500 does not see the server ...


Check and send us your detailed log file: viewtopic.php?f=5&t=7&start=0
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
<<

tombert

User avatar

DLNA master

Posts: 217

Joined: Wed Oct 13, 2010 8:01 pm

Post Thu Oct 14, 2010 5:40 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Unfort. uploading does not work for me?? I tried several extension txt, log, logfile - but it keeps telling me "The extension ... is not allowed."
So here I pasted it. thx for support


2010-10-14 19:33:33,787 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2010-10-14 19:33:33,793 INFO [MediaServer] ------------------------------------------------------------------------
2010-10-14 19:33:33,794 INFO [MediaServer] Serviio DLNA media streaming server v 0.4.2 (rev. 683706a96104)
2010-10-14 19:33:33,794 INFO [MediaServer] Petr Nejedly 2009-2010
2010-10-14 19:33:33,794 INFO [MediaServer] http://www.serviio.org
2010-10-14 19:33:33,794 INFO [MediaServer]
2010-10-14 19:33:33,794 INFO [MediaServer] Java 1.6.0_20-Sun Microsystems Inc.
2010-10-14 19:33:33,794 INFO [MediaServer] OS Linux i386 2.6.31-22-generic-pae
2010-10-14 19:33:33,794 INFO [MediaServer] File encoding: UTF-8
2010-10-14 19:33:33,794 INFO [MediaServer] ------------------------------------------------------------------------
2010-10-14 19:33:33,953 INFO [RestletServer] Starting Restlet server exposed on localhost:23423
2010-10-14 19:33:34,018 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2010-10-14 19:33:34,026 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
2010-10-14 19:33:35,276 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
2010-10-14 19:33:35,277 DEBUG [DBLogDAOImpl] Checking if script 'script-0.2.sql' has been run
2010-10-14 19:33:35,279 DEBUG [DBLogDAOImpl] Checking if script 'script-0.3.1.sql' has been run
2010-10-14 19:33:35,280 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.sql' has been run
2010-10-14 19:33:35,281 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.1.sql' has been run
2010-10-14 19:33:35,282 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.2.sql' has been run
2010-10-14 19:33:35,437 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2010-10-14 19:33:35,458 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 1
2010-10-14 19:33:35,729 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2010-10-14 19:33:35,730 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 2
2010-10-14 19:33:35,801 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2010-10-14 19:33:35,802 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 3
2010-10-14 19:33:35,870 INFO [ProfilesDefinitionParser] Added profile 'XBox 360' (id=3)
2010-10-14 19:33:35,871 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 4
2010-10-14 19:33:35,907 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2010-10-14 19:33:35,909 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 5
2010-10-14 19:33:35,954 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2010-10-14 19:33:35,956 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 6
2010-10-14 19:33:35,996 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2010-10-14 19:33:35,998 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 7
2010-10-14 19:33:36,042 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C-series)' (id=7)
2010-10-14 19:33:36,044 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 8
2010-10-14 19:33:36,073 INFO [ProfilesDefinitionParser] Added profile 'LG BD player' (id=8)
2010-10-14 19:33:36,075 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 9
2010-10-14 19:33:36,181 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV' (id=9)
2010-10-14 19:33:36,183 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 10
2010-10-14 19:33:36,323 INFO [ProfilesDefinitionParser] Added profile 'Sony BD Player' (id=10)
2010-10-14 19:33:36,325 DEBUG [FFMPEGWrapper] Invoking FFMPEG to check if it exists of path ffmpeg
2010-10-14 19:33:36,329 DEBUG [ProcessExecutor] Starting ffmpeg
2010-10-14 19:33:36,362 INFO [VideoDeliveryEngine] Cleaning transcode engine and its data
2010-10-14 19:33:36,367 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
2010-10-14 19:33:36,424 INFO [WebServer] WebServer starting on port 8895
2010-10-14 19:33:36,435 INFO [Device] Created UPnP Device with UUID: f4f1ff23-a781-34a5-8123-b670571bd9d1, bound address: 192.168.100.1
2010-10-14 19:33:36,560 INFO [CompositeCacheManager] Creating cache manager from config file: /cache.ccf
2010-10-14 19:33:36,568 INFO [ThreadPoolManager] thread_pool.default PoolConfiguration = useBoundary = [true] boundarySize = [2000] maximumPoolSize = [150] minimumPoolSize = [4] keepAliveTime = [300000] whenBlockedPolicy = [RUN] startUpSize = [4]
2010-10-14 19:33:36,572 INFO [CompositeCacheConfigurator] Setting default auxiliaries to null
2010-10-14 19:33:36,572 INFO [CompositeCacheConfigurator] No special CompositeCacheAttributes class defined for key [jcs.default.cacheattributes], using default class.
2010-10-14 19:33:36,575 INFO [CompositeCacheConfigurator] setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 100, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2010-10-14 19:33:36,575 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.default.elementattributes], using default class.
2010-10-14 19:33:36,575 INFO [CompositeCacheConfigurator] setting defaultElementAttributes to [ IS_LATERAL = true, IS_SPOOL = true, IS_REMOTE = true, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1287077616575, LastAccessTime = 1287077616575, getTimeToLiveSeconds() = -1, createTime = 1287077616575 ]
2010-10-14 19:33:36,578 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_resetafterplay.elementattributes], using default class.
2010-10-14 19:33:36,597 INFO [LRUMemoryCache] initialized LRUMemoryCache for local_resetafterplay
2010-10-14 19:33:36,597 INFO [CompositeCache] Constructed cache with name [local_resetafterplay] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2010-10-14 19:33:36,597 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_default.elementattributes], using default class.
2010-10-14 19:33:36,597 INFO [LRUMemoryCache] initialized LRUMemoryCache for local_default
2010-10-14 19:33:36,597 INFO [CompositeCache] Constructed cache with name [local_default] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2010-10-14 19:33:36,597 INFO [CompositeCacheConfigurator] Parsed regions [local_resetafterplay, local_default]
2010-10-14 19:33:36,598 INFO [CompositeCacheConfigurator] Finished configuration in 28 ms.
2010-10-14 19:33:36,599 DEBUG [DiscoveryManager] UPNP device f4f1ff23-a781-34a5-8123-b670571bd9d1 is available
2010-10-14 19:33:36,600 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2010-10-14 19:33:36,600 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface 192.168.100.1
2010-10-14 19:33:36,601 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2010-10-14 19:33:36,602 INFO [EventDispatcher] Starting EventDispatcher
2010-10-14 19:33:36,605 ERROR [DiscoverySSDPMessageListener] Cannot open multicast socket
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoverySSDPMessageListener.run(DiscoverySSDPMessageListener.java:80)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:33:36,606 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2010-10-14 19:33:36,646 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:33:41,646 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:33:46,647 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:33:51,648 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:33:56,607 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2010-10-14 19:33:56,612 DEBUG [RepositoryDAOImpl] Reading all Repositories
2010-10-14 19:33:56,622 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2010-10-14 19:33:56,622 DEBUG [RepositoryDAOImpl] Reading all Repositories
2010-10-14 19:33:56,649 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:34:01,650 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:34:06,651 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:34:11,651 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:34:16,652 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:34:21,653 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:34:26,653 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:34:31,654 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:34:36,655 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:34:41,655 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:34:46,657 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:34:51,657 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:34:56,658 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:35:01,659 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:35:06,659 WARN [DiscoveryAdvertisementNotifier] Problem during DiscoveryAdvertisementNotifier, will try again
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendAlive(DiscoveryAdvertisementNotifier.java:117)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.run(DiscoveryAdvertisementNotifier.java:87)
at java.lang.Thread.run(Thread.java:619)
2010-10-14 19:35:10,741 INFO [LibraryAdditionsCheckerThread] Finished looking for newly added files
2010-10-14 19:35:10,941 DEBUG [DiscoveryManager] UPNP device f4f1ff23-a781-34a5-8123-b670571bd9d1 is unavailable
2010-10-14 19:35:10,941 DEBUG [WebServer] Socket closed
2010-10-14 19:35:10,942 INFO [WebServer] WebServer shutting down
2010-10-14 19:35:10,942 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2010-10-14 19:35:10,942 INFO [EventDispatcher] Leaving EventDispatcher
2010-10-14 19:35:10,942 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2010-10-14 19:35:10,942 WARN [DiscoveryManager] Problem during sending 'byebye' message. Advertisement will expire automatically.
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:172)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:277)
at org.serviio.util.MultiCastUtils.startMultiCastSocket(MultiCastUtils.java:31)
at org.serviio.upnp.discovery.DiscoveryAdvertisementNotifier.sendByeBye(DiscoveryAdvertisementNotifier.java:146)
at org.serviio.upnp.discovery.DiscoveryManager.deviceUnavailable(DiscoveryManager.java:106)
at org.serviio.MediaServer.stopServer(MediaServer.java:178)
at org.serviio.MediaServer$ShutdownHook.run(MediaServer.java:270)
2010-10-14 19:35:10,942 INFO [DatabaseManager] Shutting down database
2010-10-14 19:35:10,943 DEBUG [DBConnectionPool] Closed connection for pool Serviio DB Pool
2010-10-14 19:35:10,943 DEBUG [DBConnectionPool] Closed connection for pool Serviio DB Pool
2010-10-14 19:35:10,966 DEBUG [DatabaseManager] DB shutdown returned: Derby system shutdown.
2010-10-14 19:35:10,966 INFO [VideoDeliveryEngine] Cleaning transcode engine and its data
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Oct 15, 2010 7:04 am

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

You have an error on your link... its strange.
2010-10-14 19:33:36,605 ERROR [DiscoverySSDPMessageListener] Cannot open multicast socket
java.net.SocketException: No such device


- Try without bound your Ip address on Serviio console.
- Do you fix all IP address of your devices (PC, TV,etc...) ?
- Check if another program use the same port of serviio, or make sure you don't have firewall on UDP 1900 and TCP 8895.
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
<<

tombert

User avatar

DLNA master

Posts: 217

Joined: Wed Oct 13, 2010 8:01 pm

Post Fri Oct 15, 2010 12:24 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

hmmm ... thx - I will go into this closer soon ....
PreviousNext

Return to Sony

Who is online

Users browsing this forum: No registered users and 21 guests

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