Do you own a VPS seedbox and want to stream Movies and/or Music on it? There are a variety of programs that let you stream videos and music from your VPS seedbox to your computer at home without downloading the file. Furthermore, it could be streamed on to your iPhone, iPad, or Android mobile device. One of the main benefits is that you do not have to have the file to your computer (which protects your rights, sort of).
Subsonic:
One of the best programs to stream movies/music is called Subsonic.
It is possible with this software to stream video/music on to your mobile device from your Seedbox VPS.
One note is that it is a bit of a memory hog. You should use this only on VPSes with powerful CPUs and more than 1 GB of RAM.
How to install on Ubuntu/Debian:
sudo apt-get -y install sun-java6-jdk lame flac faad vorbis-tools ffmpeg sudo mkdir -p /var/subsonic/standalone; wget -O ~/subsonic.deb http://downloads.sourceforge.net/project/subsonic/subsonic/4.6/subsonic-4.6.deb sudo dpkg -i ~/subsonic.deb
You may use Subsonic with your IP:4040. For example, http://196.168.0.1:4040
Zeya
Another favourite is Zeya. It lets your stream music with almost no memory usage. It will only stream music, and not video. But it does not need flash, and will work on almost all browsers using HTML 5.

How to install the latest Zeya on Ubuntu/Debian:
First you want to create a user and add a home directory (change youruser to Your username):
adduser youruser -m /home/youruser
and now to install Zeya:
sudo apt-get -y install mpg123 flac faad python-tagpy vorbis-tools git-core cd /home/youruser git clone http://web.psung.name/git/zeya.git su youruser -c "screen -S Zeya -d -m ~/zeya/zeya.py --path=/home/youruser/music");
Then visit http://YOURVPSIP:8080 in your web browser.
There are other music/video media players out there. These are some of the best. From memory hog that does it all, subsonic, to low-memory media player Zeya.
Popular search terms:
- stream from seedbox
- stream video from seedbox
- seedbox streaming
- how to stream from seedbox
- feedthenet
- streaming seedbox
- seedbox vps
- stream from seedbox to ipad
- seedbox ipad
- video streaming seedbox
- stream seedbox
- Zeya
- seedbox stream to ipad
- subsonic vps
- streaming seedbox ipad
- android stream from seedbox
- mobile video streaming vps
- how to stream from seedbox to android
- stream video seedbox
- streaming from seedbox
- seedbox video streaming
- seedbox streaming videos
- stream music seedbox
- streaming video from seedbox
- how to stream videos from seedbox






















































Very nice article. Thanks for this