Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
How to install and use TubeMaster++ in Linux (like Ubuntu 9.10) to record streamingTubeMaster++ 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:
How to use TubeMaster in Linux:
|
#2
|
|||
|
|||
Re: How to install and use TubeMaster++ in Linux (like Ubuntu 9.10) to record streamiHi.
I am unsure as to how to do this portion of the above instructions: Quote:
Thank you. |
#3
|
|||
|
|||
Re: How to install and use TubeMaster++ in Linux (like Ubuntu 9.10) to record streamiOpen the terminal and go to the directory where you have saved "tm++.tar.gz". Then try to unpack using tar. Then go to the directory with tm++.sh and run "chmod +X tm++.sh". Then you can run TubeMaster using "sudo ./tm++.sh".
|
#4
|
|||
|
|||
Re: How to install and use TubeMaster++ in Linux (like Ubuntu 9.10) to record streamiQuote:
How do I use Terminal go to the directory which holds tm++.sh? Can I just drag said directory into the Terminal window to enter the required path? Thanks again. -------- EDIT: How to change dir in terminal http://ubuntuforums.org/showthread.php?t=458268 |
#5
|
|||
|
|||
Re: How to install and use TubeMaster++ in Linux (like Ubuntu 9.10) to record streamiQuote:
In said folder were the following items: - a folder named lang - a document named Install *HowTo.txt - and a .jar archive named tm++.jar These wasn't anything named tm++.sh I then ran and got the following results in Terminal: Code:
p4@ubuntu:~$ cd TubeMaster++ p4@ubuntu:~/TubeMaster++$ chmod +X tm++.sh chmod: cannot access `tm++.sh': No such file or directory p4@ubuntu:~/TubeMaster++$ EDIT: *The last part of the instructions in this document are: "=----- (2) -> Once all System Requirements are installed go to TubeMaster++ folder. =----- (3) -> Run tm++.jar (You must be ROOT !). =----- (4) -> If you have any questions, suggestions, or if you find some bugs, please contact me at : ggsofts[at]gmail.com" How would one run Run tm++.jar and do so as root? I've e-mailed this ^ question to ggsofts[at]gmail.com as well. |
#6
|
|||
|
|||
Re: How to install and use TubeMaster++ in Linux (like Ubuntu 9.10) to record streamiYou're right. There is no tm++.sh in the latest version and you don't need to use chmod.
Just run tm++.sh as an admin, for example: Code:
sudo ./tm++.sh |
#7
|
|||
|
|||
How to install and use TubeMaster++ in Linux (like Ubuntu 10.04) to record streamiFirst of all download TubeMaster++ for Linux (Red Hat, Debian, Mandrake)
- Tested on Ubuntu 10.04 (Debian). - Tested on Fedora 11 (Red Hat). - Tested on Mandriva 2009 (Mandrake) Filename : tm++.linux.tar.gz Version : 2.0 How to install TubeMaster++ in Linux:
How to use TubeMaster in Linux:
|
#8
|
|||
|
|||
Re: How to install and use TubeMaster++ in Linux (like Ubuntu 9.10) to record streamiHere's the e-mail I sent...
Hi. I'm attempting to install and run TubeMaster++ under 32 bit Ubuntu 10.10 but I've hit a snag. The last part of your instructions are: "=----- (2) -> Once all System Requirements are installed go to TubeMaster++ folder. =----- (3) -> Run tm++.jar (You must be ROOT !). =----- (4) -> If you have any questions, suggestions, or if you find some bugs, please contact me at : ggsofts[at]gmail.com" Via a step-by-step explanation, how would one run Run tm++.jar and do so as root? BTW. I'll post your reply in this thread: How to install and use TubeMaster++ in Linux (like Ubuntu 9.10) to record streaming http://stream-recorder.com/forum/ins...html#post23384 Thank you. -------- ...And the reply I've just received: "Hello, The .sh script was replaced by the JAR archive. So you can try to run it with "./tm++.jar" or "java -jar tm++.jar" (AS ROOT). Regards, GgSofts." -------- So using the root Terminal I tried this... Code:
root@ubuntu:/home/p4# cd TubeMaster++ root@ubuntu:/home/p4/TubeMaster++# ./tm++.jar TubeMaster++ detected operating system : Linux java.io.FileNotFoundException: null/Errors.log (No such file or directory) at java.io.FileOutputStream.openAppend(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:207) at Main.Commun.logError(Commun.java:45) at Main.MainForm.main(MainForm.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56) root@ubuntu:/home/p4/TubeMaster++# java -jar tm++.jar TubeMaster++ detected operating system : Linux java.io.FileNotFoundException: null/Errors.log (No such file or directory) at java.io.FileOutputStream.openAppend(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:207) at Main.Commun.logError(Commun.java:45) at Main.MainForm.main(MainForm.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56) root@ubuntu:/home/p4/TubeMaster++# EDIT: I just tried to put the following in a new post but this forum won't let me do so. Code:
p4@ubuntu:~$ sudo ./tm++.jar sudo: ./tm++.jar: command not found p4@ubuntu:~$ |
#9
|
|||
|
|||
Re: How to install and use TubeMaster++ in Linux (like Ubuntu 10.04) to record streamQuote:
Quote:
Try to ask the developer about the other errors. |
#10
|
|||
|
|||
Re: How to install and use TubeMaster++ in Linux (like Ubuntu 9.10) to record streamiI've e-mailed GgSofts a link to this thread.
|
Tags: how to, install, linux, record, recording, streaming, tubemaster, ubuntu, use |
Thread Tools | |
Display Modes | |
|
|