Posts: 28
Threads: 6
Joined: Apr 2011
Reputation:
0
Same as the title, could someone please tell me how I can stream audio files from my computer -> in game?
Is it even possible?
Thanks
Posts: 239
Threads: 1
Joined: Jul 2010
Reputation:
0
Create a web server using Wamp / Xampp or upload the files to an existing web server.
Posts: 933
Threads: 62
Joined: May 2011
Reputation:
0
Nope, you can't exchange files to/with server!
Posts: 28
Threads: 6
Joined: Apr 2011
Reputation:
0
Thanks ******, if I wanted to stream a .mp3 file from the scriptfiles folder, would it be possible?
I'm really lost with that "VirtualHost" stuff, could you please give me an example of it being used?
Thanks man, appreciated
Posts: 6,129
Threads: 36
Joined: Jan 2009
The "virtualhost stuff" needs to go in to your Apache config, you need Apache first before you can do anything with its configuration files.
Apache is a web server. You'll need admin/root priveleges over your server to install it, if it's not installed already. Download it from
here.
And yes, ****** already said it's possible and so has JamesC, but ******' method makes more sense.
Posts: 6,129
Threads: 36
Joined: Jan 2009
Sorry I should've been more specific:
http://httpd.apache.org/