Re: [SLUG] Video File Server

From: Eben King (eben01@verizon.net)
Date: Tue Feb 23 2010 - 19:18:16 EST


On Tue, 23 Feb 2010, Chuck Hast wrote:

> On Tue, Feb 23, 2010 at 18:49, Eben King <eben01@verizon.net> wrote:
>> On Tue, 23 Feb 2010, Chuck Hast wrote:
>>
>>> On Tue, Feb 23, 2010 at 18:17, Eben King <eben01@verizon.net> wrote:
>>>>
>>>> On Tue, 23 Feb 2010, Chuck Hast wrote:
>>>
>>>> Maybe something like Javascript that spawns a vlc process reading from
>>>> the
>>>> right place (/dev/tcp/$SERVERNAME/80 under bash I think)?
>>>>
>>> If I go to a network site, it will spawn VLC as soon as the file starts
>>> streaming. It is something else, I am thinking that something needs
>>> to be embedded in the stream perhaps to tell the receiving end that
>>> this stream should immediately start VLC.
>>
>> Can vlc handle it if you give it the file's URL rather than its name, and
>> let it handle the transfer?  If not, maybe do the download into a "file"
>> which is actually a named pipe.
>>
> Yes I can give VLC the URL of the file location, but I would like to
> have VLC present a directory list and the be able to select the file,
> If I am on the local machine where the files reside it is not a problem
> but if I am going to the server as a remote machine then I can not use
> the directory function in VLC. I was hoping to use the web browser so
> as not to have to go in and mount the remote file system in order to
> browse it.

One solution would be: write a script which runs a cgi script
(prettyprinting its output if necessary), then shows the movie at the URL
the cgi script returns, unless it's special. The cgi script presents a
directory listing of the movies, then prints the movie the user selects or
something special if there's an error or the user cancels.

-- 
-eben      QebWenE01R@vTerYizUonI.nOetP      royalty.mine.nu:81
A. A Top Poster                       \  http://www.fscked.co.uk/
B. Who's there?                        \  writing/
A. Knock-knock -- from bobward@xxx.com  \  top-posting-cuss.html
-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS).  Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 14:48:43 EDT