Installing on Freebsd 9
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Installing on Freebsd 9
Anyone seen any documentation on how to set this up for freebsd 9?
Re: Installing on Freebsd 9
Nope but if you want to try and make it ill add it to the Wiki.



Please remember to Upload your debug logs!
Universal Media Server Wiki!
"...functionality before beautification..."
Re: Installing on Freebsd 9
Alright I will give it a whirl and post results back thanks.
Re: Installing on Freebsd 9
I had it running in a FreeBSD 9 Jail and have it now running in a FreeBSD 10 Jail.
Out of my mind:
- install openjdk-jdk7 from ports or pkg
- install mencoder from ports or pkg
- install mplayer from ports or pkg
- install ffmpeg from ports or pkg
- point to them in UMS.conf
- Make the usual adjustments in UMS.conf like "folders" and probably other stuff - depending on your needs.
Out of my mind:
- install openjdk-jdk7 from ports or pkg
- install mencoder from ports or pkg
- install mplayer from ports or pkg
- install ffmpeg from ports or pkg
- point to them in UMS.conf
Code: Select all
mencoder_path = /usr/local/bin/mencoder
ffmpeg_path = /usr/local/bin/ffmpeg
mplayer_path = /usr/local/bin/mplayer
Re: Installing on Freebsd 9
Sorry for the revival of an old thread, but does anyone have details on how to make this work? I have no problems with installing ffmpeg, etcc.. But I am unable to transcode files. In the debug log I receive an exit code of 1! for each. Essentially, I am unable to transcode anythingOlliL wrote:I had it running in a FreeBSD 9 Jail and have it now running in a FreeBSD 10 Jail.
Out of my mind:
- install openjdk-jdk7 from ports or pkg
- install mencoder from ports or pkg
- install mplayer from ports or pkg
- install ffmpeg from ports or pkg
- point to them in UMS.conf
- Make the usual adjustments in UMS.conf like "folders" and probably other stuff - depending on your needs.Code: Select all
mencoder_path = /usr/local/bin/mencoder ffmpeg_path = /usr/local/bin/ffmpeg mplayer_path = /usr/local/bin/mplayer