View Single Post
  #5  
Old 01-29-2013, 01:21 AM
key key is offline
Junior Member
 
Join Date: Jan 2013
Posts: 4
key is on a distinguished road
Default

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.
Reply With Quote