Thread: trtworld live
View Single Post
  #1  
Old 10-08-2016, 05:43 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

trtworld live


I can play trtworld live from giniko.com with ffplay.exe by double clicking on batch file without using web browser at all:

set url=http://www.giniko.com/watch.php?id=460
xidel %url% -e //@src > %TEMP%\URL.txt
giniko_url.exe ( finds m3u8 string in url.txt and sends it to clipboard, I made this one )

( http://fluplus1.giniko.com/trtworld/...741d72a8 6400 )

@FOR /f %%a IN ('CLB') DO set var=%%a
start /min ffplay -i %var%

Now, the challenge is how to get stream url directly from:

http://www.trtworld.com/live

no matter how.

Something to laugh about:

Jaksta saves manifest-f4m.flv 0.06KB in size.

Last edited by j_cool : 10-09-2016 at 02:27 AM.
Reply With Quote