GNOME Bugzilla – Bug 403174
Verify localhost file locations are handled properly
Last modified: 2007-07-21 20:44:45 UTC
Eg. try to play file://localhost/home/bnocera/Music/file.mp3
This also needs to be checked in the playlist parser code.
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!
Excellent, thanks!