View Single Post
  #3  
Old 10-26-2011, 03:54 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: Zapni.TV: make batch file with Zapni.TV channels for opening in VLC


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. ;-)

Last edited by karlo2105 : 10-26-2011 at 04:55 AM.
Reply With Quote