Moderators: daneren2005, moderators
daneren2005 wrote:Dsub 3.6.9 released. Another small list of changes for this one.
Changelog:
Stream video option added. This a stopgap measure until I add HLS streaming. Note: This will NOT work with the default flv video transcoding
Optimized memory usage
Expandable Notifications for 4.1+
Fix some devices not being able to stream correctly
Internal Logging mechanism for newer devices which don't allow 3d party apps (ex: alogcat) to grab others logs anymore
ffmpeg -i %s -ss %o -t %d -s %wx%h -r 30000/1001 -vb %bk -vcodec libx264 -preset ultrafast -acodec libvo_aacenc -ac 2 -ar 48000 -f mpegts -
daneren2005 wrote:I was able to get it to work with this:
ffmpeg -i %s -ss %o -t %d -s %wx%h -r 30000/1001 -vb %bk -vcodec libx264 -preset ultrafast -acodec libvo_aacenc -ac 2 -ar 48000 -f mpegts -
But that was with a version of ffmpeg that I got with Ubuntu 12.04. I removed the default one and linked the system one. With the default one, if I remember correctly, you would want to replace 'libvo_aacenc' with 'libfaac' or 'aac'. Or you might even possibly need to change it to something else that your configuration actually supports. Basically your ffmpeg should support the video codec but you need to replace libvo_aacenc with a audio codec it supports. I would suggest monitoring the log file (/var/subsonic/log in Ubuntu) while doing this, because it should complain about the codec combination if it doesn't work or tell you if it can't even find the codec you are trying to use.
Name: mpeg stream
Convert from: avi mpg mpeg mp4 m4v mkv mov wmv ogv divx m2ts
Convert to: mpegts
Step 1: ffmpeg -i %s -ss %o -t %d -s %wx%h -r 30000/1001 -vb %bk -vcodec libx264 -preset ultrafast -acodec aac -ac 2 -ar 48000 -f mpegts -strict experimental -
Users browsing this forum: No registered users and 12 guests