Run music (file.MP3) have problem when multi-user hearing

artnet

Verified User
Joined
May 15, 2008
Messages
29
Hi everybody,

I use VPS with CentOS, Apache, PHP, MySQL and DirectAdmin.

I create an music.htm very simple code:
<embed width="400" height="50" src="music.mp3"> and upload it to hosting.
When I browse http://website.com/music.html
I see window media player in 400x50 size and this file music.mp3 run
(I can hear this music).

In this time, my friend open this file
http://website.com/music.html
>> this file is die to right away
I and my friend can NOT hear this file continuously.

I delete this file.htm and file.mp3 and upload again. But only one user can hear it. When second user view this file, file.mp3 die (can not load more).

I try some code for play mp3, but that is still the same above.

I don't know what happen. Please help me!!!
That is one part of setup on server? and where?

Thanks for read a lot of my sentenses...
I just try to describle clearly.
Thanks so much
Artnet
 
The site/file in your link is on a Microsoft Windows server; not on a DirectAdmin based server at all. If you won't give us correct information anything we'd write would be a guess.

Jeff
 
I give the exactly link (hosted in vietnam so I guess you will run it slowly)
http://www.ngocthinh.com.vn/music.html
If you don't have any friend in another computer for testing it, you can test it by yourselve.
View it on IE so it run okay.
Open new IE and this music is stop in 2 browser.

http://website.com/music.html is just a sample, not exactly link, sorry.

I create file music.html with content
---------------
<html><body>
<embed width="400" height="50" src="music.mp3">
</body></html>
---------------
That is simple code for embed multimedia file to html page. I tried to use Dreamweaver for emb (DW create auto-code more than this above code... but I think that is the same way).

Upload it to server. If user 1 browse this file, that music is run (that mean we can hear it). In this time, user 2 and user 3 browse this file:
- user 1: that music is stop (can't download and run continuously).
- user 2: can not hear this music
- user 3: the same user 2.

What happen?? Server doesn't support multimedia?
If that, the music is not run in the first browser.
 
Now that you've given us the correct URL, yes, your site is hosted at a hosting company using DirectAdmin.

If you have access to the server you can try to look at logs while the file is streaming to see if there's a problem.

If you don't have access then you should probably ask your hosting company.

Jeff
 
I login with admin acount and go to Log Viewer. It view
[Sat Jul 19 10:10:45 2008] [error] [client ::1] File does not exist: /var/www/html/400.shtml

File 400.shtml mean report Bad Request (There was an error in your request.)

File 400.shtml and file music still stay on this hosting.
What can I do? or I contact with hosting provider so let them check?

Thanks jlasman.
 
Thank you jackc, I will go to your topic and follow that.
Best Regards.
 
Back
Top