V-TEK Weblog about webdevelopment and linux

14Sep/090

Turn your Playstation3 into a media center

ps3 megabox project

ps3 megabox project

PS3Hax member Lichemaster announced more then 1,5 year ago a new PS3 project called Megabox. MegaBox is similar to a media center, similar to the XBMC on the Xbox 1, fully functioning on the PS3.

He also quoted:

" The MegaBox has many cool features that any PS3 owner would find interest in such as VoIP, P2P, TV, Movies (Including MKV), and much more!

The best part is the program will require NO INSTALLATION, and would be OPEN SOURCE (based on FREEVO). In layman's terms, all you need to do is pop in a CD/Flash drive with the program and anyone can enjoy it without too much problems (no need for linux either)."

source: http://www.hdtvarcade.com/hdtvforum/index.php?showtopic=12401

Sounds like a great replacement for XBMC to me!

More information about the install process and download links can be found here

To see more information about megabox, see this youtube video:
Youtube - PS3 Megabox Linux Hack

Please comment if you have any experience using this software!

Tagged as: , No Comments
14Sep/090

Playstation3 (ps3) mediaserver in Java!

Playstation3 has often some problems with various media servers. Some can work with MKV files, some can not. Others can work with subtitles, other can not. Well, this playstation3 media server can work with almost any format, supports subtitles and is written in Java which makes this media server platform independant! A MUST have for every ps3 owner!

http://code.google.com/p/ps3mediaserver/

Note - Like the author describes, mkv files need a wired (gigabit) ethernet connection.

Tagged as: , No Comments
25Jan/090

Extended/Bridged my wireless network without wires!

At home / my headquarter, my broadband modem is located in the front of the living room, and my office is right above that part of the living room. For printing, backup and several other features I wanted to extend my wireless network, without making holes in the ceiling nor the wall. So I decided to take a look around at the internet to see if this was possible. All the search results pointed at flashing my current Linksys WRT54GL to DD-WRT ( firmware with more options then the regular firmware ).

Ok, one thing was clear... I needed some other Linksys wireless router to extend from. But wait (!), my LaCie Ethernet Disk was also having problems so this was a good time to also replace that disk too and create a good setup for my backups!

After some searching at the websites of local computer stores I found the Linksys WRT54G2 to be my primary wireless router.For my Brother printer (HL-2030 series) I wanted USB printing support, for my Sony Playstation3 I needed an UPnP mediaserver, and for backup I wanted a NFS file server. I found all these features in the Synology DS-108j Diskstation (that comes with 1 disk bay, so no disks included by default). I also needed some storage for this diskstation, so I decided to spent my money on a Western Digital 500Gb SATA disk.

Alright, I went to the computer shop bought all the stuff I needed and then the fun part began. One of my wireless routers had to be the primary router and the other one needed to be configured as "client bridge". I decided to flash the best router of the two ( linksys wrt54gl ) to the dd-wrt software and to set this router up as the secondary router ( the client bridge ). Setting up this server is quit simple, as I followed the steps at http://dd-wrt.com/wiki/index.php/Wireless_Bridge.

Ok, setting up the Synology diskstation was quit easy too, just insert the disk in the bay ( or consult the manual if you don't know how to do this ). Then boot a Windows machine ( oh my... where did I left Windows, everything is linux around here :) ), insert the cd-rom and start the Synology install process. The installation took about 10 minutes and after that I was very, very amazed with the nice features that this diskstation had! ( printing support, several webservices and even surveillance support, all in a beautifull ajax portal ).Now giving the diskstation a static ip as this seems the most logical for this kind of devices to me . ( and no, hostnames do not work for me since I don't have my local DNS ).

The printing support was even much easier and faster, just plugged USB cable the Brother printer in the Synology system and it was ready to serve as printer server.

As the last part the NFS server had to be setup. Therefore I used the default shared, which can be found at the "Shared Folders" option in the webinterface of the Synology Diskstation. Selecting a share by clicking on it, and after that clicking on 'NFS Privileges', the setup screen for NFS privileges came up. Simply filling in the network from where the share could be accessed was the only thing needed ( all other things are taken care of). Now for mounting the NFS share for example in Ubuntu, try the following commands:

# apt-get install nfs-common
( nfs support needs to be installed first!)

# sudo mkdir my_mountpoint

# sudo mount -o tcp -t nfs 192.168.1.111:/volume1/photo my_mountpoint
( mouning nfs over TCP using type NFS )

Ofcourse there is also a much more permanent way to store your NFS shared, but I'm not gonna explain that one ( the internet is full of it ) So take a look for permanent mounting here

Tagged as: , , No Comments
13Oct/070

Linux mediaserver for playstation3

I recently bought a playstation 3 to replace my xbox (first edition). This system contains a 40gb disk, but I wanted to stream everything over my network, because my server has a bigger disk :) . At first sight, I expected only a shared media library of Windows Media Player could give me the pleasure to function as a mediaserver, but I was wrong. Happily after all, I discovered the tool "MediaTomb", which is an UPnP ( Universal Plug 'n Play ) mediaserver for Linux. I did not yet installed it, but I will install it within a couple of days... So I'll keep you updated on my experiences...

For the people who want to install MediaTomb follow the following URL :

http://mediatomb.cc/

Note - If you have a Microsoft Xbox 360 or Xbox 1 , this tool will also work for you!

Update: Initially I had some problems to make it work correctly ( I happen to get some "Unsupported data" errors while I tried to open the files). If you have this same problem, read the following post:

http://www.ps3forums.com/showthread.php?p=1486568

Tagged as: , No Comments
   

Recent Comments

Tags

Apache cakephp cpanel dav dd-wrt DNS Ext3 Framework GIT GNU grub javascript Kernel lilo Linux LPI LVM MVC MySQL Netbeans Netfilter PHP piping ps3 redirection regex Ruby on Rails Samba Sendmail Shell Skype SNMP Squid Symfony ubuntu upnp vim windows X Xorg X Window System