 Re: trtworld live
hasomaso,
here is my new trt.bat, smaller and better.
set var=http://trtcanlitv-lh.akamaihd.net/i/TRTWORLD_1@321783/master.m3u8
start wmove http:// 208 1
start /min ffplay -i %var% -vf scale=864:480
wmove.exe is if you want to place player anywhere on the monitor.
autoit script, can be compiled to exe as I do it.
winwait($CmdLine[1], "", 6)
winactivate($CmdLine[1], "")
If WinExists($CmdLine[1]) Then
Select
Case $CmdLine[0] = 3
WinMove($CmdLine[1], "", $CmdLine[2],$CmdLine[3])
Case $CmdLine[0] = 5
WinMove($CmdLine[1], "", $CmdLine[2],$CmdLine[3],$CmdLine[4],$CmdLine[5])
EndSelect
EndIf
;WinMove('AutoIt v3 Window Info', '','MOVE RIGHT' ,'MOVE DOWN','WINDOW LENGTH','WINDOW HIGHT')
Last edited by j_cool : 10-09-2016 at 03:30 PM.
|