Version 5 Development > Plugin Design
Subsonic 4.6 Plugin for unRAID 5b11+
ajax3712:
Hello all,
Update 7/17/2012:
Work and then a motorcycle accident have left me out of commission for a while. Although, I'm mostly back and am aiming to post a few updates to my plugins, jangjong's new plugin makes this one no longer necessary.
http://lime-technology.com/forum/index.php?topic=21356.0
I will ask an admin to lock this thread to avoid future confusion.
End Update
savestheday:
Awesome thx so much for this! I've got subsonic up and running already so I'm hesitant to mess it up. This can point at an existing install?
ajax3712:
--- Quote from: savestheday on December 06, 2011, 08:55:38 AM ---Awesome thx so much for this! I've got subsonic up and running already so I'm hesitant to mess it up. This can point at an existing install?
--- End quote ---
Good question. As a former user of the previous method, I guess I can try and find out. I think I have the prev install still on my flash drive. I'll do so when I get a moment.
draug3n:
I'm trying to transcode some flac files here, and have chased down a laundry list of missing dependencies for ffmpeg:
--- Code: ---<FILE Name="/boot/packages/alsa-lib-1.0.23-i486-1.txz" Run="upgradepkg --install-new">
<URL>ftp://ftp.slackware.com/pub/slackware/slackware-13.1/slackware/l/alsa-lib-1.0.23-i486-1.txz</URL>
</FILE>
<FILE Name="/boot/packages/libX11-1.3.3-i486-1.txz" Run="upgradepkg --install-new">
<URL>ftp://ftp.slackware.com/pub/slackware/slackware-13.1/slackware/x/libX11-1.3.3-i486-1.txz</URL>
</FILE>
<FILE Name="/boot/packages/libXext-1.1-i486-1.txz" Run="upgradepkg --install-new">
<URL>ftp://ftp.slackware.com/pub/slackware/slackware-13.1/slackware/x/libXext-1.1-i486-1.txz</URL>
</FILE>
<FILE Name="/boot/packages/libXfixes-4.0.4-i486-1.txz" Run="upgradepkg --install-new">
<URL>ftp://ftp.slackware.com/pub/slackware/slackware-13.1/slackware/x/libXfixes-4.0.4-i486-1.txz</URL>
</FILE>
<FILE Name="/boot/packages/libtheora-1.1.1-i486-1.txz" Run="upgradepkg --install-new">
<URL>ftp://ftp.slackware.com/pub/slackware/slackware-13.1/slackware/l/libtheora-1.1.1-i486-1.txz</URL>
</FILE>
<FILE Name="/boot/packages/libxcb-1.6-i486-1.txz" Run="upgradepkg --install-new">
<URL>http://slackware.cs.utah.edu/pub/slackware/slackware-13.1/slackware/x/libxcb-1.6-i486-1.txz</URL>
</FILE>
<FILE Name="/boot/packages/libogg-1.1.4-i486-1.txz" Run="upgradepkg --install-new">
<URL>ftp://ftp.slackware.com/pub/slackware/slackware-13.1/slackware/l/libogg-1.1.4-i486-1.txz</URL>
</FILE>
<FILE Name="/boot/packages/libXau-1.0.5-i486-1.txz" Run="upgradepkg --install-new">
<URL>ftp://ftp.slackware.com/pub/slackware/slackware-13.1/slackware/x/libXau-1.0.5-i486-1.txz</URL>
</FILE>
<FILE Name="/boot/packages/libXdmcp-1.0.3-i486-1.txz" Run="upgradepkg --install-new">
<URL>ftp://ftp.slackware.com/pub/slackware/slackware-13.1/slackware/x/libXdmcp-1.0.3-i486-1.txz</URL>
</FILE>
--- End code ---
transcoding still doesn't work though - lame can't read the input stream from ffmpeg. And straight-up ffmpeg-to-mp3 doesn't work either :/ investigation is needed...
draug3n:
well, updated to subsonic 4.6 (had to brute-force it a bit though - tried to modify the .plg, but am not sure I did it right..).
4.6 uses ffmpeg accross-the-board for direct transcoding. Now mp3 output did not work however - ffmpeg wasn't compiled with liblamemp3 support, apparently. (or, lame didn't get installed on account of the .plg file referencing the x86-64 version).
So, I compiled my own ffmpeg, from the latest git snapshot. linky:
http://dl.dropbox.com/u/3127998/unraid/ffmpeg-2011-12-08-i486-unRAID-1maa.tgz
requires the i486 lame package (and nothing else, i think. transcoding flac works for me now, after I uninstalled my previous ffmpeg-dependency laundry list as well as flac and faad2. video files are untested.):
http://repository.slacky.eu/slackware-13.1/multimedia/lame/3.98.4/lame-3.98.4-i486-1sl.txz
Navigation
[0] Message Index
[#] Next page
Go to full version