ESPN3: Rtmpdump Error Downloading RTMP streamI am trying to download an ESPN3 rtmp stream.
I used rtmpsrv to intercept the connection, which gave me the below rtmp command Code:
rtmpdump -r "rtmp://cp88998.edgefcs.net:1935/ondemand?auth=da.b2aZaOc0cpdhaNcPbBbZdgd6dgcsdsa9-bnJibj-O-6xunwLFEv-q8sgk3rVlbq8s6phsjrdkaook8komnporls4k8qclnpbr5pbrfrckcn2lkkolapsq2sglprqkfqpr8p7r8sllnolkekkl4o9qes9k4q8kbpcr6p9r6rek6&aifp=v0001&slist=88998/espn/2011/03/24/176-8799/web-encodes/146713_espn3&ct5=25-Mar-11&ct6=192.234.2.90&ct7=13265035:FMS_CLOUD&ct8=39&ct1=espn_us&ct3=espn:%7B84E3CBBB-26A3-4776-AC3F-9EF7C000BCB9%7D&ct4=espn_us" -a "ondemand?auth=da.b2aZaOc0cpdhaNcPbBbZdgd6dgcsdsa9-bnJibj-O-6xunwLFEv-q8sgk3rVlbq8s6phsjrdkaook8komnporls4k8qclnpbr5pbrfrckcn2lkkolapsq2sglprqkfqpr8p7r8sllnolkekkl4o9qes9k4q8kbpcr6p9r6rek6&aifp=v0001&slist=88998/espn/2011/03/24/176-8799/web-encodes/146713_espn3&ct5=25-Mar-11&ct6=192.234.2.90&ct7=13265035:FMS_CLOUD&ct8=39&ct1=espn_us&ct3=espn:%7B84E3CBBB-26A3-4776-AC3F-9EF7C000BCB9%7D&ct4=espn_us" -f "WIN 10,1,85,3" -W "http://assets.espn.go.com/[[IMPORT]]/livepassdl.conviva.com/ver/2.23.1.40793/LivePassModuleMain.swf" -p "http://espn.go.com/espn3/player?id=146713&league=South%20American%20U17&size=condensed" -y "mp4:88998/espn/2011/03/24/176-8799/web-encodes/146713_espn3_1200k/146713_espn3_1200k.mp4" -o 146713_espn3_1200k.flv Code:
ERROR: RTMP_HashSWF: swfurl http://assets.espn.go.com/[[IMPORT]]/livepassdl.conviva.com/ver/2.23.1.40793/LivePassModuleMain.swf not found Thanks |
Re: ESPN3: Rtmpdump Error Downloading RTMP streamQuote:
Code:
[[IMPORT]]/ |
Re: ESPN3: Rtmpdump Error Downloading RTMP streamIf you use Windows, you can also download RTMP streams with freeware StreamTransport, CooJah + Blader, shareware Replay Media Catcher,...
And you can capture RTMP streams in real time while you watch them using freeware CooJah (without Blader), Orbit Grab Pro, shareware Replay Media Catcher 4. Related: FAQ: How to record/download/capture/save Adobe Flash .FLV video RTMP stream from embedded player How to record rtmp:// flash video .flv stream from embedded Adobe Flash Player |
Re: ESPN3: Rtmpdump Error Downloading RTMP streamQuote:
|
Re: ESPN3: Rtmpdump Error Downloading RTMP streamQuote:
|
Re: ESPN3: Rtmpdump Error Downloading RTMP streamQuote:
|
Re: ESPN3: Rtmpdump Error Downloading RTMP streamQuote:
|
Re: ESPN3: Rtmpdump Error Downloading RTMP streamHave you managed to rip a stream from ESPN3 using rtmpdump? I can't manage to authenticate as well - I get Access Denied.
rtmpdump --rtmp "rtmp://cp88998.edgefcs.net:1935/ondemand" --playpath "mp4:88998/espn/2012/03/16/176-19796/web-encodes/415194_espn3_400k/415194_espn3_400k.mp4" --swfUrl "http://neulion.vo.llnwd.net/o37/espn/player/espnplayer/static/flex/console.swf" --auth "da.cYbJaqb5a0cXcVaobwdDawdwbtapbgbb-bpNt9W-O-2yynCKKCs-saqen3ldtp.lales5obpfkcj3o9pbqelfs4q8n6l9s5l5l6s6p op6k4kqpop9rmmotoqcnbl9sclfmqs2o8p6kfj4oep8q3lasdq 3n7lg" -o test.flv --verbose RTMPDump 2.4 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL DEBUG: Protocol : RTMP DEBUG: Hostname : cp88998.edgefcs.net DEBUG: Port : 1935 DEBUG: Playpath : mp4:88998/espn/2012/03/16/176-19796/web-encodes/415194_espn3_400k/415194_espn3_400k.mp4 DEBUG: tcUrl : rtmp://cp88998.edgefcs.net:1935/ondemand DEBUG: swfUrl : http://neulion.vo.llnwd.net/o37/espn...ex/console.swf DEBUG: app : ondemand DEBUG: auth : da.cYbJaqb5a0cXcVaobwdDawdwbtapbgbb-bpNt9W-O-2yynCKKCs-saqen3ldtp.lales5obpfkcj3o9pbqelfs4q8n6l9s5l5l6s6p op6k4kqpop9rmmotoqcnbl9sclfmqs2o8p6kfj4oep8q3lasdq 3n7lg DEBUG: live : no DEBUG: timeout : 30 sec DEBUG: Setting buffer time to: 36000000ms Connecting ... DEBUG: RTMP_Connect1, ... connected, handshaking DEBUG: HandShake: Type Answer : 03 DEBUG: HandShake: Server Uptime : 1444612941 DEBUG: HandShake: FMS Version : 3.5.7.1 DEBUG: HandShake: Handshaking finished.... DEBUG: RTMP_Connect1, handshaked DEBUG: Invoking connect INFO: Connected... DEBUG: RTMP_ClientPacket, received: invoke 134 bytes DEBUG: (object begin) DEBUG: Property: NULL DEBUG: (object begin) DEBUG: Property: <Name: level, STRING: error> DEBUG: Property: <Name: code, STRING: NetConnection.Connect.Rejected> DEBUG: Property: <Name: description, STRING: [ AccessManager.Reject ] : Access denied!> DEBUG: (object end) DEBUG: (object end) |
Re: ESPN3: Rtmpdump Error Downloading RTMP streamQuote:
|
Re: ESPN3: Rtmpdump Error Downloading RTMP streamrtmpdump -r " rtmpe://cp88998.edgefcs.net:443/ondemand" --swfVfy "http://neulion.vo.llnwd.net/o37/espn/player/espnplayer/static/flex/console.swf" --playpath "88998/espn/2012/04/30/176-21492/web-encodes/463203_espn3_1800k/463203_espn3_1800k.mp4" --auth "da.bBbtbBc2cBaZdVdNc4aXafdtb_c.bScb-bpOM7H-O-9yCoDLHEx-kbqhs4qptppotnnqmlndkfq3toq8ngrlk5rnsfqntmo5s7m8mm n9k3rqtpqgnbq8lnqgscqnsapqsfm4l8n7keq4sfq9n5q8keq6 s8pd" --port 443 -o out.mp4 --protocol 2 --verbose
|
Re: ESPN3: Rtmpdump Error Downloading RTMP streamput the page path/link in command and then try!
|
Re: ESPN3: Rtmpdump Error Downloading RTMP streamStill can't make it...
rtmpdump -r " rtmp://cp88998.edgefcs.net:1935/ondemand" --swfVfy "http://neulion.vo.llnwd.net/o37/espn/player/espnplayer/static/flex/console.swf" --playpath "88998/espn/2012/04/30/176-21492/web-encodes/463203_espn3_1800k/463203_espn3_1800k.mp4" --auth "da.bvc1dWcnataUbraNcDbucZbxcnbMcRb6-bpORwF-O-3zwqELGCz-p9qes4sej8.kemfnorcnlsqk4mbsombtop3qctptmkmk3nomfr 8m7r3k8margm8scqqq8sdsfkokam7m3r9m6rek5mhr9m3s8pcq 3s8se" --port 1935 -o out.mp4 --protocol 1 --pageUrl "http://www.espnplayer.com/espnplayer/xgames" --verbose let me know if you wish to try and i will send the credentials on PM. thanks |
Re: ESPN3: Rtmpdump Error Downloading RTMP streamThe problem is that Auth string is valid only for few secs!! You should use sth instead of copy and pasting auth strings!! I tried rtmpsuck and worked:
Code:
rtmpdump -r "rtmp://cp88998.edgefcs.net:1935/ondemand" -a "ondemand?auth=da.cRaFdRc3aAbPbnaIbsd6cRdVa1aZdcaA-bpOSnY-O-5xuqzLICw-k9men3rerdmfqankkcmlpgm2k8mbocqmk3m5olrfrcm5q8malqmmp4m6kbnnpmpak8npoprhr7m8qam2kal5pfm3khm9o3p9kcm3n7rg&aifp=v0001&slist=88998/espn/2012/04/30/176-21492/web-encodes/463203_espn3&ct5=03-May-12&ct6=208.92.36.18&ct7=21056843:FMS_CLOUD&ct8=39&ct1=espn_us&ct3=6675A4B9-047B-0A75-35DC-13BC42FE9005&ct4=espn_us" -f "WIN 11,2,202,228" -W "http://neulion.vo.llnwd.net/o37/espn/player/espnplayer/static/flex/console.swf" -p "http://www.espnplayer.com/espnplayer/xgames" --live -y "mp4:88998/espn/2012/04/30/176-21492/web-encodes/463203_espn3_400k/463203_espn3_400k.mp4" -o "463203_espn3_400k.mp4.flv" Code:
RTMP Proxy Server v2.4 GIT-2012-02-24 (Compiled by KSV) |
Re: ESPN3: Rtmpdump Error Downloading RTMP streamI owe you a beer!!!
rtmpsrv - I couldn't start it on Mac OS X, but I installed Ubuntu on a VM, ran rtmpsrv - it gave me the URL. I switched 400k to 1800k and now I am downloading the highest quality. I am not sure why rtmpdump didn't run inside the VM though - I had to run rtmpdump from the host OS (Mac OS X), after getting the URL from the VM's rtmpsrv :) Thanks man! Have a good day/evening! |
All times are GMT -6. The time now is 05:28 AM. |