Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 1997 12:05:44 -0500 (EST)
From:      stanb@netcom.com (Stan Brown)
To:        freebsd-multimedia@freebsd.org (Free BSD Multimedia List)
Subject:   Netscape audio set up question
Message-ID:  <199701261705.MAA04424@netcom5.netcom.com>

next in thread | raw e-mail | index | archive | help
	I am trying to set up Netscape to be able to handle as many types of
	files as possible. One of the remaining types is midi.

	I have downloaded & compiled the tools to play midi, and tested the
	methodology on the command line:

	Then I put the following in /usr/local/lib/netscape/mine.types

audio/x-aiff                   aif aiff aifc
audio/x-midi                   mid MID midi MIDI
audio/x-wav                    wav WAV         

	I also put the following in /usr/local/lib/netscape/maicp:


audio/x-midi; /usr/local/bin/timidity -idqq -o --Ow %s | /usr/local/bin/rplay -

# FreeBSD has no wavplay utility either, but if someone
# would care to port one then this can also be used.
# plays WAV files
audio/x-wav; /usr/local/bin/rplay %s > /dev/null 2>&1

# FreeBSD /dev/audio is sun compliant
audio/basic; cat %s > /dev/audio

	can anyone tell me why this doesn't work? I still get the file download
	window, when I go to a location containing a .mid file.


-- 
Stan Brown     stanb@netcom.com                                    404-996-6955
Factory Automation Systems
Atlanta Ga.
-- 
Look, look, see Windows 95.  Buy, lemmings, buy!   
Pay no attention to that cliff ahead...            Henry Spencer
(c) 1997 Stan Brown.  Redistribution via the Microsoft Network is prohibited.



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