Jump to content

playSound3D Server bandwidth usage


Rob0

Recommended Posts

 

I am working on reducing bandwidth in my server. And was wondering: I use a in game radio system based on below:

addEventHandler( 'onClientResourceStart', resourceRoot,
	function( )
		local uSound = playSound3D( 'http://193.34.51.25:80', 2498, -1659, 12 ) 
		setSoundMaxDistance( uSound, 100 )
	end
)

It streams broadcast music from various web radio stations. Does this stream from the client or the server? When they turn it on everyone around them hears the music. Do they all hear the music as a result of each client streaming that music direct from the radio station to themselves or does the server stream that music from the radio station to itself, then to each of the many clients hearing?

I think it is entirely client based and costs my Server no bandwidth. Is this correct?

  1.  
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...