Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 01-10-2010, 12:38 PM
sudeep.makku sudeep.makku is offline
Junior Member
 
Join Date: Jan 2010
Posts: 1
sudeep.makku is on a distinguished road
Unhappy

vidreel.com: using rtmpdump 2.1 to download RTMP video stream


Hii

Could anyyone provide me syntax to use rtmpdump 2.1

I am getting error code when trying to download video
Code:
sudeep@sudeep-laptop:~/Desktop/rtmp2.1$ ./rtmpdump -r "rtmp://94.75.237.169/vod/3Idiots.mp4" -o a.mp4
RTMPDump v2.1c
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

Here is the Java script of code
Code:
<center><a onclick="javascript:document.getElementById('aad').style.display='none';return true;" style="cursor: pointer;"><b>Close Me<img align="baseline" src=../../Button-Close-24x24.png></b></a>
</center></div>
<h4>3 Idiots<br><br><b>Video Description</b> : </h4><div align="center"><script type="text/javascript" src="../../swfobject.js"></script>

  <div name="mediaspace" id="mediaspace"></div>

<div id='mediaspace'></div>

<script type='text/javascript'>
  var so = new SWFObject('../../player.swf','ply','600','340','9','#ffffff');
  so.addParam('allowfullscreen','true');
  so.addParam('allowscriptaccess','always');
  so.addParam('wmode','transparent');
  so.addVariable('file','3 Idiots.mp4');
  so.addVariable('streamer','rtmp://94.75.237.169/vod/');
  so.addVariable("skin", "../../dangdang.swf");
  so.addVariable("logo","../../new1.png");
  so.write('mediaspace');
</script>
<br>
If you have audio problems with your divx player, please download and install:
<a href=http://www.free-codecs.com/download_soft.php?d=4192&s=12>Audio Codec</a><br>
If you have problem with video , please ensure you have the Flash Player version : 9.0.115 or higher , <a href="http://get.adobe.com/flashplayer/">Click here to download latest flash player</a>

</center>
Here is the main url
Code:
http://vidreel.com/video/NTkxNDQ5/
Kindly reply me
Reply With Quote
  #2  
Old 01-11-2010, 07:32 PM
hyc hyc is offline
RTMPdump team
 
Join Date: Dec 2009
Posts: 169
hyc will become famous soon enoughhyc will become famous soon enough
Default

Re: vidreel.com: using rtmpdump 2.1 to download RTMP video stream


This server requires you to provide the swfUrl and pageUrl parameters. It doesn't appear to be doing SWF verification though. Hard to tell from here due to the slow speed of my network connection.
Reply With Quote
  #3  
Old 01-12-2010, 12:08 AM
noob2001204 noob2001204 is offline
Senior Member
 
Join Date: Dec 2007
Posts: 213
noob2001204 has a spectacular aura aboutnoob2001204 has a spectacular aura about
Default

Re: vidreel.com: using rtmpdump 2.1 to download RTMP video stream


This command should work

Code:
rtmpdump -r "rtmp://94.75.237.169/vod//mp4:3%20Idiots.mp4" -s "http://vidreel.com/player.swf" -p "http://vidreel.com/video/NTkxNDQ5/" -o video.mp4
Reply With Quote
  #4  
Old 03-05-2010, 10:03 AM
HolgerHops HolgerHops is offline
Junior Member
 
Join Date: Mar 2010
Posts: 1
HolgerHops is on a distinguished road
Default

Re: vidreel.com: using rtmpdump 2.1 to download RTMP video stream


Thanks this command works great!
Reply With Quote
  #5  
Old 09-25-2010, 09:28 AM
wswlog wswlog is offline
Junior Member
 
Join Date: Sep 2010
Posts: 1
wswlog is on a distinguished road
Default

Re: vidreel.com: using rtmpdump 2.1 to download RTMP video stream


Hi Guys,

I have somewhat the same problem witha vidreel movie, can some one help on the sytax? I installes RMTMP and tested it but it is far less intuitive than I hoed.

The movie I am trying to download is this one here:

Code:
http://vidreel.com/human/OTAzMjY4/
Thanks

Mark
Reply With Quote
  #6  
Old 11-17-2010, 07:59 AM
mayank07 mayank07 is offline
Junior Member
 
Join Date: Nov 2010
Posts: 1
mayank07 is on a distinguished road
Default

Re: vidreel.com: using rtmpdump 2.1 to download RTMP video stream


can anyone give the codec from this URL :

Code:
http://vidreel.com/video/NTc4MzE3/#
Reply With Quote
  #7  
Old 11-17-2010, 10:22 AM
Stream Recorder
 
Posts: n/a
Default

Re: vidreel.com: using rtmpdump 2.1 to download RTMP video stream


Quote:
Originally Posted by mayank07 View Post
can anyone give the codec from this URL :

Code:
http://vidreel.com/video/NTc4MzE3/#
What do you mean by codec from the URL?
Reply With Quote
  #8  
Old 11-17-2010, 04:02 PM
placebo placebo is offline
Moderator - exTerminator
 
Join Date: Aug 2010
Posts: 477
placebo is on a distinguished road
Default

Re: vidreel.com: using rtmpdump 2.1 to download RTMP video stream


Quote:
Originally Posted by mayank07 View Post
can anyone give the codec from this URL :

Code:
http://vidreel.com/video/NTc4MzE3/#
i've tried it. 1 of the following command line works!
Code:
rtmpdump -r "rtmp://85.17.79.71/vod/mp4:A%20Christmas%20Carol.mp4" -s "http://vidreel.com/player.swf" -p "http://vidreel.com/video/NTc4MzE3/" -o video.mp4
rtmpdump -r "rtmp://85.17.79.72/vod/mp4:A%20Christmas%20Carol.mp4" -s "http://vidreel.com/player.swf" -p "http://vidreel.com/video/NTc4MzE3/" -o video.mp4
rtmpdump -r "rtmp://85.17.79.73/vod/mp4:A%20Christmas%20Carol.mp4" -s "http://vidreel.com/player.swf" -p "http://vidreel.com/video/NTc4MzE3/" -o video.mp4
see here:

and interesting to note that other tools fail here (StreamTransport, CooJah + Blader, rtmpsrv). and Replay Media Catcher 4 downloads very slow

Last edited by placebo : 11-18-2010 at 01:13 AM.
Reply With Quote
  #9  
Old 12-29-2010, 06:29 AM
aakif aakif is offline
Junior Member
 
Join Date: Dec 2010
Posts: 1
aakif is on a distinguished road
Thumbs up

Re: vidreel.com: using rtmpdump 2.1 to download RTMP video stream


Quote:
Originally Posted by noob2001204 View Post
This command should work

Code:
rtmpdump -r "rtmp://94.75.237.169/vod//mp4:3%20Idiots.mp4" -s "http://vidreel.com/player.swf" -p "http://vidreel.com/video/NTkxNDQ5/" -o video.mp4
Hey thanks, I just downloaded Saw 3D from Vidreel using the above command.
First I thought its difficult, but then started feeling helpless seeing those softwares asking for MONEY

Then I just opened the source of the page
Code:
http://vidreel.com/video/OTE5OTc2
which is the page to watch the movie!
and I saw the parameters you have used, and then edited your command to

Code:
rtmpdump -r "rtmp://85.17.79.70/vod//mp4:Saw%203D.mp4" -s "http://vidreel.com/player.swf" -p "http://vidreel.com/video/OTESOTc2/" -o video.mp4
AND, it worked

Here is exactly how it is downloading now:
Quote:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\PC>cd Desktop\rtmpdump-2.3

C:\Users\PC\Desktop\rtmpdump-2.3>rtmpdump -r "rtmp://85.17.79.70/vod//
mp4:Saw%203D.mp4" -s "http://vidreel.com/player.swf" -p "http://vidreel.com/vide
o/OTESOTc2/" -o video.mp4
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 5400.26
INFO: moovPosition 32.00
INFO: width 720.00
INFO: height 400.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 100.00
INFO: avclevel 40.00
INFO: aacaot 2.00
INFO: videoframerate 23.98
INFO: audiosamplerate 48000.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 129603474.00
INFO: timescale 24000.00
INFO: language und
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 259212288.00
INFO: timescale 48000.00
INFO: language und
INFO: sampledescription:
INFO: sampletype mp4a
15554.939 kB / 297.30 sec (5.5%)
Reply With Quote
Reply Post New Thread
Tags: , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:07 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons