Zapni.TV: make batch file with Zapni.TV channels for opening in VLCHello I would like to know how to make a php script for Zapni.tv channels. They use http for streaming with tickets. Here is an example: _www.zapni.tv/play.php?id=240 . My purpose is to make a batchfile with those channels.
I tried with that but it's not opening VLC in batchfile. Quote:
|
Re: Zapni.TV: make batch file with Zapni.TV channels for opening in VLCis the above posted code fragment your whole script? i can't see where are you even launching vlc? here is the full script which will work with vlc streams available on the site.
Code:
<?php Code:
http://www.mediafire.com/file/xdp7efl44fjv74f/KSV%20-%20ZapniTV.zip |
Re: Zapni.TV: make batch file with Zapni.TV channels for opening in VLCNo I found this script on this website and I launched vlc in batchfile.
So my command was like that : Code:
%php% ZapniTV.php So I replaced my script with yours in file ZapniTV.php. When i launch this command : Code:
call %php% ZapniTV.php |
Re: Zapni.TV: make batch file with Zapni.TV channels for opening in VLCin batch file the following command works for me without explicitly asking for url. my script doesn't create any junk file.
Code:
call php ZapniTV.php "http://zapni.tv/play.php?id=240" |
Re: Zapni.TV: make batch file with Zapni.TV channels for opening in VLCThanks that's working great. ;-)
|
All times are GMT -6. The time now is 06:28 PM. |