If you’re a PlayStatioN3 owner you should be know you’re a Digital Media Player owner, using DLNA standard.
It’s very simple. There’s a DMS (Digital Media Server) for sharing contents and a DMP (Digital Media Player) for control, playing remote contents.
Fedora already has two DLNA enabled software in repos: mediatomb and ushare. Mediatomb has a very useful configuration system based on Web-UI and XML configuration, while ushare (the one I choose) is very simple, being a essentially a command-line tool.
To install it:
yum install ushare
to use it:
ushare -c /path/I/wish/share
Open the service port on Firewall (49152 is default one) and go to PS3-> Video in order to see Ushare item icon to access it.
Ushare is very simple and fast, but If you wanna to share permanently something maybe mediatomb could be better!
You could install it with:
yum install mediatomb
Then look at program’s documentation I linked and enjoy it.

