posts | comments
06Oct

HOWTO make online listeners graphics for Icecast2 (with rrdtool)

No comments

Hi, this is another line-by-line on commandline real world example on howto create graphics for icecast2 online listeners by me - B2 Enjoy
Well , lets assume we have some linux/unix distro with installed rrdtool , php, apache and running icecast2 with four mount points - instudio54, play, playhigh, and playlow.
Now , we want to […]

30Sep

Howto create asterisk telephony architecture with calls recording and phone line internal redirects

No comments

Hi, this is a reallife example howto made for two incomming phone lines.
line-by-line on commandline you know :).
Here is what I have. :
– one Linuxbox called aster aster:~# uname -a Linux aster 2.6.18-6-686 #1 SMP Sun Feb 10 22:11:31 UTC 2008 i686 GNU/Linux
– one TDM card with two modules for two phone lines.
Found a Wildcard […]

05Aug

Howto listen and watch online video streaming on MacOS

No comments

first, Excuse me for my dirty english freestyle style.
Now, this is a reallife example made with Mac OSX 10.5 , vlc software and instudio54.com real-time audio and video party streaming.
step1. download vlc player..www.videolan.org ( off course you can install it with your favourite package manager ), open network http address: http://play.instudio54.com:8080
step2. follow the screenshoted steps..
[…]

05Aug

Howto listen and watch online video streaming on Linux

No comments

first, Excuse me for my dirty english freestyle style.
Now, this is a reallife example made with Debian Linux, vlc software and instudio54.com real-time audio and video party streaming.
step1. download vlc player..www.videolan.org ( in package supported distros just apt-get install vlc, yum install vlc etc. ), open network http address: http://play.instudio54.com:8080
step2. follow the screenshoted steps..
Screenshot1 Screenshot2 […]

25Jun

Howto listen online radio stream on your mobile phone

No comments

first, Excuse me for my dirty english style.
Now, this is reallife example with Nokia 9300i mobile phone and online radio http://instudio54.com.
You need three shits:
shit1: the player software: WebPlayerMidle, shit2: restreaming url; shit3: online audiostream
step1: download and install WebPlayerMidlet
step2: Start WebPlayerMidlet, setup settings on WebPlayerMidlet, (u can download this two files -> http//bg-webs.info/mobile/ and upload them […]

18Jun

FreeBSD - Roundcube on fbsd line-by-line on commandline conzole HOWTO - by Sto.

No comments

Brutal conzole copy/paste HOWTO by Sto
root@mail ~]# cd /usr/ports/mail/roundcube/
[root@mail /usr/ports/mail/roundcube]# make config
│ Options for roundcube 0.1.20060928 │
│ │
│ │ [X] MYSQL Use MySQL backend │ │
│ │ [ ] PGSQL Use PostgreSQL backend │ │
│ │ │ │
│ │ │ │
│ [ OK ] Cancel │
[root@mail /usr/ports/mail/roundcube]# make install clean clean-depends
===> Vulnerability check disabled, database […]