Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2009 02:18:14 +0100
From:      Polytropon <freebsd@edvax.de>
To:        David Karapetyan <david.karapetyan@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Code to enlarge/shrink browser's embedded quicktime player
Message-ID:  <20090123021814.3354f5da.freebsd@edvax.de>
In-Reply-To: <20090122161415.GA13539@vagrant.math.nd.edu>
References:  <49787C30.9010207@shopzeus.com> <20090122161415.GA13539@vagrant.math.nd.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 22 Jan 2009 11:14:15 -0500, David Karapetyan <david.karapetyan@gmail.com> wrote:
> I was wondering if it was possible to generate code that would allow my 
> clients to shrink or enlarge their quicktime players when playing 
> lecture videos from my server. I know one can embed players into html 
> code; however, wheat I specifically want is for someone to be able to 
> click on a particular file in my apache server directory and then, when 
> it begins streaming, have it play via a quicktime embedded interface 
> that gives the client the option to manipulate its size. Ideally, I 
> would like to generate a single bit of html code that can apply to all 
> the files (rather than generate a series of href anchors for each). Can 
> this be done?

An idea that would come to my mind would be this:

1. Let the lecture content (QT video) be handeled by an external
   program, i. e. mplayer.

2. If the content has been selected and the download / downstream
   starts, mplayer plays it, and (according to the window manager
   used) mplayer's window can be changed in size. Or, more easily,
   the key "f" can be pressed to put mplayer into fullscreen mode.

This would only require changes on the clients' site.


-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090123021814.3354f5da.freebsd>