PDA

View Full Version : MKV su PS3 con Serviio


Salvatopo
01-11-2011, 17:56
Ciao a tutti.

Come da titolo, ho sia la PS3 che un bel Pc con Ubuntu e Serviio installati.
Il problema è che, una volta fatta riconoscere la PS3, solo alcuni MKV si vedono, mentre per quanto riguarda gli altri la PS3 mi risponde "errore del server".

Questo è il profilo che è associato e dovrebbe funzionare:
<Profile id="4" name="Playstation 3" extendsProfileId="1">
<Detection>
<HttpHeaders>
<X-AV-Client-Info>.*PLAYSTATION 3.*</X-AV-Client-Info>
</HttpHeaders>
</Detection>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>
</MediaFormatProfiles>
<Transcoding>
<!-- Transcode all h264 video with HIGH/MAIN > Level 4.1 on MPEG-TS stream with MPEG2VIDEO and ac3 audio transcoding -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
<Matches container="avi" vCodec="h264" profile="high" levelGreaterThan="4.1" />
<Matches container="avi" vCodec="h264" profile="main" levelGreaterThan="4.1" />
<Matches container="matroska" vCodec="h264" profile="high" levelGreaterThan="4.1" />
<Matches container="matroska" vCodec="h264" profile="main" levelGreaterThan="4.1" />
<Matches container="mp4" vCodec="h264" profile="high" levelGreaterThan="4.1" />
<Matches container="mp4" vCodec="h264" profile="main" levelGreaterThan="4.1" />
<Matches container="avi" vCodec="dvvideo" />
</Video>
<!--
remux MKV with any video to MPEG2TS and possibly change audio to ac3, also AVI anfd FLV with H264
-->
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
<Matches container="matroska" />
<Matches container="avi" vCodec="h264" />
<Matches container="flv" vCodec="h264" />
<Matches container="3gp" aCodec="amrnb" />
</Video>
<!-- all other unplayable files just transcode to mpeg2 -->
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video">
<Matches container="flv" />
<Matches container="ogg" />
</Video>
<Audio targetContainer="lpcm">
<Matches container="flac" />
<Matches container="ogg" />
</Audio>
</Transcoding>
<LimitImageResolution>false</LimitImageResolution>
</Profile>


Come mai, invece va solo su alcuni? :help:

Salvatopo
02-11-2011, 08:15
Mi autorispondo: è bastato scaricare dal sito di Serviio FFMPEG e compilarlo seguendo le loro istruzioni.
Ora funziona.

Però il Gestore Aggiornamenti di Ubuntu mi chiede di aggiornarlo a una versione più recente a causa di problemi di sicurezza: rischio?