Re: [users@httpd] Fw: VLC web player does not work when using apache - please advise

2012-04-25 Thread traveller
From: Yehuda Katz To: users@httpd.apache.org; traveller Sent: Thursday, April 26, 2012 3:12 AM Subject: Re: [users@httpd] Fw: VLC web player does not work when using apache - please advise On Wed, Apr 25, 2012 at 3:13 PM, traveller wrote: I looked at the Apache access log file and it seems

[users@httpd] Fw: VLC web player does not work when using apache - please advise

2012-04-25 Thread traveller
Firefox/11.0" Can anyone please help me to understand what it means? Did the Apache "pass the file" to the VLC player on browser side, or was access denied from the Apache side? If access denied what is a possible reason for this? Thanks, Tom. - Forwarded Message - From

Re: [users@httpd] VLC web player does not work when using apache - please advise

2012-04-20 Thread traveller
The path is not the problem: I tried all possible paths - relative, full path, windows path. I also tried to copy the video to the PHP code's directory so the video file and the PHP code were in the same place and no path was needed.  Also this same PHP code works fine with other video player.

[users@httpd] VLC web player does not work when using apache - please advise

2012-04-20 Thread traveller
Hello, I was trying to use embedded VLC video player. I created a local HTML in my PC and it worked fine. However, when I was trying to access this same page from behind Apache server (http://localhost/my.html) the player did not work. I guess the player could not access the file. How to fix it