Page 1 of 1

Flac Transcoding to PS3

PostPosted: Sat Jun 29, 2013 6:12 pm
by wildcard
Hey all,

I need some advice. I have a PS3, Serviio PRO 1.2.1, and a slew of flac files. Before I could play these flac files, they were being fed to my PS3 with a old plugin that allowed me to do what Serviio now does without plugin assistance. My issues is that the flac files will transcode, no error is generated but the song will not play until roughly 3/4 through at most then switch to the next song in the list. It's as if regaurdless of the encoding progress it stops at a breaking point and shifts to the next song.

I'm tried changing the aBiterate variables for PS3 in the profiles.xml and it hasn't helped at all. Any advice?

Re: Flac Transcoding to PS3

PostPosted: Mon Jan 06, 2014 8:04 am
by Illico
I don't remember the profiles.xml from 1.2.1 version, could you point me the transcoding/audio section, that should be something like this:
<Transcoding>
<Audio targetContainer="lpcm" aSamplerate="48000">
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="adts" />
<Matches container="wavpack" />
<Matches container="mp2" />
<Matches container="mpc" />
<Matches container="ape" />
</Audio>
</Transcoding>