View Single Post
  #1  
Old 11-16-2009, 06:35 AM
Stream Recorder
 
Posts: n/a
Default

How to install and use TubeMaster++ in Linux (like Ubuntu 9.10) to record streaming


TubeMaster++ is a GUI application for Linux/Windows/Mac OS that allows to download RTMP and HTTP streams. Requires Java.

First of all download TubeMaster++ for Linux (Red Hat, Debian, Mandrake)
- Tested on Ubuntu 9.04, 9.10 (Debian).
- Tested on Fedora 11 (Red Hat).
- Tested on Mandriva 2009 (Mandrake).
Filename : tm++.linux.tar.gz (MD5 Checksum : 633ad3e372ff8d6504ad05547b094115).
Version : 1.5

How to install TubeMaster++ in Linux:
  • Download & Install Java SE Runtime Environment (JRE). (32Bits, NOT x64!) I used Ubuntu Software Center to install JRE.
  • Download & Install Java SE Development Kit (JDK). (32Bits, NOT x64!). I used Ubuntu Software Center to install Open JDK.
  • Download & Install LibPcap (Installed by Default). I used Synaptic packet manager to make sure LibPcap is installed in my Ubuntu 9.10 (Synaptic allows you to install and remove package)
  • Download & Install JPcap Library. I download the .deb package, opened it in the default package manager and installed it.
  • Make sure that "libjpcap.so" is in the "/usr/lib" directory
  • Download & Install FFMpeg with FFPlay. I typed the following in Terminal to install them in Ubuntu 9.10:
    Code:
    sudo apt-get install ffmpeg
    sudo apt-get install libavcodec-unstripped-52
  • Unpack tm++.linux.tar.gz (you can use tar -xvf tm++.linux.tar.gz in the Terminal)
  • Set the execute-flag for tm++.sh:
    Code:
    chmod +X tm++.sh
    Otherwise you will get the" tm++.sh: command not found" error.

How to use TubeMaster in Linux:
  • Run tm++.sh (you must have root rights):
    Code:
    sudo ./tm++.sh
  • Open your browser and navigate to a web-page you would like to record from. Play an online audio/video stream.
Reply With Quote