dereenigne.org

reverse engineered

NCurses Internet Radio Player

Since moving house last year, I’ve found myself unable to receive Saorview (Irish DVB-T) using an indoor aerial (my new house is about 10km further from the transmitter). This was previously my primary way of receiving the RTÉ Radio stations when working on my desktop. I have a high gain wideband antenna in the attic which works great, but with no neat way to get a cable to my desktop, this is unfortunately not an option. Read more →

Axis 207 IP Camera Recording

While the Axis 207 IP camera provides MPEG4 video output, the MPEG4 format is a bit obscure, and not handled by many media players. This makes recording the output difficult. Fortunately, VLC is capable of both playing and recording this format. The following cron line uses VLC to record hourly chunks of video from a Axis 207 camera with IP address 10.0.0.1, and store them in /tmp/Axis207. 0 * * * * /usr/bin/vlc rtsp://10. Read more →

VLC CACA ASCII Output

If you are logged into a remote terminal and wish to quickly view the contents of video files, you can use the CACA output module of VLC to view an ASCII version of the video through the terminal. This is handy if you haven’t set up X forwarding, or if X isn’t available. vlc -V caca fileToOpen I’d even recommend doing it just for fun on your local machine. The results are surprisingly good! Read more →