View Single Post
  #54  
Old 10-08-2012, 10:13 AM
xrspook xrspook is offline
Junior Member
 
Join Date: Oct 2012
Posts: 2
xrspook is on a distinguished road
Default

Re: rtmp-host.sh, RtmpExplorer alternative


Quote:
Originally Posted by svnpenn View Post
- move RtmpSrv to the PATH, for example C:\cygwin\usr\local\bin\rtmpsrv.exe
not only rtmpsrv.exe but also rtmpdump.exe should move to PATH!

finally, i got this!!!

Code:
$ ./rtmp-host.sh
Killed flash player for clean dump. Hosts file reset.
Restart video then press enter here.

127.0.0.1 bcvideos.wwe.com
127.0.0.1 cp95906.edgefcs.net
Press enter to start RtmpSrv, then restart video.

RTMP Server v2.4-41-g7bae82a
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
Closing connection... done!

ERROR: Handshake failed
Closing connection... done!

RTMPDump v2.4-41-g7bae82a
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
rtmpdump -r "rtmpe://bcvideos.wwe.com:1935/wwevideo?videoId=1859320248001&lineUpId=&pubId=97927511001&playerId=1511047392001&affiliateId=" -a "wwevideo?videoId=1859320248001&lineUpId=&pubId=97927511001&playerId=1511047392001&affiliateId=" -f "WIN 11,4,402,265" -W "http://admin.brightcove.com/viewer/us20121005.1247/federatedVideoUI/BrightcovePlayer.swf?uid=1349708842521" -p "http://www.wwe.com/videos/alberto-del-rio-runs-down-the-wwe-universe-in-albany-wwe-app-exclusive-26054665" -y "mp4:97927511001/97927511001_1859359273001_raw1009-2ndscrn-delrio-otunga.mp4?videoId=1859320248001&lineUpId=&pubId=97927511001&playerId=1511047392001&affiliateId=" -o 97927511001_1859359273001_raw1009-2ndscrn-delrio-otunga.flv
RTMPDump v2.4-41-g7bae82a
(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              173.45
INFO:   moovPosition          48.00
INFO:   width                 720.00
INFO:   height                404.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            66.00
INFO:   avclevel              30.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                519500.00
INFO:   timescale             2997.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                7649280.00
INFO:   timescale             44100.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
1688.909 kB / 32.77 sec (18.8%)
svnpenn, thank you very much~~~~~
Reply With Quote