No I found this script on
this website and I launched vlc in batchfile.
So my command was like that :
Code:
%php% ZapniTV.php
curl "http://www.zapni.tv/play.php?id=240" | %vlc% -
It gave me latest http address but without opening VLC.
So I replaced my script with yours in file ZapniTV.php.
When i launch this command :
Code:
call %php% ZapniTV.php
it asks me to give http address and I have to copy and paste link. After 30 seconds it stops. Is it possible to automatize stream launching because copy/paste isn't very interesting for batchfile. ;-)