PDA

View Full Version : Help for script


Gbry
04-21-2016, 04:35 AM
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:



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

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

goto start


thanks.


SOLVED!!