
t8av at yahoo
Apr 25, 2012, 5:02 PM
Post #3 of 4
(212 views)
Permalink
|
|
Re: Fw: VLC web player does not work when using apache - please advise
[In reply to]
|
|
Thanks Yehuda, If the access was successful, then it means it got to the VLC player on browser side. So why doesn't the player show the file? As I already wrote in my first Email, the player works fine from any path that is not http:localhost.... Tom. ________________________________ From: Yehuda Katz <yehuda [at] ymkatz> To: users [at] httpd; traveller <t8av [at] yahoo> Sent: Thursday, April 26, 2012 3:12 AM Subject: Re: [users [at] http] Fw: VLC web player does not work when using apache - please advise On Wed, Apr 25, 2012 at 3:13 PM, traveller <t8av [at] yahoo> wrote: I looked at the Apache access log file and it seems that Apache receives the request from the VLC player: > > >[25/Apr/2012:08:31:22 +0700] "GET /root/95180.avi HTTP/1.1" 200 1165938 "http://localhost/root/why.html" "Mozilla/5.0 (Windows NT 6.0; rv:11.0) Gecko/20100101 Firefox/11.0" > > >Can anyone please help me to understand what it means? One piece at a time: Time of request: [25/Apr/2012:08:31:22 +0700] HTTP Request Method: GET File Requested: /root/95180.avi HTTP Version Number: HTTP/1.1 HTTP Return Status Code: 200 (Success) Returned Content Size: 1165938 (in bytes) Referring Page: http://localhost/root/why.html Browser: "Mozilla/5.0 (Windows NT 6.0; rv:11.0) Gecko/20100101 Firefox/11.0" This says that the request was completely successful.
|