View Single Post
  #3  
Old 12-18-2012, 01:26 AM
uplotre uplotre is offline
Junior Member
 
Join Date: Dec 2012
Location: Earth
Posts: 8
uplotre is on a distinguished road
Default

Re: Rtmpdump Possible Bug


Thanks for pointing me the app and playpath svnpenn2.

Although i am still scratching my head, why this is working with ubuntu 12.04 version and not with the latest rtmpdump.

With ubuntu 12.04 (Version: 2.4~20110711.gitc28f1bab-1)
Code:
rtmpdump --live --rtmp=rtmp://flash62.ustream.tv/ustreamVideo/9279561/streams/live --flv=/dev/null
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
Starting Live Stream
9.841 kB / 1.67 sec^C
Caught signal: 2, cleaning up, just a second...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
12.763 kB / 2.18 sec
Download may be incomplete (downloaded about 0.00%), try resuming
With latest head of rtmpdump.

Code:
rtmpdump --live --rtmp=rtmp://flash62.ustream.tv/ustreamVideo/9279561/streams/live --flv=/dev/null
RTMPDump v2.4 3a1e20c~git
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
Using app and playpath, works as you suggested...

Code:
rtmpdump --live --rtmp=rtmp://flash62.ustream.tv/ustreamVideo/9279561/streams/live --app=ustreamVideo/9279561  --playpath=streams/live --flv=/dev/null
RTMPDump v2.4 3a1e20c~git
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
Starting Live Stream
6.653 kB / 1.12 sec^C
Caught signal: 2, cleaning up, just a second...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
9.575 kB / 1.63 sec
Download may be incomplete (downloaded about 0.00%), try resuming
Reply With Quote