11.09.2019
92
How To Use Rtmpdump Windows 6,7/10 3077 reviews

May 04, 2014  In this video tutorial i show you how to use RTMPDump with Grab Any Media for download video on some site (example on Windows 7). Require: Grab Any Media 4.0.0.6 ( coming-soon, subscribe to newsletters for news event ).

  1. How To Use Rtmpdump Windows 7
  2. How To Rtmpdump Windows
  3. How To Use Rtmpdump With Rtmpsrv In Windows
Active2 years, 5 months ago

I'm new to rtmpdump and trying to learn. Any ideas how I could go about downloading this stream using rtmpdump?

David VasandaniDavid Vasandani
6455 gold badges17 silver badges44 bronze badges

6 Answers

Based on Emre's answer and for those who want to save mp4 files with ffmpeg (rather than flv), you can use the following command:

Community
eyecatchUp

How To Use Rtmpdump Windows 7

eyecatchUp
7,3562 gold badges34 silver badges56 bronze badges

You can save live stream with ffmpeg , similar to rtmp dump.Download zeranoe ffmpeg build for windows or linux .Reach the dir with cmd line .

where the stream_link can be udp:// .. rtmp://.. rtsp://.. http://..

Emre KarataşoğluEmre Karataşoğlu

I was unable to stream the url, mentioned in the above code snippet, anyways How I do in my Ubuntu system is:

$ sudo apt-get install rtmpdump

This installs rtmpdump. And then to download a rtmp stream to a file 'downloaded_file.mp4', I use:

$ rtmpdump -r rtmp://example.com/path/to/video -o downloaded_file.mp4

-r is followed by the rtmp stream and -o is followed by a filename to which the stream will be saved.

Paras Nath ChaudharyParas Nath Chaudhary

For Google Chrome i have developed an extension, can help you for capture any streaming link.This is good assistent, the name is Grab Any Media, i hope help you to capture this link, on the main site you can find more video tutorial

Leonardo CiaccioLeonardo Ciaccio

Use rtmp explorer to view the page.http://www.videohelp.com/tools/RTMPExplorer

2pha2pha
6,5492 gold badges20 silver badges32 bronze badges

If the stream is Live then you have to use -v switch

For example if a sample url is rtmp://serverip/live/streamname then use the following commandline of rtmpdump to start the download of Live stream

Please note that you can view all the detail commandline parameters of rtmpdump by typing following in command line

You can download RTMPDUMP using this link.

vibs2006vibs2006
3,3111 gold badge26 silver badges26 bronze badges

Not the answer you're looking for? Browse other questions tagged rtmp or ask your own question.

Active2 years, 10 months ago

How do I record the live streaming screen with audio? I read in some forums about Mplayer and VLC player. I tried using download helper, with no luck

These are the steps I do

  1. Click and play shalom India, the first tab, live television
Braiam
54k21 gold badges143 silver badges229 bronze badges
SureshSureshWindows
1874 gold badges5 silver badges10 bronze badges

2 Answers

The stream in your link seems to be a RTMP stream. Solution:

  1. Install rtmpdump by opening your terminal with Ctrl + Alt + T and using this command:

  2. Redirect RTMP traffic through a local port. Copy & paste this command to the terminal window:

  3. Start rtmpsrv by typing in the terminal:

  4. Go to the website where the video stream is and start playing the video.

  5. After a while, rtmpsrv should output a longish command that will look something like this:

  6. Stop rtmpsrv with Ctrl + C. You can leave the website.

  7. Before downloading, you need to delete the port forwarding you did previously. Copy & paste this command to the terminal:

  8. Finally, copy the longish command starting with 'rtmpdump -r..' and paste it in the terminal. rtmpdump should start downloading the stream. You can stop the downloading with Ctrl + C.

pileofrocks

How To Rtmpdump Windows

pileofrocks
1,1471 gold badge9 silver badges25 bronze badges

How To Use Rtmpdump With Rtmpsrv In Windows

I guess this is newish, but this thing is brilliant:youtube-dl-bdmurray.youtube-dlIt's a 'snap', so to install it you type

sudo snap install youtube-dl-bdmurray

Download tripod beta software. Then I simply wrote youtube-dl-bdmurray.youtube-dl [url-containing-video]

on the command line, and it found the video, started the video (which was not automatic), downloaded/streamed the thing, and left me with a perfect mp4 file.

CPBLCPBL

protected by BraiamJul 5 '16 at 16:19

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged streamingrtmp or ask your own question.

nowbotantique – 2019