After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 403174 - Verify localhost file locations are handled properly
Verify localhost file locations are handled properly
Status: RESOLVED NOTABUG
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on: 403172
Blocks:
 
 
Reported: 2007-02-01 11:32 UTC by Bastien Nocera
Modified: 2007-07-21 20:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2007-02-01 11:32:28 UTC
Eg. try to play file://localhost/home/bnocera/Music/file.mp3
Comment 1 Bastien Nocera 2007-02-01 11:32:48 UTC
This also needs to be checked in the playlist parser code.
Comment 2 Sunil Mohan Adapa 2007-07-21 06:42:01 UTC
I opened the file in following ways:

1) on the command line "totem url"
2) From Movie->Open...->Location
3) From Movie->Open Location->address
4) Open playlist like this
<ASX VERSION="3.0">
        <ENTRY>
                <TITLE>Test 1</TITLE>
                <REF HREF="url" />
        </ENTRY>
</ASX>
5) Open playlist in browser using a test html page
6) Open file in browser using a test html page

I open the following locations
1) file:///home/bunny/sample.ogg
2) file://localhost/home/bunny/sample.ogg

I was able to play the sample in all the cases. Except for tests 5) and 6) which are related to Bug #396710, everything seems OK!
Comment 3 Bastien Nocera 2007-07-21 20:44:45 UTC
Excellent, thanks!