Quote:
Originally Posted by Anywho
What are you doing wrong? Probably nothing.
I've got to ask you this though... You didn't see the dates those posts were created  A lot has changed since then 
|
i just want it to work. i was running up on dead ends and it was in 2011 so i wanted to try anything. also
RTMPdump itself hasn't been updated in years, so..
Quote:
Originally Posted by chap
Code:
rtmpdump -r "rtmp://cp39920.live.edgefcs.net:1935/live" -a "live" -f "WIN 10,3,183,7" -W "http://cdn1.ustream.tv/swf/4/viewer.rsl.755.swf" -p "http://www.nasa.gov/multimedia/nasatv/ustream.html" -y "nasahd@55196" -o nasahd@55196.flv -v
Code:
C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window
s\rtmpdump-2.3\rtmpexplorer>rtmpdump -r "rtmp://cp39920.live.edgefcs.net:1935/li
ve" -a "live" -f "WIN 10,3,183,7" -W "http://cdn1.ustream.tv/swf/4/viewer.rsl.75
5.swf" -p "http://www.nasa.gov/multimedia/nasatv/ustream.html" -y "nasahd@55196"
-o nasahd@55196.flv -v
RTMPDump v2.4 GIT-2011-07-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: width 1280.00
INFO: height 720.00
INFO: framerate 14.99
INFO: videocodecid 7.00
INFO: videodatarate 1000.00
INFO: audiodatarate 64.00
7611.793 kB / 53.26 sec
|
when i try that code i get this
Code:
C:\>rtmpdump -r "rtmp://cp39920.live.edgefcs.net:1935/live" -a "live" -f "WIN 10
,3,183,7" -W "http://cdn1.ustream.tv/swf/4/viewer.rsl.755.swf" -p "http://www.na
sa.gov/multimedia/nasatv/ustream.html" -y "nasahd@55196" -o nasahd@55196.flv -v
RTMPDump v1.5a
(c) 2009 Andrej Stepanchuk, license: GPL
DEBUG: Parsing...
DEBUG: Parsed protocol: 0
DEBUG: Parsed host : cp39920.live.edgefcs.net
DEBUG: Parsed port : 1935
DEBUG: Parsed app : live
ERROR: No playpath found!
WARNING: No playpath in URL!
rtmpdump: invalid option -- W
unknown option: ?
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: Protocol : RTMP
DEBUG: Hostname : cp39920.live.edgefcs.net
DEBUG: Port : 1935
DEBUG: Playpath : nasahd@55196
DEBUG: tcUrl : rtmp://cp39920.live.edgefcs.net:1935/live
DEBUG: pageUrl : http://www.nasa.gov/multimedia/nasatv/ustream.html
DEBUG: app : live
DEBUG: flashVer : WIN 10,3,183,7
DEBUG: live : yes
DEBUG: timeout : 300 sec
DEBUG: Connect, ... connected, handshaking
DEBUG: HandShake: Client type: 03
DEBUG: HandShake: Client digest offset: 410
DEBUG: HandShake: Initial client digest:
06 C2 CA F1 52 EB 9D D0 F5 A0 16 D6 4B 6F E9 C0 42 F8 32 B8 12 E1 B2 9D 80 55 D4
3D 54 DF 82 CB
DEBUG: HandShake: Type Answer : 03
DEBUG: HandShake: Server Uptime : 36775598
DEBUG: HandShake: FMS Version : 3.5.7.1
WARNING: Trying different position for server digest!
DEBUG: HandShake: Server DH public key offset: 838
DEBUG: HandShake: Client signature digest position: 410
DEBUG: HandShake: Digest key:
57 68 2C 5E 87 66 CD 75 0B 4F F4 8B A3 2E 4F 73 E8 79 15 18 1C 40 A7 0F 58 92 DC
5F 97 C5 46 21
DEBUG: HandShake: Signature calculated:
8D 9F 2C 13 D8 A2 13 1D 6E 52 F1 66 D7 5E E0 88 C1 82 CB 36 E8 A3 F3 62 88 7A FB
60 C7 81 CA B4
DEBUG: HandShake: Server sent signature:
8D 9F 2C 13 D8 A2 13 1D 6E 52 F1 66 D7 5E E0 88 C1 82 CB 36 E8 A3 F3 62 88 7A FB
60 C7 81 CA B4
DEBUG: HandShake: Genuine Adobe Flash Media Server
DEBUG: HandShake: Calculated digest key from secure key and server digest:
6A 78 EB F6 BC 09 F9 FA 74 AF 0D 80 6E 66 B5 14 90 08 95 20 BB CB CF E4 7F 91 A4
81 9F 6D BA 61
DEBUG: HandShake: Client signature calculated:
64 BA F1 54 7A 0B CB 77 0B 7F 58 DA CC 0E 2E 7F 5C DF 03 39 88 FA 18 00 FD 7E CD
E8 6F 22 9C B8
DEBUG: HandShake: Handshaking finished....
DEBUG: Connect, handshaked
Connected...
Starting download at 0.000 KB
DEBUG: GetNextMediaPacket, received: invoke 134 bytes
DEBUG: Property: <Name: no-name., STRING: _error>
DEBUG: Property: <Name: no-name., NUMBER: 1.00>
DEBUG: Property: NULL
DEBUG: Property: <Name: no-name., OBJECT>
DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetConnection.Co
nnect.Rejected>
DEBUG: Property: <Name: description, STRING: [ AccessManager.
Reject ] : Access denied!>
DEBUG: HandleInvoke, server invoking <_error>
ERROR: rtmp server sent error
DEBUG: GetNextMediaPacket, received: invoke 18 bytes
DEBUG: Property: <Name: no-name., STRING: close>
DEBUG: Property: <Name: no-name., NUMBER: 0.00>
DEBUG: HandleInvoke, server invoking <close>
ERROR: rtmp server requested close
Closing connection... done!
C:\>
why