View Single Post
  #9  
Old 05-10-2011, 03:05 AM
clueless clueless is offline
Junior Member
 
Join Date: May 2011
Posts: 3
clueless is on a distinguished road
Default

Re: veevr.com: Problem with rtmpt stream


Hi all, I am the OP, thank you all for the help.
I realized that these parameters and the tcURL are dinamically changing, so I have to keep sniffing my IP sockets. I had success downloading (thanks to You) with this command:

rtmpdump -r "rtmp://fms018.am4.hwcdn.net/j3v8m4w2/_definst_/mp4:fms/videos/10858deb7f814e418e19fc75acbd6d3c.mp4?rs=460&ri=112 6400&doppl=032837e74ee13d42&dopsig=968d6c87ac6f00c e03934fade763e473" -W http://static-hwll.veevr.com/cds/fla...rtmp-3.2.0.swf -o savedmovie.flv

Unfortunately, after about 1% the download stops. This is what I see:

DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.Reset
DEBUG: ReadN, RTMP socket closed by server
ERROR: ReadPacket, failed to read RTMP packet header
WARNING: Download may be incomplete (downloaded about 1.0%), try --resume!
Closing connection... done!


How do I make it dump the whole movie?

(Edit: Could it be, that it is because I am using tcpdump v1.6?)
((Edit2: It is indeed. tcpdump v2.3 does it without a hitch))

Last edited by clueless : 05-10-2011 at 03:58 AM.
Reply With Quote