-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi! for a multimedia app on linux ipaq, I wanted to enable video links from within dillo... 1st idea: hack up the dpi/file.c so that the file extension .mp4 or .avi is detected and whenever File_get_file(...) is called, instead of passing the raw data, an external video player is started with this file name as input parameter... configuring of the videoplayer path could happen from within .dillorc this is, what I'd imagine to be the quickest solution... more complex ideas: * really make nicer support for mime-types, better even protocol types (rtsp://), which again calls an external player * with a separate dpi, so for remote http:// URLs progressive download via http is possible * even allow "embedded" video output within a rendered html page, so it has to be like gif,png,jpg support... well, not really interesting on ipaqs, and too complicated anyways... what's your thoughts, folks? Mike -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFCCh1bw6IyDgGSsNIRAkI9AJ0bCKJXr67V1SxPT1DpCgrZRYCKcQCfRX1B rS/y0jHqK3sqUgEJ/vsQ5mM= =WDsR -----END PGP SIGNATURE-----
For the protocol part read this two mails: http://article.gmane.org/gmane.comp.web.dillo.devel/2496/match=xproto http://article.gmane.org/gmane.comp.web.dillo.devel/2497/match=xproto DarkSpirit El Wed, 9 Feb 2005 15:25:31 +0100 Michael Kropfberger <michael@kropfberger.com> escribio:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
hi!
for a multimedia app on linux ipaq, I wanted to enable video links from within dillo...
1st idea: hack up the dpi/file.c so that the file extension .mp4 or .avi is detected and whenever File_get_file(...) is called, instead of passing the raw data, an external video player is started with this file name as input parameter... configuring of the videoplayer path could happen from within .dillorc
this is, what I'd imagine to be the quickest solution...
more complex ideas: * really make nicer support for mime-types, better even protocol types (rtsp://), which again calls an external player
* with a separate dpi, so for remote http:// URLs progressive download via http is possible
* even allow "embedded" video output within a rendered html page, so it has to be like gif,png,jpg support... well, not really interesting on ipaqs, and too complicated anyways...
what's your thoughts, folks?
Mike -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFCCh1bw6IyDgGSsNIRAkI9AJ0bCKJXr67V1SxPT1DpCgrZRYCKcQCfRX1B rS/y0jHqK3sqUgEJ/vsQ5mM= =WDsR -----END PGP SIGNATURE-----
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
On Wed, 9 Feb 2005, Michael Kropfberger wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
hi!
for a multimedia app on linux ipaq, I wanted to enable video links from within dillo...
[...] Try the "external viewers" patch by Lars Clausen and Mattthias Franz: <http://www-fourier.ujf-grenoble.fr/~franz/dillo/>. It does not (directly) support streaming protocols, but everything over http for which you can provide a working mailcap entry. I hope that this patch will be merged in the not-too-distant future. Regards, Bjoern -- Bj"orn Brill <brill@fs.math.uni-frankfurt.de> Frankfurt am Main, Germany
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 09 February 2005 19:48, Bjoern Brill wrote:
http for which you can provide a working mailcap entry. I hope that this patch will be merged in the not-too-distant future.
this patch is perfect! I also hope, it will make it's way into the CVS! for dillo, there should also be a simpler way to add mime-types at least detected by file extensions... right now I eg. hacked the dpi/file.c to understand video.mp4 as mimetype video/mp4 in File_ext(const char *filename) greets, Mike - -- < When in doubt, THINK! > <----------------------------------------------------------------------> < DI Dr. Michael Kropfberger A-9073 Viktring, Kindergartenstr. 14/6 > < +43(650)6996000 michael _A T_ kropfberger.com http://www.kropfberger.com > <----------------------------------------------------------------------> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFCC0SHw6IyDgGSsNIRAhkNAKCux1biazvVk/jwGnj2/oq52bIp0ACeMMTc NN6xvYyYhrbo9XLT1j6yLYs= =9RGu -----END PGP SIGNATURE-----
Hi, On Thu, 10 Feb 2005, Michael Kropfberger wrote:
On Wednesday 09 February 2005 19:48, Bjoern Brill wrote:
http for which you can provide a working mailcap entry. I hope that this patch will be merged in the not-too-distant future.
this patch is perfect! I also hope, it will make it's way into the CVS!
just want to say that this patch suids my needs too ;) Greetings Daniel -- We've all heard that a million monkeys banging on a million typewriters will eventually reproduce the entire works of Shakespeare. Now, thanks to the Internet, we know this is not true.
participants (4)
-
Bjoern Brill
-
Daniel Lord
-
Diego Sáenz
-
Michael Kropfberger