It has been a while since i have been on here... My server had a catastrophic failure. After a huge donation from a good friend of mine, the server is back online.
Here is the issue... I was down over a month and so was no big deal, but after coming back online, everything was back to normal. Then I updated to the new Subsonic 5.0Beta2. After updating to that version, all the roku's no longer will play video. I haven't changed anything on the server side, but I did notice a change log line where you said you fixed some ffmpeg command.
Bugfix: Updated ffmpeg commands to fix some transcoding issues.
I don't want to think that was what caused the problem, but I am at a loss at what it could have been.
Here is my transcoding line which is also set for the Roku's
- Code: Select all
ffmpeg -ss %o -i %s -async 1 -b %bk -s %wx%h -ar 44100 -ac 2 -v 0 -f flv -vcodec libx264 -preset superfast -threads 0 -
Mind you, this has worked flawless for a long time. I am also pasting some log files in here where this was happening.
- Code: Select all
[2014-09-17 12:48:14,953] INFO PlayQueueInputStream - xxxxx listening to "xxxxx.avi"
[2014-09-17 12:48:14,959] DEBUG TranscodeInputStream - Starting transcoder: [/var/subsonic/transcode/ffmpeg] [-ss] [700] [-t] [10] [-i] [/xxxx.avi] [-async] [1] [-b:v] [1914k] [-s] [720x304] [-ar] [44100] [-ac] [2] [-v] [0] [-f] [mpegts] [-c:v] [libx264] [-preset] [superfast] [-c:a] [libmp3lame] [-threads] [0] [-]
[2014-09-17 12:48:14,970] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) ffmpeg version 0.8, Copyright (c) 2000-2011 the FFmpeg developers
[2014-09-17 12:48:14,970] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) built on Sep 5 2011 21:24:46 with gcc 4.4.3
[2014-09-17 12:48:14,970] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-x11grab --enable-libmp3lame
[2014-09-17 12:48:14,970] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) libavutil 51. 9. 1 / 51. 9. 1
[2014-09-17 12:48:14,970] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) libavcodec 53. 7. 0 / 53. 7. 0
[2014-09-17 12:48:14,970] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) libavformat 53. 4. 0 / 53. 4. 0
[2014-09-17 12:48:14,971] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) libavdevice 53. 1. 1 / 53. 1. 1
[2014-09-17 12:48:14,971] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) libavfilter 2. 23. 0 / 2. 23. 0
[2014-09-17 12:48:14,971] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) libswscale 2. 0. 0 / 2. 0. 0
[2014-09-17 12:48:14,971] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) libpostproc 51. 2. 0 / 51. 2. 0
[2014-09-17 12:48:15,031] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) [avi @ 0x9a49340] non-interleaved AVI
[2014-09-17 12:48:15,033] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) [mpeg4 @ 0x9a4b200] Invalid and inefficient vfw-avi packed B frames detected
[2014-09-17 12:48:15,034] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg)
[2014-09-17 12:48:15,034] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) Seems stream 0 codec frame rate differs from container frame rate: 23.98 (65534/2733) -> 23.98 (10000000/417083)
[2014-09-17 12:48:15,034] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) Input #0, avi, from '/xxxx.avi':
[2014-09-17 12:48:15,034] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) Duration: 02:45:18.40, start: 0.000000, bitrate: 1914 kb/s
[2014-09-17 12:48:15,034] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) Stream #0.0: Video: mpeg4, yuv420p, 720x304 [PAR 1:1 DAR 45:19], 23.98 tbr, 23.98 tbn, 23.98 tbc
[2014-09-17 12:48:15,034] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) Stream #0.1: Audio: ac3, 48000 Hz, stereo, s16, 384 kb/s
[2014-09-17 12:48:15,037] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) Unrecognized option 'b:v'
[2014-09-17 12:48:15,226] INFO PlayQueueInputStream - xxxx listening to "xxxxx.avi"