PDA

View Full Version : veevr.com: Problem with rtmpt stream


any ANONYMOUS forum user
05-09-2011, 05:35 AM
Hello,

Thank you very much for your pieces on the forum, they have been very helpful. I was trying to find the rtmp url for downloading this:
_http://veevr.com/videos/dcgKk0gjf

I got to the point where I could find packets with stuff like this is wireshark:
rtmpt://fms005.am4.hwcdn.net/j3v8m4w2/_definst_ and then I thought this might be the filename: fms/videos/29b5ddd18f6b4ef2ac2da3180a5f0058.mp4 and fed this to rtmpdump but it gives me invalid application name error.

I am at the end of my wits, please help.

svnpenn
05-09-2011, 07:42 AM
rtmpdump -r "rtmp://fms008.da1.hwcdn.net/j3v8m4w2/_definst_/mp4:fms/videos/10858deb7f814e418e19fc75acbd6d3c.mp4?rs=460&ri=1126400&doppl=158df530584a0935&dopsig=c1cfcc8209cae808b8055e66354d326c" -W http://static-hwll.veevr.com/cds/flash/flowplayer/flowplayer.rtmp-3.2.0.swf -o output.flv

any ANONYMOUS forum user
05-09-2011, 08:04 AM
Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-download-and-capture-streaming-music-radio-video.htm) 4 can download this RTMP stream without any problem.

any ANONYMOUS forum user
05-09-2011, 08:04 AM
i am using some googled version of GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) (9.0.0.9). fails to download the captured video link :confused:

but Coojah + Blader (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm) and StreamTransport (http://all-streaming-media.com/record-video-stream/StreamTransport-Download-HTTP-RTMP-RTMPE-streams.htm) can download the video without any problems! :)

KSV
05-09-2011, 08:07 AM
rtmpdump -r "rtmp://fms018.lo1.hwcdn.net/j3v8m4w2/_definst_" -a "j3v8m4w2/_definst_" -f "WIN 10,2,159,1" -W "http://static-hwll.veevr.com/cds/flash/flowplayer/flowplayer.rtmp-3.2.0.swf" -p "http://veevr.com/videos/dcgKk0gjf" -y "mp4:fms/videos/10858deb7f814e418e19fc75acbd6d3c.mp4?rs=460&ri=1126400&doppl=28fea51665395b0f&dopsig=c4940476702f0d96ccb69a63406443a3" -o 10858deb7f814e418e19fc75acbd6d3c.flv
RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 2480.77
INFO: moovPosition 32.00
INFO: width 624.00
INFO: height 352.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 100.00
INFO: avclevel 31.00
INFO: aacaot 2.00
INFO: videoframerate 25.00
INFO: audiosamplerate 24000.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 62016000.00
INFO: timescale 25000.00
INFO: language und
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 59538432.00
INFO: timescale 24000.00
INFO: language und
INFO: sampledescription:
INFO: sampletype mp4a
7621.439 kB / 144.40 sec (5.8%)

use RTMPexplorer (http://all-streaming-media.com/record-video-stream/RTMPExplorer-freeware-GUI-for-rtmpsrv-Windows.htm) to sniff the link.

placebo
05-09-2011, 08:50 AM
I've tried HiDownload (http://all-streaming-media.com/record-video-stream/HiDownload-download-Windows-Media-Real-Audio-Video-QT-Flash-FLV-Shoutcast-MP3-audio-streaming-and-save-to-hd.htm) Platinum on this video webpage.

It catches the url and tries to download but in the end ... no result.

@SR
what about NetTransport (http://stream-recorder.com/forum/video-downloadhelper-firefox-review-t8772.html)?

getflv
05-09-2011, 09:30 AM
i am using some googled version of getFLV (9.0.0.9). fails to download the captured video link :confused:

but Coojah Blader and StreamTransport can download the video without any problems! :)

Please download and install 9.0.1.0 to check your problem again.:cool:

placebo
05-09-2011, 09:35 AM
Please download and install 9.0.1.0 to check your problem again.:cool:

9.0.1.0 downloaded, installed and tested:
http://img339.imageshack.us/img339/1418/snap1f.th.gif (http://img339.imageshack.us/img339/1418/snap1f.gif)

Thanks, great (and swift) job!!
:cool: :cool:

clueless
05-10-2011, 03:05 AM
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=1126400&doppl=032837e74ee13d42&dopsig=968d6c87ac6f00ce03934fade763e473" -W http://static-hwll.veevr.com/cds/flash/flowplayer/flowplayer.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))

KSV
05-10-2011, 03:36 AM
probably you are having some connection problems. just try again.

Authentication parameters will surely be different for each new request.

vegeta19
03-15-2012, 07:19 PM
I tried some of the programs you listed GetFLV, StreamTransport veevr not work but most of 'you advise me another program to find and download videos from this site and possibly convert it to flv format

chap
03-16-2012, 05:39 PM
I tried some of the programs you listed GetFLV, StreamTransport veevr not work but most of 'you advise me another program to find and download videos from this site and possibly convert it to flv format
use StreamTransport v 2041

vegeta19
03-17-2012, 03:12 PM
use StreamTransport v 2041

thanks for the help but 'I have found only the portable version someone could upload the normal version?

Bahman
03-17-2012, 03:17 PM
^Take a look here (http://www.videohelp.com/download/streamtransport_setup_1022041.exe?r=THCcGkvpbz), then!!;)

vegeta19
03-17-2012, 03:49 PM
^Take a look here (http://www.videohelp.com/download/streamtransport_setup_1022041.exe?r=THCcGkvpbz), then!!;)

Also could you pass the link of GetFLV (9.0.1.0)?