Audio/video stream recording forums
Free Tutorials: How to Capture Streaming Video and Audio |
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
vidreel.com: using rtmpdump 2.1 to download RTMP video streamHii
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>
Code:
http://vidreel.com/video/NTkxNDQ5/ |
|
#2
|
|||
|
|||
Re: vidreel.com: using rtmpdump 2.1 to download RTMP video streamThis 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.
|
|
#3
|
|||
|
|||
Re: vidreel.com: using rtmpdump 2.1 to download RTMP video streamThis 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 |
|
#4
|
|||
|
|||
Re: vidreel.com: using rtmpdump 2.1 to download RTMP video streamThanks this command works great!
|
|
| Tags: download, rtmp, rtmpdump 21, vid reelm rtmpdump, video, vidreel, www vidreel com |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to record rtmp:// flash video .flv stream from embedded Adobe Flash Player | Stream Recorder | Video stream recording | 29 | 02-05-2010 12:18 AM |
| YouTube video downloaders: How to Record/Capture/Download flash videos from YouTube | Stream Recorder | Video stream recording | 16 | 01-11-2010 01:14 PM |
| Freeware stream ripping software for HTTP FLV. video downloading:Fast Video Download | any ANONYMOUS forum user | Video stream recording | 1 | 06-05-2009 08:01 AM |
| Live video stream and Replay Media Catcher: Could not download a partial RTMP stream | Criss | Video stream recording | 1 | 03-27-2008 03:48 PM |
| Web-sites with streamable Flash video and audio (.FLV and .MP3). Mostly free. | Stream Recorder | Interesting audio/video streams | 6 | 08-10-2007 01:44 AM |