PDA

View Full Version : b1.ro: Help to downloading RTMPE stream


quid
10-15-2011, 06:57 AM
Hello. I use RTMPdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm). It responds like this when I try to download videos from b1.ro website:
C:\WINDOWS\system32>"D:\rtmpdump.exe" -r "rtmpe://fms18.mediadirect.ro:80/recb1?
id=24868983/2011/10/14/mp4:sfert14_2011-10-14_13-59-00_low.mp4" -o "D:\video.flv
"
RTMPDump v2.3 r569 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound

StreamTransport (http://all-streaming-media.com/record-video-stream/StreamTransport-Download-HTTP-RTMP-RTMPE-streams.htm) downloads only the first 1.62 MB of any videos from this site, then download speed stays to 0 forever.

Somebody had the same problem with other romanian websites which use the same method of displaying their videos, and KSV here modifyied rtmpdump, adding some code to make it miraculosly work :D. But now another problem appeared.

Can someone have a look? Thank you.

quid
10-15-2011, 07:08 AM
This one was the topic I was talking about:
http://stream-recorder.com/forum/showthread.php?p=30688

KSV
10-15-2011, 07:13 AM
You are using the wrong command line.

rtmpdump -r "rtmpe://fms18.mediadirect.ro:80/recb1?id=24868983" -y "2011/10/14/mp4:sfert14_2011-10-14_13-59-00_low.mp4" -v -o Test.flv

RTMPDump v2.4 GIT-2011-09-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: trackinfo:
INFO: timescale 90000.00
INFO: length 86551200.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: timescale 90000.00
INFO: length 86549670.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
INFO: audiochannels 2.00
INFO: audiosamplerate 90000.00
INFO: videoframerate 25.00
INFO: aacaot 2.00
INFO: avclevel 30.00
INFO: avcprofile 66.00
INFO: audiocodecid mp4a
INFO: videocodecid avc1
INFO: width 608.00
INFO: height 336.00
INFO: frameWidth 608.00
INFO: frameHeight 336.00
INFO: displayWidth 608.00
INFO: displayHeight 336.00
INFO: framerate 25.00
INFO: moovposition 107789828.00
INFO: duration 961.68
70831.350 kB / 961.64 sec (99.9%)
Download complete

quid
10-15-2011, 07:36 AM
I am ashamed for my mistake and opening a thread just for this. I don't know the command "-y" neither "-v".
I modifyied other links too by your model and it's allright.
Thank you so much.

KSV
10-15-2011, 07:48 AM
Another trick is to remove _low from the playpath to download high quality version :D

means replace

2011/10/14/mp4:sfert14_2011-10-14_13-59-00_low.mp4

with

2011/10/14/mp4:sfert14_2011-10-14_13-59-00.mp4

quid
10-15-2011, 08:17 AM
I knew this one. I discovered it just giving a try... :P