Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 09-01-2012, 05:02 AM
Miziko Miziko is offline
Member
 
Join Date: Jun 2012
Posts: 30
Miziko is on a distinguished road
Default

How to RTMPDump WWE.COM


How do I RTMPdump this

http://www.wwe.com/videos/sin-cara-d...-augu-26049106

It's from WWE.com
Reply With Quote
  #2  
Old 09-01-2012, 07:04 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: How to RTMPDump WWE.COM


Code:
rtmpdump -r "rtmpe://bcvideos.wwe.com:1935/wwevideo?videoId=1816047429001&lineUp
Id=&pubId=97927511001&playerId=1511047392001&affiliateId=" -a "wwevideo?videoId=
1816047429001&lineUpId=&pubId=97927511001&playerId=1511047392001&affiliateId=" -
f "WIN 11,3,300,257" -W "http://admin.brightcove.com/viewer/us20120831.1129/fede
ratedVideoUI/BrightcovePlayer.swf?uid=1346500968105" -p "http://www.wwe.com/vide
os/sin-cara-discusses-masking-cody-rhodes-in-a-rare-interview-wwecom-exclusive-a
ugu-26049106" -y "mp4:97927511001/97927511001_1816691976001_rey-exclus-083112.mp
4?videoId=1816047429001&lineUpId=&pubId=97927511001&playerId=1511047392001&affil
iateId=" -o 97927511001_1816691976001_rey-exclus-083112.flv
RTMPDump v2.4-35-ge0056c5
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              115.61
INFO:   moovPosition          48.00
INFO:   width                 1280.00
INFO:   height                720.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            100.00
INFO:   avclevel              31.00
INFO:   aacaot                2.00
INFO:   videoframerate        29.97
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO: tags:
INFO:   ©too                 Lavf53.24.0
INFO: trackinfo:
INFO:   length                346200.00
INFO:   timescale             2997.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                5098496.00
INFO:   timescale             44100.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
10546.460 kB / 81.92 sec (70.8%)
Reply With Quote
  #3  
Old 09-01-2012, 07:51 AM
Miziko Miziko is offline
Member
 
Join Date: Jun 2012
Posts: 30
Miziko is on a distinguished road
Default

Re: How to RTMPDump WWE.COM


Works! Thank you man
Reply With Quote
  #4  
Old 09-03-2012, 04:41 AM
Miziko Miziko is offline
Member
 
Join Date: Jun 2012
Posts: 30
Miziko is on a distinguished road
Default

Re: How to RTMPDump WWE.COM


Quote:
Originally Posted by svnpenn View Post
Code:
rtmpdump -r "rtmpe://bcvideos.wwe.com:1935/wwevideo?videoId=1816047429001&lineUp
Id=&pubId=97927511001&playerId=1511047392001&affiliateId=" -a "wwevideo?videoId=
1816047429001&lineUpId=&pubId=97927511001&playerId=1511047392001&affiliateId=" -
f "WIN 11,3,300,257" -W "http://admin.brightcove.com/viewer/us20120831.1129/fede
ratedVideoUI/BrightcovePlayer.swf?uid=1346500968105" -p "http://www.wwe.com/vide
os/sin-cara-discusses-masking-cody-rhodes-in-a-rare-interview-wwecom-exclusive-a
ugu-26049106" -y "mp4:97927511001/97927511001_1816691976001_rey-exclus-083112.mp
4?videoId=1816047429001&lineUpId=&pubId=97927511001&playerId=1511047392001&affil
iateId=" -o 97927511001_1816691976001_rey-exclus-083112.flv
RTMPDump v2.4-35-ge0056c5
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              115.61
INFO:   moovPosition          48.00
INFO:   width                 1280.00
INFO:   height                720.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            100.00
INFO:   avclevel              31.00
INFO:   aacaot                2.00
INFO:   videoframerate        29.97
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO: tags:
INFO:   ©too                 Lavf53.24.0
INFO: trackinfo:
INFO:   length                346200.00
INFO:   timescale             2997.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                5098496.00
INFO:   timescale             44100.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
10546.460 kB / 81.92 sec (70.8%)

How did you get it and pls dont say GetFLV :P any alternatives
Reply With Quote
  #5  
Old 09-03-2012, 07:57 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: How to RTMPDump WWE.COM


Quote:
Originally Posted by Miziko View Post
How did you get it and pls dont say GetFLV :P any alternatives
I used Cygwin with a Bash script I made

github.com/svnpenn/etc/blob/master/rtmp-host.sh
Reply With Quote
  #6  
Old 09-04-2012, 03:33 PM
Miziko Miziko is offline
Member
 
Join Date: Jun 2012
Posts: 30
Miziko is on a distinguished road
Default

Re: How to RTMPDump WWE.COM


Quote:
Originally Posted by svnpenn View Post
I used Cygwin with a Bash script I made

github.com/svnpenn/etc/blob/master/rtmp-host.sh
How do I use that

after some reasearch on view sourcing i got the same info as you but I need abit of help this video is blocked in my country and the way I could get the one you got is much different please help on this one http://www.wwe.com/videos/chris-jeri...atch-26049155/
Reply With Quote
  #7  
Old 09-04-2012, 05:35 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: How to RTMPDump WWE.COM


Code:
rtmpdump -r "rtmpe://bcvideos.wwe.com:1935/wwevideo?videoId=1816697849001&lineUp
Id=&pubId=1334844331001&playerId=1466806591001&affiliateId=" -a "wwevideo?videoI
d=1816697849001&lineUpId=&pubId=1334844331001&playerId=1466806591001&affiliateId
=" -f "WIN 11,3,300,257" -W "http://admin.brightcove.com/viewer/us20120831.1129/
federatedVideoUI/BrightcovePlayer.swf?uid=1346798071837" -p "http://www.wwe.com/
videos/chris-jericho-vs-christian-wrestlemania-20-full-length-match-26049155/" -
y "mp4:1334844331001/1334844331001_1816846584001_sep2012-gm-01.mp4?videoId=18166
97849001&lineUpId=&pubId=1334844331001&playerId=1466806591001&affiliateId=" -o 1
334844331001_1816846584001_sep2012-gm-01.flv
RTMPDump v2.4-35-ge0056c5
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              1208.01
INFO:   moovPosition          48.00
INFO:   width                 1280.00
INFO:   height                720.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            100.00
INFO:   avclevel              31.00
INFO:   aacaot                2.00
INFO:   videoframerate        29.97
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO: tags:
INFO:   ©too                 Lavf53.24.0
INFO: trackinfo:
INFO:   length                3620400.00
INFO:   timescale             2997.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                53272576.00
INFO:   timescale             44100.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
11866.850 kB / 72.27 sec (5.9%)
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 12:38 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons