November 23, 201411 yr Topic pretty much says it all. I want to get to the files on the server via DLNA. I presume once I get this successfully running, any DLNA app should see the files on the server. No? I just upgraded tonight to 5.0.6 and followed the instructions, but one problem. The link to the ffmpeg file is broken. I find many different files, but from some of the other posts I've been reading, I need a specific one. I'm hoping someone can point me to a correct file. Then the question will be, if the name is different from in the instructions, should I rename it or does it not make any difference? From my reading, I'm not optimistic I'll have success even when I find the ffmpeg file, but fingers crossed.
February 3, 201511 yr Hello, I was able to install both: Plex and PS3 Media Server on my Unraid server. Please read all updated instructions in attached file (only about PS3), let me know if any questions. I am still trying to workaround things like buffering, but the steps listed in the doc worked just fine for me as far as installation. I've updated some links and included a few images. Best regards, Highjoke. PS3_Media_Server_on_Unraid.doc
February 4, 201511 yr Author Thank you. I'm away from my server for a couple months, so I won't be replying on status until after that, but I will report back. It's good to finally get some feedback.
February 4, 201511 yr After PS3 Media Server installation, I've found that ffmpeg has not been installed, the package has .txz extension and has not been called from /boot/config/go script (installpkg *.tgz). I've tried to install it manually in mencoder directory, all went fine, but when I've ran it, it gave me the error: root@HJTower:/boot/custom/ps3ms/mencoder# ffmpeg ffmpeg: error while loading shared libraries: libpng14.so.14: cannot open shared object file: No such file or directory After a few tweaks, I've decided to download and install ffmpeg utility from the following site: http://ffmpeg.mplayerhq.hu/ The installation went fine, old 'not working' binary was replaced in /usr/bin and the issue was resolved: root@HJTower:/usr/local/ffmpeg-git-20150204-32bit-static# ll total 101816 -rwxr-xr-x 1 highjoke 1000 23232144 2015-02-04 00:40 ffserver* -rwxr-xr-x 1 highjoke 1000 26743972 2015-02-04 00:40 ffprobe* -rwxr-xr-x 1 highjoke 1000 26825828 2015-02-04 00:40 ffmpeg* drwxr-xr-x 2 highjoke 1000 0 2015-02-04 00:40 presets/ -rwxr-xr-x 1 highjoke 1000 649640 2015-02-04 00:40 qt-faststart* drwxr-xr-x 2 highjoke 1000 0 2015-02-04 00:48 manpages/ -rwxr-xr-x 1 highjoke 1000 26793060 2015-02-04 01:05 ffmpeg-10bit* drwxr-xr-x 4 highjoke 1000 0 2015-02-04 01:05 ./ -rw-r--r-- 1 highjoke 1000 2300 2015-02-04 01:05 readme.txt drwxr-xr-x 9 highjoke 1000 0 2015-02-04 13:07 ../ root@HJTower:/usr/local/ffmpeg-git-20150204-32bit-static# cp ffmpeg /usr/bin/ffmpeg root@HJTower:~# ffmpeg ffmpeg version N-42968-g77f326d- http://johnvansickle.com/ffmpeg/ Copyright © 2000-2015 the FFmpeg developers built with gcc 4.9.2 (Debian 4.9.2-10) configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --enable-libopus --enable-libass --enable-gnutls --enable-libvidstab --cc=gcc-4.9 libavutil 54. 18.100 / 54. 18.100 libavcodec 56. 21.102 / 56. 21.102 libavformat 56. 19.100 / 56. 19.100 libavdevice 56. 4.100 / 56. 4.100 libavfilter 5. 9.103 / 5. 9.103 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 3.100 / 53. 3.100 Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... Use -h to get full help or, even better, run 'man ffmpeg' But the playback is still pausing, working on solution now, comparing with Plex performance (have both Plex and PS3 installed) and Plex seems to be handling the same video files much better (no buffering/pausing at all). Will update later.
Archived
This topic is now archived and is closed to further replies.