NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
igor_dulatov
Nov 01, 2009Aspirant
PS3 Media Server for ReadyNAS PRO
I have made addon PMS for readynas pro. it support transcoding in realtime (mkv can play at PS3). Addon include java, mplayer, mencoder, ffmpeg, tsmuxer and PMS. If anybody want to test it - downloa...
dandan123
May 15, 2011Aspirant
After I installed add-ons java, pms and mediap I was able to update the pms version to the latest:
-use add-on ssh (Enable Root SSH Access) to connect on RNDU (from windows using putty);
-copy tgz archive from http://code.google.com/p/ps3mediaserver/downloads/list to a temporary directory to unzip with:
tar -zxvf pms-generic-linux-unix-1.22.0.tgz
-next identify the process pms.jar with: ps -ef|grep pms
(admin 2212 1 9 20:23 ? 00:01:46 /c/addons-config/jre1.6.0_22/bin/java -Xmx768M -Xss16M -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -classpath /c/addons-config/pms/update.jar:/c/addons-config/pms/pms.jar:/c/addons-config/pms/plugins/:/c/addons-config/pms/plugins/* net.pms.PMS)
-next kill the process pms.jar; example: kill 2212 (or from graphical interface you can un-check then save "PMS for ReadyNAS" to stop the pms process)
-next copy only pms.jar (and optionaly xml files) from pms-generic-linux-unix-1.22.0.tgz archive to /c/addons-config/pms/
-next reboot NAS
(if you need to change config you can etit with vi /c/addons-config/pms/PMS.conf )
I have only one problem; I can't have thumbnails for video (On a Debian PC I have thumbnails for videos); I added in PMS.conf:
thumbnails = true
dvd_isos_thumbnails = true
thumbnail_seek_pos = 40
use_mplayer_for_video_thumbs = true
To me: media + video EQUAL thumbnails
I did not added details about linux commands; let me know if questions.
-use add-on ssh (Enable Root SSH Access) to connect on RNDU (from windows using putty);
-copy tgz archive from http://code.google.com/p/ps3mediaserver/downloads/list to a temporary directory to unzip with:
tar -zxvf pms-generic-linux-unix-1.22.0.tgz
-next identify the process pms.jar with: ps -ef|grep pms
(admin 2212 1 9 20:23 ? 00:01:46 /c/addons-config/jre1.6.0_22/bin/java -Xmx768M -Xss16M -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -classpath /c/addons-config/pms/update.jar:/c/addons-config/pms/pms.jar:/c/addons-config/pms/plugins/:/c/addons-config/pms/plugins/* net.pms.PMS)
-next kill the process pms.jar; example: kill 2212 (or from graphical interface you can un-check then save "PMS for ReadyNAS" to stop the pms process)
-next copy only pms.jar (and optionaly xml files) from pms-generic-linux-unix-1.22.0.tgz archive to /c/addons-config/pms/
-next reboot NAS
(if you need to change config you can etit with vi /c/addons-config/pms/PMS.conf )
I have only one problem; I can't have thumbnails for video (On a Debian PC I have thumbnails for videos); I added in PMS.conf:
thumbnails = true
dvd_isos_thumbnails = true
thumbnail_seek_pos = 40
use_mplayer_for_video_thumbs = true
To me: media + video EQUAL thumbnails
I did not added details about linux commands; let me know if questions.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!