Thu Jan 16, 2014 2:37 pm by sebag73
			
			
			hello Guys
I don't belive that no one use serviio and Panasonic Viera 2010????
This is my profile:
        <Profile id="viera2010" name="Panasonic Viera (2010)" extendsProfileId="viera2011a">
                <!-- Panasonic Viera VT20, V20, G20, D25, D28 (2010) -->
                <!-- detection removed as it was interfering with detection of the 2011/2012 Viera profiles
                <Detection>
                        <HttpHeaders>
                                <User-Agent>.*Panasonic.*</User-Agent>
                        </HttpHeaders>
                </Detection> -->
                <Transcoding>
                        <!-- unsupported codecs will be transcoded into mpeg-ts, mpeg2 video and ac3 audio -->
                        <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
                                <Matches container="matroska" />
                        </Video>
                        <Audio targetContainer="mp3">
                                <Matches container="flac" />
                                <Matches container="ogg" />
                                <Matches container="asf" />
                                <Matches container="adts" />
                        </Audio>
                </Transcoding>
        </Profile>
and with that profile it doesn't play: *.mp4, *.rmvb files.
Any ideas?
I try to modify that profile and add next line:
 <Video targetContainer="asf" targetVCodec="wmv2" targetACodec="wmav2" maxVBitrate="15360">
  <Matches container="matroska" />
  <Matches container="mpeg" />
  <Matches container="mpegvideo" />
 </Video>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3">
  <Matches container="mpegts" aCodec="aac"/>
</Video>
but it was even worst....
thx. Seba