Closed
Bug 189602
Opened 22 years ago
Closed 22 years ago
[FIX]Mozilla no longer can play mp3 streams from shoutcast.com (missing *.pls extension)
Categories
(Core Graveyard :: File Handling, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.3beta
People
(Reporter: afunkebr, Assigned: bzbarsky)
References
()
Details
(Keywords: regression, top100)
Attachments
(1 file)
1.41 KB,
patch
|
timeless
:
review+
hjtoi-bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030117
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030117
When clicking on shoutcast.com's "Tune in" link (as the one given above as an
example), mozilla stores the "playlist" file as /tmp/shoutcast-playlist
(WHITHOUT THE .pls extension) and calls the configured helper application
(usually xmms or realplayer), which doesn't recognize the playlist because of
the lacking extension.
It used to work fine in previous mozilla builds (at least it works in build
2002112608), which creates the temporary playlist with a *.pls extension
(/tmp/shoutcast-playlist.pls).
Reproducible: Always
Steps to Reproduce:
1.In mozilla preferences, configure xmms or realplay as the helper app for the
mime type audio/x-scpls (extension .pls)
2.Go to www.shoutcast.com -> listen
3.Click on any of the yellow "Tune in" buttons (sample URL provided above)
Actual Results:
Xmms (or realplayer) start but cannot recognise the playlist (xmms displays a
"open file dialog" instead, and realplayer complains it doesn't know how to
handle that kind of file).
Expected Results:
Created the temporary file with the *.pls extension, so that the helper app can
recognise the input file as a playlist (with one or several URLs)
Assignee | ||
Comment 1•22 years ago
|
||
This is a regression from bug 172693. See item #3 under bug 172693, comment 1.
In this case it seems that .pls is not mapped to that MIME type, hence we do not
get the right extension...
I think I would be in favor of backing out that chunk of the patch until we have
a better solution (not sure what that would be, to be truthful).
Assignee: law → bzbarsky
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking1.3b?
Assignee | ||
Comment 2•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Attachment #111922 -
Flags: superreview?(heikki)
Attachment #111922 -
Flags: review?(valeski)
Assignee | ||
Updated•22 years ago
|
Priority: -- → P1
Target Milestone: --- → mozilla1.3beta
Updated•22 years ago
|
Attachment #111922 -
Flags: superreview?(heikki) → superreview+
Assignee | ||
Updated•22 years ago
|
Summary: Mozilla no longer can play mp3 streams from shoutcast.com (missing *.pls extension) → [FIX]Mozilla no longer can play mp3 streams from shoutcast.com (missing *.pls extension)
Attachment #111922 -
Flags: review?(valeski) → review+
Assignee | ||
Comment 3•22 years ago
|
||
fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Flags: blocking1.3b?
Comment 4•22 years ago
|
||
Verified in the Linux 2003-01-23-05 trunk build under RH 7.3.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•