VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 6 of 6
  1. I use RTMPDump to download a large number of videos with batch commands. When a download fails, the batch file continues with the next command and I'm left with an incomplete download. How can I force RTMPDump to automatically retry failed downloads? (Win7)
    Quote Quote  
  2. use the --resume option

    Resume an incomplete RTMP download

    --resume

    or

    -e



    put that at the end of the command like this

    Code:
    rtmpdump -r "rtmp://host/dir/file.flv" -o "filename.flv" --resume
    or

    Code:
    rtmpdump -r "rtmp://host/dir/file.flv" -o "filename.flv" -e

    bering in mind you can't resume a live stream
    Last edited by bobit; 9th Jul 2016 at 16:20.
    Quote Quote  
  3. This doesn't retry files automatically.
    Quote Quote  
  4. Originally Posted by hodrabostu View Post
    This doesn't retry files automatically.
    you can read all the rtmpdump parameters here

    Code:
    https://rtmpdump.mplayerhq.hu/rtmpdump.1.html
    scroll down and you will see

    −−resume −e
    Resume an incomplete RTMP download.

    so wake up and be told
    Last edited by bobit; 11th Jul 2016 at 11:51.
    Quote Quote  
  5. I'm not sure you understand the question.

    Like I said, I'm using batch commands to download a large number of videos. Looks kinda like this:
    Code:
    rtmpdump -r "rtmp://host/dir/file0001.flv" -o "file0001.flv"
    rtmpdump -r "rtmp://host/dir/file0002.flv" -o "file0002.flv"
    rtmpdump -r "rtmp://host/dir/file0003.flv" -o "file0003.flv"
    rtmpdump -r "rtmp://host/dir/file0004.flv" -o "file0004.flv"
    .
    .
    .
    rtmpdump -r "rtmp://host/dir/file0738.flv" -o "file0738.flv"
    rtmpdump -r "rtmp://host/dir/file0739.flv" -o "file0739.flv"
    rtmpdump -r "rtmp://host/dir/file0740.flv" -o "file0740.flv"
    rtmpdump -r "rtmp://host/dir/file0741.flv" -o "file0741.flv"
    .
    .
    .
    rtmpdump -r "rtmp://host/dir/file4092.flv" -o "file4092.flv"
    rtmpdump -r "rtmp://host/dir/file4094.flv" -o "file4094.flv"
    rtmpdump -r "rtmp://host/dir/file4095.flv" -o "file4095.flv"
    rtmpdump -r "rtmp://host/dir/file4096.flv" -o "file4096.flv"
    Now when the download of a file fails for whatever reason, I want RTMPDump to immediately repeat (or resume, I don't care) that download rather than jump to the next file. The -e instruction does not do this.

    I don't want to set the timeout higher since this is functionally different from restarting/resuming a download.

    What are my options?
    Quote Quote  
  6. resume is the only option on rtmp files
    there is no other option

    also take note
    resume does not work on live rtmp streams

    −−live −v
    Specify that the media is a live stream. No resuming or seeking in live streams is possible
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!