General :
K-Meleon Web Browser Forum
General discussion about K-Meleon. Questions about how to setup it, macro coding, all related to its usage and the project itself, including this website.
m3u
Posted by:
marc v
Date: March 07, 2004 06:10PM
whats the correct settings for m3u on icecast.
my helperapps are audio/x-m3u, audio/m3u, still km saves, not open.
pls are opening fine.
Re: m3u
Posted by:
MonkeeSage
Date: March 07, 2004 08:09PM
Try audio/mpegurl and audio/x-mpegurl
Shelumi`El
Jordan
S.D.G
Re: m3u
Posted by:
marc v
Date: March 07, 2004 11:54PM
No go here.
Does it work for you?
Re: m3u
Posted by:
MonkeeSage
Date: March 08, 2004 07:05AM
I don't know of an icecast server to try, on my own host if I set up a directive for Apache like:
AddType audio/m3u m3u
...then navigate to a m3u file, it downloads and opens with winamp (default handler on my system for m3u files).
Shelumi`El
Jordan
S.D.G
Re: m3u
Posted by:
jsnj
Date: March 08, 2004 09:15AM
I find the whole mimeType handling issue confusing but I copied and pasted the mimeTypes.rdf file from my Mozilla directory on my PC to my KM profile directory and all seems to work well. Shoutcast & Icecast streams open automatically. You can download the file at the following address and see if it works for you.
]http://home.comcast.net/~jsnj/mimeTypes.rdf
It'll probably open as a text file. If so, just right-click, Save Page As and save as mimeTypes.rdf to your KM profile directory, typically located here:
C:\Program Files\K-Meleon\Profiles\default\xxxxxxx.slt[/i]
*Forgive the detailed explanation. Some others may read with the same problem and need a lil more hand holding. MimeTypes handling seems to be a problem for many in KM.
Re: m3u
Posted by:
MonkeeSage
Date: March 10, 2004 05:51AM
marc v:
If the icecast server is public and you can post the URL, I'll try to figure out what MIME-type it is sending the file as and report back.
Shelumi`El
Jordan
S.D.G
Re: m3u
Posted by:
marc v
Date: March 10, 2004 05:54AM
MonkeeSage
icecast servers are @
http://icecast.org/streamlist.php
could you take a look and confirm opening streams.
Re: m3u
Posted by:
MonkeeSage
Date: March 10, 2004 06:13AM
I tried a server and it saved the m3u to disk and then opened it in Winamp5, so I downloaded the m3u file from the link with wget using the -S option to show the server headers, and here is the output:
C:\wget>wget -S
http://icecast.org/listen.php?serverURL=http%3A%2F%2Fstreams.benow.ca%3A80%2Fcjsw&file=listen.m3u
--00:07:03--
http://icecast.org/listen.php?serverURL=http%3A%2F%2Fstreams.benow.ca%3A80%2Fcjsw
=> `listen.php@serverURL=http%3A%2F%2Fstreams.benow.ca%3A80%2Fcjsw'
Resolving icecast.org... 198.136.36.245
Connecting to icecast.org[198.136.36.245]:80... connected.
HTTP request sent, awaiting response...
1 HTTP/1.1 200 OK
2 Date: Wed, 10 Mar 2004 06:06:57 GMT
3 Server: Apache/1.3.29 (Debian GNU/Linux) mod_perl/1.29 mod_webkit/0.5 PHP/4.1.2
4 X-Powered-By: PHP/4.1.2
5 Content-Disposition: inline; filename="listen.m3u"
6 Content-Type: audio/m3u
7 Proxy-Connection: Close
8 Connection: Close
9 X-Pad: avoid browser bug
[ <=> ] 33 --.--K/s
00:07:09 (32.23 KB/s) - `listen.php@serverURL=http%3A%2F%2Fstreams.benow.ca%3A80%2Fcjsw' saved [33]
It looks like it is just sending the file as audio/m3u, so I'm not sure why it isn't working for you. :\
Shelumi`El
Jordan
S.D.G
Re: m3u
Posted by:
marc v
Date: March 10, 2004 06:23AM
so its
>6 Content-Type: audio/m3u, not /x-m3u
anyways, what do you have in
HKEY_CLASSES_ROOT\
for m3u
do you have mimetype.rdf file, or just prefs?
Re: m3u
Posted by:
jsnj
Date: March 10, 2004 06:31AM
jsnj
As monkee suggested, you dont need an rdf file to open mime.
You can do it from pref, audio/m3u.... and so on.
I know, but I couldn't get shoutcast streams to open automatically with just the prefs strings. I was only able to with the rdf. The only files that don't want to open automatically for me now are wmv files. They open as text. But I have the same problem with FireXXX & Mozilla with wmv files. Anyway,sorry it didn't work for you. Unfortunately I'm clueless as to why.
Re: m3u
Posted by:
marc v
Date: March 10, 2004 06:41AM
jsnj
thats OK. youre doing good service here.
just put m3u in rdf file on your website.
Re: m3u
Posted by:
MonkeeSage
Date: March 10, 2004 06:46AM
marc v:
I only have a blank OpenWithList key there and a PersistantHandler key which points to a CLSID entry for an iTumes DLL (query.dll).
I have this entry in mimeTypes.rdf:
<?xml version="1.0"?>
<RDF:RDF xmlns:NC="
http://home.netscape.com/NC-rdf#"
xmlns:RDF="
http://www.w3.org/1999/02/22-rdf-syntax-ns#">
...
<RDF

escription RDF:about="urn:mimetype:externalApplication:audio/m3u"
NC:prettyName="" />
...
<RDF

escription RDF:about="urn:mimetype:audio/m3u"
NC:value="audio/m3u"
NC:editable="true"
NC:description="Mp3 playlist file"
NC:fileExtensions="m3u">
<NC:handlerProp RDF:resource="urn:mimetype:handler:audio/m3u"/>
</RDF

escription>
...
<RDF

eq RDF:about="urn:mimetypes:root">
...
<RDF:li RDF:resource="urn:mimetype:audio/x-m3u"/>
...
</RDF

eq>
...
<RDF

escription RDF:about="urn:mimetype:handler:audio/m3u"
NC:useSystemDefault="true"
NC:alwaysAsk="false">
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/m3u"/>
</RDF

escription>
...
</RDF:RDF>
I added it using my mtypes chrome extension.
Shelumi`El
Jordan
S.D.G
Re: m3u
Posted by:
marc v
Date: March 10, 2004 07:15AM
yea, I changed jsnj rdf the same way.
CLSID ?
I have .m3u pointing to m3u_auto_file. And
[HKEY_CLASSES_ROOT\m3u_auto_file]
@="M3U File"
[HKEY_CLASSES_ROOT\m3u_auto_file\shell]
[HKEY_CLASSES_ROOT\m3u_auto_file\shell\open]
@=""
[HKEY_CLASSES_ROOT\m3u_auto_file\shell\open\command]
@="\"C:\\Program Files\\fmod371\\fmod.exe\" %1"
Re: m3u
Posted by:
jsnj
Date: March 10, 2004 08:35AM
Geez...mimeTypes are so touchy....using MSage's editor I was able to add the m3u info to an rdf file in one build but had problems getting it to work when adding it to another rdf in another build from which the one posted in this thread is based. Turns out all I had to do was change the extension description from .m3u to m3u, which doesn't make much sense to me since I specified the shoutcast extension as .pls and that works fine. Anyway, the rdf is updated. BTW, the reason m3u's opened automatically for me without the added info in the rdf, was because I had the prefs string. I forgot I still had that in there.
Re: m3u
Posted by:
guenter
Date: March 10, 2004 09:10AM
could it be a missing codex?
If I understand You folks right - these streams play but not with everyones K-M.
- my player from:
http://sourceforge.net/projects/guliverkli/
says he is missing a codec if I try with MSIE instead of k-m?
(I have to big codec pack from there)
Monkey-Sage uses another player - if i recall rightly - from what he told in a thread.
Re: m3u
Posted by:
guenter
Date: March 13, 2004 01:32PM
Hi Marc v,
Thx for adding the links.
& which player are You using anyway?
reason: I look for a player that can record radio-streams as mp3.
i want to record some rare minority music which I can not get/buy here.
i also am also looking for a player that uses little ram.
codecs - most programers of player seem to use pre-programed codec dll´s.
easier that way i guess.
If Your player has it own it is possibly lean in ram?
greetings from Hannover
Re: m3u
Posted by:
marc v
Date: March 13, 2004 07:41PM
Hi guenter .
I'm using fmod, it has the lowest footprint and cpu usage.
http://www.fmod.org/
You olso need a streamripper
http://streamripper.sourceforge.net/sr32/
If you stream real or M$ media, you need different rippers, look up on the net.
I would like ask you a question.
Did you see Bohemian Grove tape that Alex Jones took undercover.
He said it was shown in Europe, theres no chance to see it here.
Re: m3u
Posted by:
guenter
Date: March 14, 2004 12:34PM
hi marc v,
1.) thx for info.url.
2.) no, but will look & ask friends by mail, ifFound - i post info here. greetings.
Re: m3u
Posted by:
Michel
Date: March 18, 2004 05:59PM
As a workaround:
1. Get Firefox (yes).
2. Make Firefox play m3u files from a couple of websites (not every website presents m3u as the same mimetype).
3. Copy mimetypes.rdf from Firefox to K-Meleon
.
4. Check if it works.
5. Delete Firefox.
Michel
Re: m3u
Posted by:
guenter
Date: March 21, 2004 11:59AM
thx, not all people have ram enough for FF.
(perhaps the download facility of FF should be included in next k-m?
if it is not too big and clumsy?)
listen.m3u from icecast.org will accept the following
this goes into list at top of mimetypes.rdf in used Profile
<RDF:li resource="urn:mimetype:audio/m3u"/>
this goes into center section - opens foobar.exe and starts playing
can be use as example for other stream (edit path and player).
& i do not know wether it contains redundant info.
<!-- m3u -->
<RDF

escription about="urn:mimetype:audio/m3u"
NC:value="audio/m3u"
NC:editable="true">
<NC:handlerProp resource="urn:mimetype:handler:audio/m3u"/>
</RDF

escription>
<RDF

escription about="urn:mimetype:handler:audio/m3u"
NC:alwaysAsk="false"
NC:useSystemDefault="false">
<NC:externalApplication resource="urn:mimetype:externalApplication:audio/m3u"/>
</RDF

escription>
<RDF

escription about="urn:mimetype:externalApplication:audio/m3u"
NC:prettyName="foobar"
NC:path="C:\Programme\foobar2000\foobar2000.exe"/>