Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
How to download multiple rtmpdump urls (OSX or Windows)Hi Guys,
I have a question about downloading multiple rtmpdump url's. I've created a text file with rtmpdump links, see attachment. 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. edit: a solution for Windows would be great too. thank you guys! Alex Last edited by key : 01-27-2013 at 01:32 PM. |
#2
|
|||
|
|||
Re: How to download multiple rtmpdump urls (OSX or Windows)Stop, Steven - you've been banned repeatedly for breaking the rules.
If you STOP posting illegal crap, and OBEY our rules - you're welcome to stay - but I just don't see that happening with you. |
#3
|
|||
|
|||
Re: How to download multiple rtmpdump urls (OSX or Windows)I have the answer:
Last edited by placebo : 01-28-2013 at 01:14 PM. Reason: Black SEO/spammer |
#4
|
|||
|
|||
Re: How to download multiple rtmpdump urls (OSX or Windows)Quote:
#!/bin/bash and change permissions by running from terminal chmod o+x <filename> Hope such article helps. |
#5
|
|||
|
|||
Re: How to download multiple rtmpdump urls (OSX or Windows)thank you for your response. I added the line #!/bin/bash on top and below I listet the "Commands". It looks like this
#!/bin/bash rtmpdump -r "rtmpe://sample.rtmphost.com/blog" -y "blog82a" -s "http://www.gregplitt.com/sample/membersvideos/workouts/mwplayer.swf" -o sample.flv I tried to make it bootable and I think it worked but I dont get it how to run this file. I also dont know how to implement the start of the app it self. Basically the bash-file need to open the app "rtmpdump" which is located on my desktop, then it needs to execute the commands. im sorry, but I never created batch files terminal. |
#6
|
|||
|
|||
Re: How to download multiple rtmpdump urls (OSX or Windows)Quote:
Regarding binaries folder please read. And please someone who has more skills in Mac OSX help here as well. |
Tags: download, multiple, rtmpdump, url |
Thread Tools | |
Display Modes | |
|
|