ive had subsonic running for a few years now I dont use the music feature at all just for streaming movies and TV (mkv, avi etc).
3 of us all use the same setting for transcoding
now we cant seem to play some files, any help would be great, the transcoding ive been using is
NAME CONVERT FROM CONVERT TO STEP 1
mp3 audio
ogg oga aac m4a flac wav wma aif aiff ape mpc shn
mp3
ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 –
flv/h264 video
avi mpg mpeg mp4 m4v mkv mov wmv ogv divx m2ts
flv
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 –
mkv video
avi mpg mpeg mp4 m4v mkv mov wmv ogv divx m2ts
mkv
ffmpeg -ss %o -i %s -c:v libx264 -preset superfast -b:v %bk -c:a libvorbis -f matroska -threads 0 -
Downsample command
ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 –
ffmpeg -ss %o -t %d -i %s -async 1 -b:v %bk -s %wx%h -ar 44100 -ac 2 -v 0 -f mpegts -c:v libx264 -preset superfast -c:a libmp3lame -threads 0 -
any help please streaming movies and TV is now not working for me ?