Displaying 5 results from an estimated 5 matches for "fileplay".
2004 Aug 06
2
Re: [icecast-dev] Hot Topic: Icecast in MacromediaFlash
...send a mp3 file to a shoutcast server, with a little modification im sure you could change it and use it to connect to icecast2 and write various things etc... not sure but here it is
------------------------------------------------------
<?php
$port = '8000';
$ip = '127.0.0.1';
$fileplay = './whatever.mp3';
$password = 'changme' //password to access server
$socket = socket_create(AF_INET,SOCK_STREAM,SOL_TCP); // Create the Socket
$connection = socket_connect($socket,''.$ip.'',''.$port.'); //connect to the SHOUTcast server
while($conne...
2004 Aug 06
1
Re: [icecast-dev] Hot Topic: Icecast in MacromediaFlash
...send a mp3 file to a shoutcast server, with a
little modification im sure you could change it and use it to connect to
icecast2 and write various things etc... not sure but here it is
------------------------------------------------------
<?php
$port = '8000';
$ip = '127.0.0.1';
$fileplay = './whatever.mp3';
$password = 'changme' //password to access server
<p>$socket = socket_create(AF_INET,SOCK_STREAM,SOL_TCP); // Create the Socket
$connection = socket_connect($socket,''.$ip.'',''.$port.'); //connect to
the SHOUTcast server
while...
2004 Aug 06
0
Re: [icecast-dev] Hot Topic: Icecast in MacromediaFlash
...send a mp3 file to a shoutcast server, with a
little modification im sure you could change it and use it to connect to
icecast2 and write various things etc... not sure but here it is
------------------------------------------------------
<?php
$port = '8000';
$ip = '127.0.0.1';
$fileplay = './whatever.mp3';
$password = 'changme' //password to access server
$socket = socket_create(AF_INET,SOCK_STREAM,SOL_TCP); // Create the Socket
$connection = socket_connect($socket,''.$ip.'',''.$port.'); //connect to
the SHOUTcast server
while($conne...
2004 Aug 06
3
Re: [icecast-dev] Hot Topic: Icecast in Macromedia Flash
Hi,
<p>I moved this to icecast@, since none of these are icecast development
related questions and issues.
Macsym wrote:
> I didn't know so many people in the Icecast-Dev list were running Linux PPC!
Oh well, I'm neither a developer nor running Linux PPC. ;)
> Anyway, I understand that you guys don't have the time to help me with that
> because you wouldn't be
2010 Jul 28
6
Attempting to bypass .net check/use mono
I am trying to use the mono26 install from winetricks in order to run an installer that fails to find:
C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorsvw.exe
even though I have both that 2.0 and the 3.0 framework in my .wine/ folder. Once it fails to find that file it starts to run a 3.5 framework installer that wine doesn't quite have working yet.
Does anybody have any advice on