I compiled rtmpdump 2.4 on my mac and it isn't working. I only get the: "ERROR: RTMP_ReadPacket, failed to read RTMP packet header" message.
I'm using the following code:
Code:
-r "rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p625.swf" -p "http://chaturbate.com/perfname/" -C S:myaccount -C S:perfname -C S:2.625 -C S:mypassword -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "anything" -o "Test.flv"
I also tried the rtmpdump mac installer (
http://trick77.com/2011/07/30/rtmpdu...-x-10-7-lion/), which is also not working.
However, when I'm using the patched built from KSV under windows it is working fine (with the same code). Why isn't it working under mac? Any ideas?