Thread: Help for script
View Single Post
  #1  
Old 04-21-2016, 04:35 AM
Gbry Gbry is offline
Junior Member
 
Join Date: Jun 2015
Posts: 8
Gbry is on a distinguished road
Default

Help for script


hi,

is there anyone who can help me?
i need a script to generate a loop for an AdobeHDS command.

i have a working command to record a live streaming but sometime the streaming has some interruption and i need to restart my command.

In windows i use a .bat file that works fine and automatically restarts my command but i need the same in linux and i'm not capable to write a working script even if really simple.

What i need is:


Code:
:start
namefile = date+time (yy/mm/dd_hh/mm/ss)

php AdobeHDS .................. outfile "namefile.flv"

goto start
thanks.


SOLVED!!

Last edited by Gbry : 04-21-2016 at 11:27 AM.
Reply With Quote