Page 1 of 1

serviio won't start after pasting in code for Samsung

PostPosted: Fri Jul 22, 2011 4:23 am
by markymark
hey guys,

I'm using the profile code for my new Samsung blu ray HTC 5500 that I found on the site (pasted below). And after I paste it in, Servioo wil not start so I can never choose this profile and finally get it working. I've also pasted the logs below. Any ideas on how to fix it?

CODE:

<Profile id="7" name="Samsung WiselinkPro - Blu-ray Player" extendsProfileId="2">

<Transcoding>
<!-- transcode MKV with DST audio to AC3, remux into mpeg2ts -->
<!-- transcode H264 MP4 files with LPCM audio -->
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="matroska" vCodec="h264" aCodec="dca"/>
<Matches container="mp4" vCodec="h264" aCodec="pcm_s16le" />
</Video>
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video">
<Matches container="asf" vCodec="wmv2" />
</Video>

<!-- transcode MKV with MPEG2 video, remux into mpeg2ts -->
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video">
<Matches container="matroska" vCodec="mpeg2video"/>
</Video>

<!-- transcode AVI with AVC video -->
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video">
<Matches container="avi" vCodec="h264" />
</Video>
</Transcoding>
</Profile>


LOG:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">

<!-- ===================================================================== -->
<!-- -->
<!-- Log4j Configuration -->
<!-- -->
<!-- ===================================================================== -->

<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">

<appender name="FILE" class="org.apache.log4j.RollingFileAppender">
<param name="Threshold" value="DEBUG"/>
<param name="Append" value="true" />
<param name="File" value="${serviio.home}/log/serviio.log" />
<param name="MaxFileSize" value="500KB" />
<param name="MaxBackupIndex" value="5" />
<param name="Encoding" value="UTF-8" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{ISO8601} %-5p [%c{1}] %m%n"/>
</layout>
</appender>

<category name="org.serviio">
<priority value="INFO"/>
</category>

<category name="org.jaudiotagger">
<priority value="ERROR"/>
</category>

<category name="org.restlet">
<priority value="ERROR"/>
</category>

<root>
<priority value="INFO"/>
<appender-ref ref="FILE"/>
</root>

Re: serviio won't start after pasting in code for Samsung

PostPosted: Fri Jul 22, 2011 7:15 am
by Illico
Suppose that <Profile id="7"> already exist, so there were in conflict.
Try with another id number after the latest 14 (for Version 0.5.2)
<Profile id="14"


This is not the good log file, provide ...\Serviio\log\serviio.log

Re: serviio won't start after pasting in code for Samsung

PostPosted: Fri Jul 22, 2011 7:16 am
by Illico
Why do you want to change the Samsung BDP profile?

Re: serviio won't start after pasting in code for Samsung

PostPosted: Fri Jul 22, 2011 10:33 am
by markymark
I would like to change the BPD profile because I thought that the Samsung blu ray home theatre is not included and needs to be added in order to work. Also, tried adding it as profile 14, no luck, crashes again.

Re: serviio won't start after pasting in code for Samsung

PostPosted: Fri Jul 22, 2011 10:54 am
by Illico
And what about log file?

Re: serviio won't start after pasting in code for Samsung

PostPosted: Fri Jul 22, 2011 10:56 am
by pizzaguy541
Try changing this line: <Matches container="mp4" vCodec="h264" aCodec="pcm_s16le" />

to

<Matches container="mp4" vCodec="h264" aCodec="lpcm" />


An entry towards the bottom of your log file should have said that there was a schema error with your profiles file.

Re: serviio won't start after pasting in code for Samsung

PostPosted: Sat Jul 23, 2011 11:12 am
by markymark
tried changing it, still no luck.

Re: serviio won't start after pasting in code for Samsung

PostPosted: Sat Jul 23, 2011 3:36 pm
by moltra
We need you to post your serviio.lg file or look through it for why serviio will not run.