Page 1 of 1

10+ Sec Delay Before Track Start

PostPosted: Wed Jul 09, 2014 3:45 pm
by chuckles
As the title says, I am getting this delay when downsampling (using the recommended ffmpeg settings), but only on a Mac (latest Mavericks). It happens with Safari and Firefox. If I log the same user onto a Windows machine the long delay doesn't occur.

This problem exists on both 4.9 and the new 5.0 beta running on a Windows machine.

Can anyone shed any light on this?

Thanks,
A

Re: 10+ Sec Delay Before Track Start

PostPosted: Thu Jul 10, 2014 1:50 pm
by nismoau
What happens if you add a different transcode; try this:
name: aac
convert from: mp3 ogg oga aac m4a flac wav wma aif aiff ape mpc shn
convert to: aac
step 1: ffmpeg -i %s -v warning -ab 128k -ac 2 -ar 44100 -f flv -

I think you'll need ffmpeg in your /subsonic/transcode directory too, from memory.

I find aac works really well & uses less bandwith so doesn't seem to need to cache. Web player plays it no problem :)

Re: 10+ Sec Delay Before Track Start

PostPosted: Sun Jul 13, 2014 3:36 am
by chuckles
Thanks, I'll give that a try.