Dit is een printer vriendelijke versie van de webpagina
http://www.ruwebit.net/article/269&print
1999-2009 Maurice de Bijl[Print deze pagina]



blog  playstation  ps3
Linux DLNA server voor PS3
Tools:Printer vriendelijke versieDownload artikel als PDFBookmark:Geef dit artikel een eKudo
Door Maurice op 2008-03-22 populariteit:
Je hebt niet perse een Windows XP of Vista PC nodig met Windows Media Player 11 om muziek, foto's of films te bekijken op je PS3 (of XBox 360). Een Linux PC met Fuppes is voldoende.

Er zijn andere alternatieven, zo heb ik ook uShare geprobeerd, maar die kreeg ik alleen werkend met plaatjes, niet met muziek en films. Mijn ervaringen en tips (incl. werkende /etc/rc.d/fuppesd file voor SuSE) heb ik op het Fuppes forum gezet.

De config files zijn te vinden in /root/.fuppes

Voorbeeld fuppes.cfg file
Een voorbeeld fuppes.cfg is hier te downloaden.

Voorbeeld /etc/rc.d/fuppesd file voor SuSE
De onderstaande file is hier te downloaden.

#! /bin/sh
#
# Author: Maurice de Bijl
#
# /etc/init.d/fuppesd
#
### BEGIN INIT INFO
# Provides: fuppesd
# Required-Start: $network
# Required-Stop: $network
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Description: Tool for monitoring the network usage.
### END INIT INFO
PROGRAM=/usr/bin/fuppesd

. /etc/rc.status

# The echo return value for success (defined in /etc/rc.config).
return=$rc_done
case "$1" in
start)
echo -n "Starting service fuppesd "
##
if checkproc /usr/bin/fuppesd; then
echo -e -n "\nfuppesd is already running."
rc_status -s
exit
fi
## Start daemon with startproc(8). If this fails
## the echo return value is set appropriate.
startproc -q $PROGRAM

rc_status -v
;;
stop)
echo -n "Shutting down service fuppesd "
## Stop daemon with killproc(8) and if this fails
## set echo the echo return value.

killproc -TERM $PROGRAM

rc_status -v
;;
try-restart)
$0 status
if test $? = 0; then
$0 restart
else
rc_reset
fi
rc_status
;;
restart)
$0 stop
$0 start
rc_status
;;
status)
echo -n "Checking for service fuppesd: "
## Check status with checkproc(8), if process is running
## checkproc will return with exit status 0.

checkproc $PROGRAM
rc_status -v
;;
*)
echo "Usage: $0 {start|stop|restart|status}"
exit 1
;;
esac
rc_exit

Filmpjes van Canon camera op PS3 bekijken
Wil je MPEG4 AVI filmpjes van je Canon IXUS camera op je PS3 bekijken via Fuppes, vergeet dan niet hier te kijken. Zie ook voorbeeld fuppes.cfg file.

VOB files afspelen
Om VOB files af te spelen moet je de PS3 wijsmaken dat het gewoon MPEG is, zie hier. Zie ook voorbeeld fuppes.cfg file.
Site's contents and design are copyright © 1999-2009 Maurice de Bijl - 4863 page requests
gegeneerd op Fri, 09 Jan 2009 16:15:00 CET (GMT+0100) in 53.56 msec op host srv010106.webreus.nl
bron: http://www.ruwebit.net/article/269&print - rev# 1:23M - [Lage bandbreedte versie]