Re: seeon.tv: Trying to record this streamThis is very simple in any scripting language. if you are using simple batch file then use:
Code:
for /f "tokens=1-6 delims=/:." %%a in ("%date%.%time%") do set FileName="MyShow - %%a-%%b-%%c - %%d-%%e-%%f.flv" |
Re: seeon.tv: Trying to record this streamQuote:
1. Where do the variables %%b, %%c, %%d, %%e, %%f come from? 2. What is "tokens=1-6 delims=/:."? |
Re: seeon.tv: Trying to record this streamQuote:
Code:
C:\Documents and Settings\Администратор\Мои документы\rtmpdump-2.3>for /F "token |
Re: seeon.tv: Trying to record this streamQuote:
PS: when using outside the batch file use single % eg: %a instead of %%a |
Re: seeon.tv: Trying to record this streamAny chance I could get you to write that same script but for a linux machine instead of a windows one? Thanks. :D
|
Re: seeon.tv: Trying to record this streamQuote:
|
Re: seeon.tv: Trying to record this streamQuote:
Code:
#! /bin/bash |
All times are GMT -6. The time now is 02:06 AM. |