Page 1 of 1

rewind/fast forward on PS3 produces white noise

PostPosted: Sat Jun 04, 2011 7:07 pm
by Michael McTernan
Hi,

I'm using my PS3 with Serviio, setup to transcode FLACs to LPCM and it's great!

I've noticed some minor bugs when trying to jog through a track (using pad left and right on the PS3 controller during playback):

- White noise will always play for about 200ms before the audio resumes.
- Sometimes the audio never resumes and white noise will just play. Jogging forward or back may then recover this.

I checked /tmp/Serviio and the transcode temp file is fully there when I've done my tests, and since it's to LPCM I would have thought seeking would be exact - not sure what's happening to cause this.

Is this a known issue, or is there anything specific I can provide to help track it down? I guess a debug log would be the first place to start?

Kind Regards,

Mike

Re: rewind/fast forward on PS3 produces white noise

PostPosted: Sat Jun 04, 2011 7:13 pm
by Illico
For Sony Bravia TV, to support pause/resume function with FLAC: must be transcoded to mp3.
Try this
  Code:
         <Audio targetContainer="lpcm">
            <Matches container="asf" />
            <Matches container="mp4" />
            <Matches container="ogg" />
         </Audio>
         <!--  To allow "pause" then "resume" functions on flac must be transcoded to mp3 -->
         <Audio targetContainer="mp3">
            <Matches container="flac" />
         </Audio>