View Single Post
  #4  
Old 01-28-2013, 12:15 PM
placebo placebo is offline
Moderator - exTerminator
 
Join Date: Aug 2010
Posts: 477
placebo is on a distinguished road
Default

Re: How to download multiple rtmpdump urls (OSX or Windows)


Quote:
Originally Posted by key View Post
I can download each file separately via terminal, that work flawless, but it takes much time. I'm talking about 100 url's.
Is there a way to download all urls automatically? I've tried rtmpdump GUI (Mac OSX) but I always get errors like "wrong protocol" and so on. Maybe there are alternative ways to do it.
First of all replace in your text file '-s' to '-W'. Then add the following line at the top of file:
#!/bin/bash
and change permissions by running from terminal chmod o+x <filename>
Hope such article helps.
Reply With Quote