-
get_streams uses the Perl interpreter from a fixed location, which causes problems when the interpreter is located elsewhere than /usr/bin.
this can be fixed by changing the line:
#!/usr/bin/perl
to:
#!/usr/bin/env perl.
2009-05-06 09:53:09 UTC in rtmpdump
-
Ben Davey, AudioBear, vike: looks like you have figured out how to successfully compile rtmpdump v1.5a on Mac OS X.
Do you want to submit a ticket with patches to macports [1]?
I have not had time to look into v1.5 yet, but the port is defined as openmaintainer and all are welcome to send in bugfixes and improvements.
P.S. Portfile will also need a patch, e.g., to add a dependency on...
2009-05-05 09:08:31 UTC in rtmpdump
-
macports ticket for rtmpdump v1.4 has been closed.
do "sudo port selfupdate" to get the new version of the port.
after that you should be able to install rtmpdump 1.4 via MacPorts on both OS X 10.4 and 10.5.
2009-05-05 08:37:02 UTC in rtmpdump
-
sblumberg: if you are getting an error "make: command not found", check if you have installed Apple Xcode Developer Tools:
http://www.macports.org/install.php#requirements
That should get you further. Once the macports ticket re. v1.4 is closed, you should not have to worry re. patching bytes.cpp / bytes.h - that would happen automatically.
The ticket has all the required...
2009-05-04 22:30:41 UTC in rtmpdump
-
yasuda1963: What is the system configuration / conditions that require this patch?
The reason I am asking is because on a PPC with OS X 10.5 it compiled OK with the original patch.
2009-04-25 22:40:30 UTC in rtmpdump
-
Can you successfully compile rtmpdump on Mac OS X 10.4?
It fails while compiling: http://trac.macports.org/ticket/19386
I can not check or fix this as I do not have 10.4, but it would be great if someone could suggest a fix. The problem is with libkern/_OSByteOrder.h which does not exist on OS X 10.4:
Error: Target org.macports.build returned: shell command " cd...
2009-04-21 16:12:11 UTC in rtmpdump
-
You can now use MacPorts to install rtmpdump on a Mac (sudo port install rtmpdump).
It uses the patch posted by Jerry (thanks!). I also added a +nodebug variant which silences some debug messages.
2009-04-19 22:27:25 UTC in rtmpdump
-
When launched w/o parameters, rtmpdump displays this help message:
"ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[:port]/playpath") containing a hostname"
By seeing just this message users might not be aware about other options such as --playpath.
2009-04-16 00:53:05 UTC in rtmpdump
-
P.S. i noticed that in this case I actually have old versions of GIMP packages, but the question remains the same.
Thanks.
2009-04-15 13:13:56 UTC in G'MIC
-
Running the normal ./configure and make in the main GMIC directory causes this error during ./configure :
checking for GIMP... configure: error: Package requirements (gimp-2.0 >= 2.4.0 gimpui-2.0 >= 2.4.0) were not met:
No package 'gimp-2.0' found
No package 'gimpui-2.0' found
---
Could you tell me how to build the command line version with just the dependencies which you...
2009-04-15 13:12:12 UTC in G'MIC