When I hit the play button for a video, it tries to play for .2 seconds, then the icon changes from pause to play again. I am getting the following error in the subsonic logs.
2010-12-22 19:40:24,835] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\ffmpeg) Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'd:\Videos\Clash of the Titans [2010]\CLASH_OF_THE_TITANS_2010.Title1.mp4':
[2010-12-22 19:40:24,835] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\ffmpeg) Duration: 01:46:06.82, start: 0.000000, bitrate: 2864 kb/s
[2010-12-22 19:40:24,835] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\ffmpeg) Stream #0.0(und): Video: h264, yuv420p, 720x304, 29.97 tbr, 29.97 tbn, 59.94 tbc
[2010-12-22 19:40:24,835] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\ffmpeg) Stream #0.1(und): Audio: aac, 48000 Hz, 5.1, s16
[2010-12-22 19:40:24,835] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\ffmpeg) Output #0, flv, to 'pipe:':
[2010-12-22 19:40:24,835] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\ffmpeg) Stream #0.0(und): Video: flv, yuv420p, 720x304, q=2-31, 200 kb/s, 1k tbn, 29.97 tbc
[2010-12-22 19:40:24,835] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\ffmpeg) Stream #0.1(und): Audio: libmp3lame, 44100 Hz, stereo, s16, 64 kb/s
[2010-12-22 19:40:24,835] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\ffmpeg) Stream mapping:
[2010-12-22 19:40:24,835] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\ffmpeg) Stream #0.0 -> #0.0
[2010-12-22 19:40:24,835] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\ffmpeg) Stream #0.1 -> #0.1
[2010-12-22 19:40:24,835] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\ffmpeg) Press [q] to stop encoding
[2010-12-22 19:40:24,835] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\ffmpeg) Resampling with input channels greater than 2 unsupported.
[2010-12-22 19:40:24,835] DEBUG InputStreamReaderThread - (c:\subsonic\transcode\ffmpeg) Can not resample 6 channels @ 48000 Hz to 2 channels @ 44100 Hz
Now, it seems pretty straight forward.. ffmpeg doesn't support transcoding from 5.1.. has anyone found a workaround for this issue? I dont feel like going through and redoing all of my video files just to change the audio on them.
For information, other video files play correctly that are in 2-channel format. Its just my mp4 5.1 files that wont play.
Thanks for any feedback or help on this, it hurts being so close after messing with this for hours and not being able to get over the last hump.