 |
 |
HELP with openRTSP
|
 |
|
 |
|
Senior User
Join Date: Aug 2000
Location: CA
Status:
Offline
|
|
I've been trying to get openRTSP to work, but due to my lack of knowledge on installing command line stuff, I keep getting a "command not found" message.
openRTSP can be found here: http://www.live.com/openRTSP
It's used to save RTSP files.
I was able to build the code using the "make" command, but I'm not sure where to go from there.
|
|
Current: XPC SB81P, 3GHz P4, 1GB RAM; Compaq Presario V2410US, Turion 64 ML-30, 512MB RAM
Previous: Sawtooth G4/400 448MB RAM
ATI Radeon 8500 64MB - flashed variant
OS X 10.3.141592653589793238462643383279502884197169399 37510
Future: 13" Widescreen Powerbook, Core Duo Intel
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Jul 2002
Location: Boston, MA
Status:
Offline
|
|
You did sudo make install after that right? Assuming you did, run locate openRTSP and note where the binary was installed. With that information, run printenv and look at the PATH= statement to verify that the binary is installed in a directory that is in your PATH environment variable.
|
|
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Aug 2000
Location: CA
Status:
Offline
|
|
Here's the steps I've used so far.
In the Live directory, I typed:
./genMakefiles macosx
make
The "make" command ran through and I assumed this built the code.
Then, I went into the testProgs directory which stored the openRTSP file and tried to use it by typing:
openRTSP <url>
I get a command not found message.
I tried your "sudo make install" but received a:
make: *** No rule to make target `install'. Stop.
typing in "locate openRTSP" resulted in no output but the "printenv" command gave me:
PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
Current: XPC SB81P, 3GHz P4, 1GB RAM; Compaq Presario V2410US, Turion 64 ML-30, 512MB RAM
Previous: Sawtooth G4/400 448MB RAM
ATI Radeon 8500 64MB - flashed variant
OS X 10.3.141592653589793238462643383279502884197169399 37510
Future: 13" Widescreen Powerbook, Core Duo Intel
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Oct 2003
Location: UK
Status:
Offline
|
|
I successfully compiled openRTSP a couple of days ago, using almost exactly the same procedure as pdot - the only difference being that, instead of typing "openRTSP <url>", I typed "./openRTSP <url>". This produced two output files, namely "video-MP4V-ES-1" and "audio-MPEG4-GENERIC-2".
The only problem is, I can't view these files... does anyone have any ideas as to which program I require in order to play them? Or is there some way of converting them to a readable format?
I also tried using the "-q" argument, which gave one .mov file, along with the following error message:
Warning: We don't implement a QuickTime Audio Media Data Type for the "MPEG4-GENERIC" track, so we'll insert a dummy "???" Media Data Atom instead. A separate, codec-specific editing pass will be needed before this track can be played.
Needless to say, the QuickTime file would not play (although the stream was saved - the file weighs in at 278Mb). Can anyone shed some light on this?
-Matt
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|