We have public city council videos that we'd like to download.
The direct link to the video is
http://councilnyc.pegcentral.com/fla...tartState=play
I apologize for asking but I don't seem to be able to rtmpdump to download.
I know the protocol is RTMPE (encrypted). I've tried to understand via Wireshark, and many attempts at rtmpdump
Can anyone see what is missing? we receive a 0 byte file and a message "ERROR: RTMP_ReadPacket, failed to read RTMP packet header DEBUG: Closing connection."
Here are two attempts:
- rtmpdump --live --verbose --debug -r "rtmpe://nyc.pegcentral.com/councilnyc/?doConnect=12345&doPublish=54321" -a "councilnyc/?doConnect=12345&doPublish=54321" -f "WIN 11,8,800,94" -W "http://councilnyc.pegcentral.com/flash/media_player_798c.swf?server=nyc-rtmp.pegcentral.com&account=councilnyc&videoFilena me=NYCC-PV-CH-Cha130822-153731.mp4&from=legistar&inTime=&startState=play" -p "http://legistar.council.nyc.gov/Video.aspx?Mode=Auto&URL=aHR0cDovL2NvdW5jaWxueWMuc GVnY2VudHJhbC5jb20vZmxhc2gvbWVkaWFfcGxheWVyXzc5OGM uc3dmP3NlcnZlcj1ueWMtcnRtcC5wZWdjZW50cmFsLmNvbSZhY 2NvdW50PWNvdW5jaWxueWMmdmlkZW9GaWxlbmFtZT1OWUNDLVB WLUNILUNoYTEzMDgyMi0xNTM3MzEubXA0&Mode2=Video" -y "mp4:NYCC-PV-CH-Cha130822-153731.mp4" -o mp4_NYCC-PV-CH-Cha130822-153731.flv
- (added the swfsize and swfhash parameters) rtmpdump --live --verbose --debug --swfsize 18766 --swfhash 53001033c64d552f762e21ad63d1e01a199f02e42dd0b4cb92 d93869c9aeba27 -r "rtmpe://nyc.pegcentral.com/councilnyc/?doConnect=12345&doPublish=54321" -a "councilnyc/?doConnect=12345&doPublish=54321" -f "WIN 11,8,800,94" -W "http://councilnyc.pegcentral.com/flash/media_player_798c.swf?server=nyc-rtmp.pegcentral.com&account=councilnyc&videoFilena me=NYCC-PV-CH-Cha130822-153731.mp4&from=legistar&inTime=&startState=play" -p "http://legistar.council.nyc.gov/Video.aspx?Mode=Auto&URL=aHR0cDovL2NvdW5jaWxueWMuc GVnY2VudHJhbC5jb20vZmxhc2gvbWVkaWFfcGxheWVyXzc5OGM uc3dmP3NlcnZlcj1ueWMtcnRtcC5wZWdjZW50cmFsLmNvbSZhY 2NvdW50PWNvdW5jaWxueWMmdmlkZW9GaWxlbmFtZT1OWUNDLVB WLUNILUNoYTEzMDgyMi0xNTM3MzEubXA0&Mode2=Video" -y "mp4:NYCC-PV-CH-Cha130822-153731.mp4" -o mp4_NYCC-PV-CH-Cha130822-153731.flv
we post additional information - hitting 10000 character limit