FAQ  •  Register  •  Login

Serviio with Freenas

<<

perryhome

Serviio newbie

Posts: 15

Joined: Thu Mar 24, 2011 12:45 pm

Post Thu Mar 24, 2011 12:52 pm

Serviio with Freenas

Dear Friends

I need some information or a guide to install Serviio on my freenas, if it is possible i need a guide step by step in order to have Serviio running on my Freenas and the procedure to do autostart this service when i power on my NAS, Also i need to know in wich manner i can access by www at Serviio interface for setting my directory , in the native software (fuppes) you can acces at the software simply to put the web adress NAS adresss:port.....for example when i use the btorrent client (transmission) it is 192.168.1.111:9091.

I hope to have a response because a love SERVIIO software

Thank's in advance
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Mar 24, 2011 12:57 pm

Re: Serviio with Freenas

I'm moving this topic into NAS section, someone should be able to help you there and you should also look there for tips.
<<

dboy

Serviio lover

Posts: 51

Joined: Sat Nov 13, 2010 11:20 pm

Post Thu Mar 24, 2011 1:12 pm

Re: Serviio with Freenas

Perryhome,
I am trying to do exactly the same, so let us solve this together!

Start by checking out this:
viewtopic.php?f=14&t=692#p3475

1. The first problem is the version of serviio. The present version availlable for download here is 0.51, while the thread discuss 0.43. I have read the serviio.sh scripts, and maybe there are no difference that matters.
Zip can you comment?

Would it be better for us to try to get 0.43 going as they used in the thread, and then change it to 0.51 when we got it working?
Or should it not matter?

2. The second is how to install FreeNAS. I think it will be easiest to get it to work on a FreeNAS full install (not the embedded) later we can try to make it work on an embedded installation for easier upgrades.

3. To install java on FreeNAS
I am using the stable FreeNAS 0.72.5543 on a amd64 system. This means (I think) I need a 64 bit Java.
I may have made a mistake, I think I installed the wrong version of java so later when I tried to start serviio I got a strange error message that may have indicated I had the wrong version running.

Read through the instructions and play with it a little. I will continue with this tonight.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Mar 24, 2011 1:21 pm

Re: Serviio with Freenas

1. The first problem is the version of serviio. The present version availlable for download here is 0.51, while the thread discuss 0.43. I have read the serviio.sh scripts, and maybe there are no difference that matters.
Zip can you comment?

There should be no differences, if then it'd be only the line at the end that actually executes the Java program (additional -D params), but I think there are no changes

Would it be better for us to try to get 0.43 going as they used in the thread, and then change it to 0.51 when we got it working?
Or should it not matter?

Should not matter

I am using the stable FreeNAS 0.72.5543 on a amd64 system. This means (I think) I need a 64 bit Java.

You should be ok with 32-bit, if you wanted to use it. It just has to be Java 1.6.
<<

perryhome

Serviio newbie

Posts: 15

Joined: Thu Mar 24, 2011 12:45 pm

Post Thu Mar 24, 2011 1:29 pm

Re: Serviio with Freenas

i have try to do all in a Virtual machine (Virtual Box) and use for a client the XMBC software.

1 version of FREENAS it is this: FreeNAS-i386-LiveCD-0.7.2.5543.iso

you must use the full installation

for the Serviio i try to use the last release: 0.51

At the moment this is my progress:

1) i have installed this packages:

pkg_add -v -r xtrans
pkg_add -v -r xproto
pkg_add -v -r xextproto
pkg_add -v -r javavmwrapper
pkg_add -v -r ffmpeg

2) after that the java service

pkg_add -v diablo-jre-freebsd7.i386.1.6.0.07.02

3) now i do not the next step!!!!!
<<

dboy

Serviio lover

Posts: 51

Joined: Sat Nov 13, 2010 11:20 pm

Post Thu Mar 24, 2011 11:12 pm

Re: Serviio with Freenas

Did some editing...maybe totally unneeded. Sorry if so.

Did you try starting serviio with the modified serviio.sh in this post?
viewtopic.php?f=14&t=692&start=10#p3516

I am sure you know this already but... start ssh via the webinterface on the FreeNAS
Install putty on a windows pc, if that is what you are using....?
Log in to the FreeNAS .

1. Download and unpack the servio 0.51 archive
2. Rename serviio.sh to serviio.sh.old
3. Create a text file, cut and paste the content of the modified serviio.sh into the textfile. Save it as serviio.sh
one way is to use vi (a built in editor )

-at the command prompt write
vi serviio.sh
(starts the editor vi with an empty text file named serviio.sh)
-press the key
i

-which enters input mode
-open the link above, cut and paste the serviio.sh content
-go back to the vi window
-put the cursor at the beginning of the file and right click, this will paste the text into the file.
-press the escape button (this exits the input mode)
-press
:wq
(this saves and quits the vi editor, w=write q=quit)
-voala, you have a new serviio.sh

4. Change the attribute to make it executable
if you are behind a firewall you can use
chmod 777 serviio.sh

to make it executable, but be careful since that makes it open to the world...

5. try to start it. Just write
./serviio.sh

at the command prompt.

Maybe you have tried this already?
Does it work, or what kind of message do you get?

I have been fiddling with other stuff after a disk crash so I am behind you...
Last edited by dboy on Fri Mar 25, 2011 2:58 pm, edited 2 times in total.
<<

perryhome

Serviio newbie

Posts: 15

Joined: Thu Mar 24, 2011 12:45 pm

Post Fri Mar 25, 2011 7:49 am

Re: Serviio with Freenas

Dboy

Thank's for the information...ASAP i will try this way, if all work fine (i hope) the next step will be to start the service Servio.sh when we power on the freenas, and if is possible in which manner we can set by web interface the serviio console....like fuppes or trasmission....I will make you 'I know my progress
<<

perryhome

Serviio newbie

Posts: 15

Joined: Thu Mar 24, 2011 12:45 pm

Post Fri Mar 25, 2011 2:42 pm

Re: Serviio with Freenas

i try to do the serviio.sh file but not work, i have change the ip 192.168.1.205 with my ip client adress but with XBMC softwre do not see the SERVIIO server running......
<<

dboy

Serviio lover

Posts: 51

Joined: Sat Nov 13, 2010 11:20 pm

Post Sun Mar 27, 2011 2:50 pm

Re: Serviio with Freenas

I have been fiddling a lot but I am not sure I have managed to open the two ports (8895 and 1900)
Anyone know how to do this?
I tryed to open these ports using the FreeNAS webinterface and then I installed nmap to scan the ports to see if I succeeded and it seem to indicate I failed...

  Code:
# nmap -v -p1900,8995 192.168.0.188

Starting Nmap 5.21 ( http://nmap.org ) at 2011-03-27 14:37 UTC
Initiating SYN Stealth Scan at 14:37
Scanning freenas.local (192.168.0.188) [2 ports]
Completed SYN Stealth Scan at 14:37, 2.15s elapsed (2 total ports)
Nmap scan report for freenas.local (192.168.0.188)
Host is up (0.000043s latency).
PORT     STATE  SERVICE
1900/tcp closed upnp
8995/tcp closed unknown

Read data files from: /usr/local/share/nmap
Nmap done: 1 IP address (1 host up) scanned in 2.19 seconds
           Raw packets sent: 4 (176B) | Rcvd: 5 (212B)
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Mar 27, 2011 4:28 pm

Re: Serviio with Freenas

1900 is a UDP (not TCP) port
<<

perryhome

Serviio newbie

Posts: 15

Joined: Thu Mar 24, 2011 12:45 pm

Post Sun Mar 27, 2011 5:47 pm

Re: Serviio with Freenas

we need to open only 1900 UDP port on the client? What is the port in order to set up serviio by web interface?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Mar 27, 2011 5:51 pm

Re: Serviio with Freenas

UDP 1900 on the server (for UPnP traffic), TCP 8895 for HTTP traffic. Remote console uses TCP 23423 (more here: http://www.serviio.org/component/content/article/21#q2)
<<

dboy

Serviio lover

Posts: 51

Joined: Sat Nov 13, 2010 11:20 pm

Post Sun Mar 27, 2011 9:00 pm

Re: Serviio with Freenas

Zip,
Yes, exactly.
I know it should be UDP port 1900, and TCP for port 8895 but I don't know how to set it. Is there a native unix/linux/freebsd/freenas command for doing that?
I had a brief look at iptables but it seems quite complicated, there must be an easier way. Or?

I installed and used nmap to be able to check how the ports are configured, and they are obviously incorrectly configured now..

If I start the server part (servvio.sh) just after unpacking the tar it seem to start.
I can see the server from my Samsung-C series bluray, but of course just browse empty directories since I cant get my console/client (on a win7 pc) to speak to the
server and configure it.

If I start the modified serviio.sh (from fafa in the other NAS thread) it crashes. Will send some log files to illustrate, but thought I should get the ports configured correctly first...
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Mar 27, 2011 9:18 pm

Re: Serviio with Freenas

if the TV can see Serviio, then 1900 and 8895 are ok. You just have to add -DremoteHost=<NAS IP> to both, client and server (see the FAQ). You can then check the server/client logs to see if the REST interface starts/connects to this IP. Then your console should connect to the server.

viewtopic.php?f=14&t=2068#p11728
<<

perryhome

Serviio newbie

Posts: 15

Joined: Thu Mar 24, 2011 12:45 pm

Post Sun Mar 27, 2011 9:22 pm

Re: Serviio with Freenas

Zip

i have read this "How to run console on different machine than the server

You have to set system variable serviio.remoteHost for the console and for the server to IP address of the machine running Serviio server. Also make sure TCP port 23423 is open on both server and console machines.

If you are having difficulties to connecting to Serviio on Linux, this article on forum might help. "

but it is not very clear......where is the file serviio.remotehost?...and if it is possible do you have an exaple form me...my freenas will be 192.168.1.111 and my client will be a Samsun TV, but for setting the console serviio i will use a windows xp with a static ip 192.168.1.2....

many tanks
<<

dboy

Serviio lover

Posts: 51

Joined: Sat Nov 13, 2010 11:20 pm

Post Sun Mar 27, 2011 10:24 pm

Re: Serviio with Freenas

Some of the questions is newbie issues, I am sure.
When everything is working i will make a comprehensive guide to this for other newbies...

I have done exactly as perryhome which is the same as indicated on the freenas website for java install:
pkg_add -v -r xtrans
pkg_add -v -r xproto
pkg_add -v -r xextproto
pkg_add -v -r javavmwrapper
pkg_add -v -r ffmpeg
pkg_add -v diablo-jre-freebsd7.amd64.1.6.0.07.02.tgz

All installs fine, no error messages (except that diablo winges about xproto, xextproto, javavmwrapper being slightly newer than needed... should be no worry I think...)

I have after this downloaded serviio-0.5.1-linux.tar.gz, I just put it into my home directory on the freenas server. Unpacked with
tar xvfz serviio-0.5.1-linux.tar.gz

Then, I followed my own instructions (a few posts up. I renamed the serviio.sh to serviio.shoriginal
mv serviio.sh serviio.shoriginal
, created a ne empty servvio.sh and cut&pasted the content of the modified text from this post http://forum.serviio.org/viewtopic.php?f=14&t=692&start=10#p3516 and then did a chmod 777 serviio.sh to make it executable.
I have attached my serviio.sh to this post.

I have basically tried two variations:
1. To start the original serviio.sh straight after unpacking the archive.
#./serviio.sh
After the putty window halts (indicating a process has started), I don't get a prompt back.
I then open a second putty session and try to find the started process.
#ps -aux|grep serviio
freenas:/tank/dset1/dboy/serviio-0.5.1/log# ps -aux | grep serviio
root 12833 0.0 0.0 7100 1744 p0 I+ 9:36PM 0:00.00 /bin/sh ./serviio.sh
root 12872 0.0 0.0 7924 1388 p1 S+ 9:42PM 0:00.00 grep serviio


On the windows client I add (as a single line ) into the file "ServiioConsole.exe.vmoptions"
  Code:
 -Dserviio.remoteHost=192.168.0.188

where the 192.168.0.188 is the adress of the FreeNAS server.
and after this I check the log
  Code:
2011-03-27 21:36:39,367 DEBUG [ApplicationInstanceManager] Port is already taken. Notifying first instance.
2011-03-27 21:36:39,368 DEBUG [ApplicationInstanceManager] Successfully notified first instance.
2011-03-27 21:36:48,051 DEBUG [ApplicationInstanceManager] Port is already taken. Notifying first instance.
2011-03-27 21:36:48,052 DEBUG [ApplicationInstanceManager] Successfully notified first instance.
2011-03-27 21:36:51,755 DEBUG [ApplicationInstanceManager] Notifying first instance to stop.
2011-03-27 21:36:51,756 DEBUG [ApplicationInstanceManager] Successfully notified first instance.
2011-03-27 21:36:55,540 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2011-03-27 21:36:55,545 INFO  [MediaServer] ------------------------------------------------------------------------
2011-03-27 21:36:55,545 INFO  [MediaServer] Serviio DLNA media streaming server v 0.5.1 (rev. 0c488c4fc651)
2011-03-27 21:36:55,545 INFO  [MediaServer] Petr Nejedly 2009-2011
2011-03-27 21:36:55,545 INFO  [MediaServer] http://www.serviio.org
2011-03-27 21:36:55,545 INFO  [MediaServer]
2011-03-27 21:36:55,545 INFO  [MediaServer] Java 1.6.0_07-The FreeBSD Foundation
2011-03-27 21:36:55,545 INFO  [MediaServer] OS FreeBSD amd64 7.3-RELEASE-p3
2011-03-27 21:36:55,545 INFO  [MediaServer] File encoding: ISO-8859-1
2011-03-27 21:36:55,545 INFO  [MediaServer] ------------------------------------------------------------------------
2011-03-27 21:36:55,623 INFO  [RestletServer] Starting Restlet server exposed on localhost:23423
2011-03-27 21:36:55,661 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2011-03-27 21:36:55,665 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
2011-03-27 21:36:56,443 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
2011-03-27 21:36:56,444 DEBUG [DBLogDAOImpl] Checking if script 'script-0.2.sql' has been run
2011-03-27 21:36:56,444 DEBUG [DBLogDAOImpl] Checking if script 'script-0.3.1.sql' has been run
2011-03-27 21:36:56,445 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.sql' has been run
2011-03-27 21:36:56,445 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.1.sql' has been run
2011-03-27 21:36:56,446 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.2.sql' has been run
2011-03-27 21:36:56,446 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.sql' has been run
2011-03-27 21:36:56,447 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.1.sql' has been run
2011-03-27 21:36:56,625 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2011-03-27 21:36:56,649 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 1
2011-03-27 21:36:56,974 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2011-03-27 21:36:56,975 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 2
2011-03-27 21:36:57,084 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2011-03-27 21:36:57,085 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 3
2011-03-27 21:36:57,146 INFO  [ProfilesDefinitionParser] Added profile 'XBox 360' (id=3)
2011-03-27 21:36:57,146 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 4
2011-03-27 21:36:57,191 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2011-03-27 21:36:57,192 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 5
2011-03-27 21:36:57,254 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2011-03-27 21:36:57,255 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 6
2011-03-27 21:36:57,292 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2011-03-27 21:36:57,293 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 7
2011-03-27 21:36:57,400 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C-series)' (id=7)
2011-03-27 21:36:57,401 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 8
2011-03-27 21:36:57,425 INFO  [ProfilesDefinitionParser] Added profile 'LG BD player' (id=8)
2011-03-27 21:36:57,426 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 9
2011-03-27 21:36:57,592 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV' (id=9)
2011-03-27 21:36:57,593 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 10
2011-03-27 21:36:57,867 INFO  [ProfilesDefinitionParser] Added profile 'Sony BD Player' (id=10)
2011-03-27 21:36:57,868 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 12
2011-03-27 21:36:57,929 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera' (id=12)
2011-03-27 21:36:57,931 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 13
2011-03-27 21:36:58,016 INFO  [ProfilesDefinitionParser] Added profile 'Toshiba Rezga' (id=13)
2011-03-27 21:36:58,018 DEBUG [FFMPEGWrapper] Invoking FFMPEG to check if it exists of path ffmpeg
2011-03-27 21:36:58,020 DEBUG [ProcessExecutor] Starting ffmpeg
2011-03-27 21:36:58,061 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2011-03-27 21:36:58,064 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
2011-03-27 21:36:58,076 INFO  [WebServer] Socket buffer set to 65535 bytes
2011-03-27 21:36:58,115 INFO  [Device] Created UPnP Device with UUID: cbc16312-6151-3e53-a357-de481a1ed6e3, bound address: 192.168.0.188
2011-03-27 21:36:58,121 INFO  [WebServer] WebServer starting on port 8895
2011-03-27 21:36:58,131 INFO  [CompositeCacheManager] Creating cache manager from config file: /cache.ccf
2011-03-27 21:36:58,136 INFO  [ThreadPoolManager] thread_pool.default PoolConfiguration = useBoundary = [true] boundarySize = [2000] maximumPoolSize = [150] minimumPoolSize = [4] keepAliveTime = [300000] whenBlockedPolicy = [RUN] startUpSize = [4]
2011-03-27 21:36:58,138 INFO  [CompositeCacheConfigurator] Setting default auxiliaries to null
2011-03-27 21:36:58,139 INFO  [CompositeCacheConfigurator] No special CompositeCacheAttributes class defined for key [jcs.default.cacheattributes], using default class.
2011-03-27 21:36:58,140 INFO  [CompositeCacheConfigurator] setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 100, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-03-27 21:36:58,140 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.default.elementattributes], using default class.
2011-03-27 21:36:58,140 INFO  [CompositeCacheConfigurator] setting defaultElementAttributes to [ IS_LATERAL = true, IS_SPOOL = true, IS_REMOTE = true, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1301261818140, LastAccessTime = 1301261818140, getTimeToLiveSeconds() = -1, createTime = 1301261818140 ]
2011-03-27 21:36:58,141 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_resetafterplay.elementattributes], using default class.
2011-03-27 21:36:58,152 INFO  [LRUMemoryCache] initialized LRUMemoryCache for local_resetafterplay
2011-03-27 21:36:58,152 INFO  [CompositeCache] Constructed cache with name [local_resetafterplay] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-03-27 21:36:58,152 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_default.elementattributes], using default class.
2011-03-27 21:36:58,152 INFO  [LRUMemoryCache] initialized LRUMemoryCache for local_default
2011-03-27 21:36:58,152 INFO  [CompositeCache] Constructed cache with name [local_default] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-03-27 21:36:58,152 INFO  [CompositeCacheConfigurator] Parsed regions [local_resetafterplay, local_default]
2011-03-27 21:36:58,153 INFO  [CompositeCacheConfigurator] Finished configuration in 16 ms.
2011-03-27 21:36:58,153 DEBUG [DiscoveryManager] UPNP device cbc16312-6151-3e53-a357-de481a1ed6e3 (192.168.0.188) is available
2011-03-27 21:36:58,155 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2011-03-27 21:36:58,155 INFO  [EventDispatcher] Starting EventDispatcher
2011-03-27 21:36:58,156 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:36:58,160 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2011-03-27 21:36:58,162 INFO  [RendererSearchSender] Searching for Renderer devices
2011-03-27 21:36:58,162 INFO  [RendererExpirationChecker] Starting RendererExpirationChecker
2011-03-27 21:36:58,165 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:36:58,176 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:36:58,177 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:36:58,178 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
2011-03-27 21:36:58,184 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.188:58733
2011-03-27 21:36:58,185 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.188:58733
2011-03-27 21:36:58,186 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.188:58733
2011-03-27 21:36:58,217 DEBUG [WebServer] Incoming connection from /192.168.0.197:56988
2011-03-27 21:36:58,222 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Azureus 4.6.0.2,Connection: close,Accept-Encoding: gzip,Host: 192.168.0.188:8895,Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2])
2011-03-27 21:36:58,222 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:36:58,239 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:36:58,402 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:36:58,833 DEBUG [WebServer] Incoming connection from /192.168.0.121:38233
2011-03-27 21:36:58,835 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.121 (headers = [HOST: 192.168.0.188:8895,USER-AGENT: SEC_HHP_BD-C6900/1.0,ACCEPT-LANGUAGE: en-us])
2011-03-27 21:36:58,835 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.121
2011-03-27 21:36:58,835 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.121
2011-03-27 21:36:58,836 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Samsung TV / player (C-series)'
2011-03-27 21:36:59,669 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:37:00,150 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
2011-03-27 21:37:00,475 DEBUG [WebServer] Incoming connection from /192.168.0.197:56989
2011-03-27 21:37:00,476 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Cache-Control: no-cache,Connection: Keep-Alive,Pragma: no-cache,Accept: text/xml, application/xml,User-Agent: FDSSDP,Host: 192.168.0.188:8895])
2011-03-27 21:37:00,476 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:00,477 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:00,478 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:37:00,891 DEBUG [WebServer] Incoming connection from /192.168.0.197:56990
2011-03-27 21:37:00,894 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 192.168.0.188:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7600.16385 DLNADOC/1.50])
2011-03-27 21:37:00,894 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:00,894 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:00,895 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:37:01,012 DEBUG [WebServer] Incoming connection from /192.168.0.197:56991
2011-03-27 21:37:01,012 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2011-03-27 21:37:02,670 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:37:03,139 DEBUG [WebServer] Incoming connection from /192.168.0.197:56993
2011-03-27 21:37:03,372 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:37:03,372 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:03,373 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:03,374 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:37:04,180 DEBUG [RendererSearchSender] Finished searching for Renderer devices
2011-03-27 21:37:05,739 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:37:08,740 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:37:10,160 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:37:10,161 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:37:10,165 DEBUG [WebServer] Incoming connection from /192.168.0.197:56994
2011-03-27 21:37:10,167 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:37:10,167 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:10,168 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:10,169 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:37:11,740 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:37:12,140 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
2011-03-27 21:37:22,151 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:37:22,152 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:37:22,155 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:37:22,156 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:22,156 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:22,157 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:37:22,262 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:37:22,263 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:37:24,131 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:25
2011-03-27 21:37:24,193 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2011-03-27 21:37:24,197 DEBUG [RepositoryDAOImpl] Reading all Repositories
2011-03-27 21:37:24,201 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2011-03-27 21:37:24,201 DEBUG [RepositoryDAOImpl] Reading all Repositories
2011-03-27 21:37:35,414 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:58853
2011-03-27 21:37:35,415 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:58853
2011-03-27 21:37:55,655 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:58858
2011-03-27 21:37:55,655 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:58858
2011-03-27 21:37:59,043 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:00,497 DEBUG [WebServer] I/O error: Connection reset
2011-03-27 21:38:02,044 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:05,045 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:07,980 DEBUG [WebServer] Incoming connection from /192.168.0.197:57007
2011-03-27 21:38:08,115 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:08,210 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:38:08,210 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:38:08,211 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:38:08,215 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:38:11,118 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:11,120 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:11,121 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:14,116 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:22,268 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:38:22,268 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:38:27,934 DEBUG [WebServer] Incoming connection from /192.168.0.197:57010
2011-03-27 21:38:28,166 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:38:28,166 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:38:28,167 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:38:28,168 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:38:49,763 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:38:49,764 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:38:49,769 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:38:49,769 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:38:49,770 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:38:49,771 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:38:51,743 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:02
2011-03-27 21:38:57,835 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:63482
2011-03-27 21:38:57,836 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:63482
2011-03-27 21:39:00,902 DEBUG [WebServer] I/O error: Connection reset
2011-03-27 21:39:22,228 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:50836
2011-03-27 21:39:22,229 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:50836
2011-03-27 21:39:22,277 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:39:22,277 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:39:22,278 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:39:22,278 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:39:35,100 DEBUG [WebServer] Incoming connection from /192.168.0.197:57030
2011-03-27 21:39:35,319 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:39:35,319 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:39:35,320 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:39:35,321 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:39:54,325 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:39:54,326 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:39:54,330 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:39:54,330 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:39:54,331 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:39:54,332 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:39:56,305 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:02
2011-03-27 21:40:04,703 DEBUG [WebServer] Incoming connection from /192.168.0.197:57043
2011-03-27 21:40:04,923 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:40:04,923 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:40:04,924 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:40:04,925 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:40:22,284 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:40:22,285 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:40:58,977 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:40:58,978 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:40:58,982 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:40:58,982 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:40:58,983 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:40:58,984 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:41:00,957 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:15
2011-03-27 21:41:02,072 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:05,073 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:08,074 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:11,143 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:14,144 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:17,144 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:22,289 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:41:22,289 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:41:38,319 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:50847
2011-03-27 21:41:38,319 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:50847
2011-03-27 21:41:43,071 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:46,070 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:49,071 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:52,143 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:55,144 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:58,145 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:01,216 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:04,216 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:07,217 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:16,359 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:42:16,360 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:42:16,364 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:42:16,364 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:42:16,364 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:42:16,366 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:42:18,339 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:07
2011-03-27 21:42:20,669 DEBUG [WebServer] Incoming connection from /192.168.0.197:57091
2011-03-27 21:42:20,889 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:42:20,889 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:42:20,889 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:42:20,891 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:42:22,294 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:42:22,295 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:42:24,239 DEBUG [RepositoryDAOImpl] Reading all Repositories
2011-03-27 21:42:40,085 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:43,084 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:46,083 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:47,283 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:56872
2011-03-27 21:42:47,284 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:56872
2011-03-27 21:42:49,155 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:52,155 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:55,156 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:43:06,910 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:56877
2011-03-27 21:43:06,911 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:56877
2011-03-27 21:43:19,327 DEBUG [WebServer] Incoming connection from /192.168.0.197:57104
2011-03-27 21:43:19,563 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:43:19,563 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:43:19,564 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:43:19,565 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:43:22,300 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:43:22,301 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:43:25,871 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:43:25,872 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:43:25,877 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:43:25,877 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:43:25,878 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:43:25,879 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:43:27,851 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:03
2011-03-27 21:43:39,019 DEBUG [WebServer] Incoming connection from /192.168.0.197:57123
2011-03-27 21:43:39,240 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:43:39,241 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:43:39,241 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:43:39,242 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:43:57,094 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:44:00,095 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:44:03,095 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:44:05,824 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:61815
2011-03-27 21:44:05,824 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:61815
2011-03-27 21:44:06,167 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:44:09,166 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:44:12,167 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:44:22,307 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:44:22,307 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:44:30,913 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:44:30,914 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:44:30,931 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:44:30,931 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:44:30,932 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:44:30,933 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:44:32,525 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:59675
2011-03-27 21:44:32,526 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:59675
2011-03-27 21:44:32,893 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:17


So, There is a serviio process started. Nothing odd that strucks me in the log.

When I start the ServiioConsole.exe app on the windows client I get the error:"Serviio Error Cannot connect to serviio server, it does not seem to be running. Exiting..."

Second trial:
I then made a new Serviio.sh based on the Fafa example in the other thread. http://forum.serviio.org/viewtopic.php?f=14&t=692&start=10#p3516
The only difference is that it explicitly points at the ffmpeg location and sets the remote host adress, this line:
  Code:
JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Dderby.system.home=$SERVIIO_HOME/library -Dserviio.home=$SERVIIO_HOME -Dffmpeg.location=/usr/local/bin/ffmpeg -Dserviio.remoteHost=192.168.1.188"

As before, 192.168.0.188 is the adress of the FreeNAS server.

So, the command
  Code:
#./serviio.sh

renders this log.
  Code:
2011-03-27 22:13:23,101 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2011-03-27 22:13:23,106 INFO  [MediaServer] ------------------------------------------------------------------------
2011-03-27 22:13:23,106 INFO  [MediaServer] Serviio DLNA media streaming server v 0.5.1 (rev. 0c488c4fc651)
2011-03-27 22:13:23,106 INFO  [MediaServer] Petr Nejedly 2009-2011
2011-03-27 22:13:23,106 INFO  [MediaServer] http://www.serviio.org
2011-03-27 22:13:23,106 INFO  [MediaServer]
2011-03-27 22:13:23,106 INFO  [MediaServer] Java 1.6.0_07-The FreeBSD Foundation
2011-03-27 22:13:23,106 INFO  [MediaServer] OS FreeBSD amd64 7.3-RELEASE-p3
2011-03-27 22:13:23,106 INFO  [MediaServer] File encoding: ISO-8859-1
2011-03-27 22:13:23,106 INFO  [MediaServer] ------------------------------------------------------------------------
2011-03-27 22:13:23,184 INFO  [RestletServer] Starting Restlet server exposed on 192.168.1.188:23423
2011-03-27 22:13:23,205 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: java.net.BindException: Can't assign requested address
2011-03-27 22:19:32,191 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2011-03-27 22:19:32,197 INFO  [MediaServer] ------------------------------------------------------------------------
2011-03-27 22:19:32,197 INFO  [MediaServer] Serviio DLNA media streaming server v 0.5.1 (rev. 0c488c4fc651)
2011-03-27 22:19:32,197 INFO  [MediaServer] Petr Nejedly 2009-2011
2011-03-27 22:19:32,197 INFO  [MediaServer] http://www.serviio.org
2011-03-27 22:19:32,197 INFO  [MediaServer]
2011-03-27 22:19:32,197 INFO  [MediaServer] Java 1.6.0_07-The FreeBSD Foundation
2011-03-27 22:19:32,197 INFO  [MediaServer] OS FreeBSD amd64 7.3-RELEASE-p3
2011-03-27 22:19:32,197 INFO  [MediaServer] File encoding: ISO-8859-1
2011-03-27 22:19:32,197 INFO  [MediaServer] ------------------------------------------------------------------------
2011-03-27 22:19:32,275 INFO  [RestletServer] Starting Restlet server exposed on 192.168.1.197:23423
2011-03-27 22:19:32,296 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: java.net.BindException: Can't assign requested address


To try I changed the .188 adress with .197 (the windows console adress, with the same error message in the log file above.

So, why ??
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Mar 27, 2011 11:40 pm

Re: Serviio with Freenas

the second try was correct for the server side:

  Code:
[RestletServer] Starting Restlet server exposed on 192.168.1.197:23423


It now runs the REST API on this (external) IP address that your XP box can see. But your NAS is 192.168.0.188, so in serviio.sh the -Dserviio.remoteHost should include 192.168.0.188 (check the server log afterwards to confirm the above line now includes the correct IP).

On the console side, edit the file as you did, but again with the NAS IP address:

  Code:
-Dserviio.remoteHost=192.168.0.188


Basically you'r saying:
1) server: expose Serviio API on the NAS's (external) IP address
2) console: connect the console to API running on the NAS's IP address
<<

perryhome

Serviio newbie

Posts: 15

Joined: Thu Mar 24, 2011 12:45 pm

Post Mon Mar 28, 2011 7:27 am

Re: Serviio with Freenas

Zip can you controm my log...because i follow the discussio between dboy and you but i think that i have some problem....

2011-03-28 07:20:27,387 ERROR [ApplicationInstanceManager] freenas.local: freenas.local
java.net.UnknownHostException: freenas.local: freenas.local
at java.net.InetAddress.getLocalHost(InetAddress.java:1353)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:68)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:230)
at org.serviio.MediaServer.main(MediaServer.java:89)
2011-03-28 07:20:27,403 INFO [MediaServer] ------------------------------------------------------------------------
2011-03-28 07:20:27,403 INFO [MediaServer] Serviio DLNA media streaming server v 0.5.1 (rev. 0c488c4fc651)
2011-03-28 07:20:27,403 INFO [MediaServer] Petr Nejedly 2009-2011
2011-03-28 07:20:27,403 INFO [MediaServer] http://www.serviio.org
2011-03-28 07:20:27,403 INFO [MediaServer]
2011-03-28 07:20:27,403 INFO [MediaServer] Java 1.6.0_07-The FreeBSD Foundation
2011-03-28 07:20:27,403 INFO [MediaServer] OS FreeBSD i386 7.3-RELEASE-p3
2011-03-28 07:20:27,403 INFO [MediaServer] File encoding: ISO-8859-1
2011-03-28 07:20:27,403 INFO [MediaServer] ------------------------------------------------------------------------
2011-03-28 07:20:27,573 INFO [RestletServer] Starting Restlet server exposed on 192.168.50.47:23423
2011-03-28 07:20:27,664 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2011-03-28 07:20:29,185 WARN [ProfilesDefinitionParser] Cannot get name of the local computer: freenas.local: freenas.local
2011-03-28 07:20:29,450 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2011-03-28 07:20:29,522 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: replacement
<<

dboy

Serviio lover

Posts: 51

Joined: Sat Nov 13, 2010 11:20 pm

Post Mon Mar 28, 2011 8:40 am

Re: Serviio with Freenas

yahoooo,
Finally, it works.
For some reason the console part of Serviio is very slow to start. Also, after pressing "Save" it took a loong time for it to react. This doesn't matter that much to me.

Besides that, it seem to work fine.
I have been doing some random trials at starting some movies from my lib from my Samsung-C, and they all worked fine. (Not sure if they played as is or were transformed right now.)
I will write up a "Howto" based on Perrys and my findings, maybe there can be room for it somewhere on your site zip.

Zip, Perry Thanks for your help.

ps
What made the trick was that I used the original serviio.sh as a template and added the -DserviioremoteHome=192.168.0.188 inside FreeNAS using vi. I am not sure, but maybe the cut&paste back and forth from windows to FreeNAS added some hidden info, bad line endings or something...
<<

perryhome

Serviio newbie

Posts: 15

Joined: Thu Mar 24, 2011 12:45 pm

Post Mon Mar 28, 2011 9:09 am

Re: Serviio with Freenas

Please Dboy

pubblic your serviio.sh file in order to copy your modify.....
Next

Return to NAS installation

Who is online

Users browsing this forum: No registered users and 13 guests

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