View Single Post
  #71  
Old 09-04-2012, 04:26 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: www.playtv.fr/television/ - A serious challenge for livestreming


Quote:
Originally Posted by Vaganza
Could somebody (KSV ?) put up a new link to a fully functional (downloadable) PlayTV.php ?
raw.github.com/K-S-V/Scripts/master/PlayTV.php

Quote:
Originally Posted by Vaganza
Should it be kept in the php-5.4.0 folder or a separate ?
PHP cannot find a script from the PATH (that i know of) so you will need to call the script directly via an absolute path or path relative to the current directory.

For example, if your current directory was C:\Users\Steven and the script was C:\Users\Steven\PlayTV.php, then you could do this

Code:
php PlayTV.php
Otherwise you will probably need to use full path, as such

Code:
php C:\php\PlayTV.php
or similar. Please let it be very clear that I am not going more in to depth on this. You are asking about the very basics of the command line, something you should have learned long ago.
Reply With Quote