StreamTransport managed to download the above linked video and gives me
Code:
rtmpe://akafms-videos02.myspacecdn.com:443/ondemand/flv:180/vid_a1f90ad59bff4157aaf220c4dd653bc4
as stream URL.
Now I would like to know how to download this URL with
rtmpdump. Is that possible?
When I try:
Code:
rtmpdump -r "rtmpe://akafms-videos02.myspacecdn.com:443/ondemand/flv:180/vid_a1f90ad59bff4157aaf220c4dd653bc4" −v -o myspace_video_test_recording_1.flv
I get the error:
Code:
Connecting ...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
ERROR: rtmp server sent error
Starting Live Stream
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
0.000 kB / 0.00 sec
Download may be incomplete (downloaded about 0.00%), try resuming
Can someone here help me understand this error and show me how StreamTransport came up with the URL.
In URL Snooper I do find 2 entries for akafms-videos02.myspacecdn.com:
Code:
http://akafms-videos02.myspacecdn.com/crossdomain.xml
and
Code:
http://akafms-videos02.myspacecdn.com/fcs/ident
443 tells me this is HTTPS. So where can I learn about this and how I can get HTTPS flv videos with rtmpdump?