Hi,
I'm setting up a video player system which could work in a home entertainment environment. A web browser type interface contains a list of videos, some pictures, reviews, ratings, etc. It can sort by name, release date, who's in it, rating, genre, etc. New listings can be entered or old ones edited by a web page form.
Here's the problem. When a selection is made by clicking on a "play video" button (a href=video_ts.ifo, etc.), Firefox asks, What do you want to do with this? Select Open with VLC (the default). VLC starts and the video file (VIDEO_TS.IFO) is "downloaded" to a folder deep within the user's folder. No video plays. However, by using just Firefox as the "server" by selecting Open ... File, select VIDEO_TS.IFO, Firefox asks, What do you want to do with this? Select Open with VLC (the default). VLC starts and the video plays!
The platform is a PC running Windows 7, Apache 2.2, Perl 5.x, Firefox and VLC. I've been through VLC configuration and Firefox configuration without success. Since the video plays without involving Apache, I suspect something needs to be set up in Apache so the file is passed to VLC instead of being "downloaded" to another folder.
Thanks for any insight!