Opened 16 years ago
Last modified 14 years ago
#1330 new defect
Escape character in url - 404 Not Found
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | unspecified | Severity: | normal |
Keywords: | Cc: | compn, mortenwendelboe@…, enrico.scholz@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
I use the latest svn-version.
Mplayer can't play this url including escape characters:
mms://wms.dr.dk/storage/p3/tjeklisten/Beyonc%C3%A9.wma
Vlc have no problems with the url.
I have checked the network packages using Wireshark and found that vlc makes a GET-request on "/storage/p3/tjeklisten/Beyonc%C3%A9.wma", but Mplayer makes a GET-request on "/storage/p3/tjeklisten/Beyonc\303\251.wma".
Unfortunately the stream is possible going to be removed within a week, as it is from a radio station.
Here is the output from Mplayer:
morten@panter:~/mplayer$ ./mplayer "mms://wms.dr.dk/storage/p3/tjeklisten/Beyonc%C3%A9.wma"
MPlayer dev-SVN-r27956-4.2.3 (C) 2000-2008 MPlayer Team
CPU: AMD Athlon(tm) 64 Processor 2800+ (Family: 15, Model: 12, Stepping: 0)
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
Playing mms://wms.dr.dk/storage/p3/tjeklisten/Beyonc%C3%A9.wma.
STREAM_ASF, URL: mms://wms.dr.dk/storage/p3/tjeklisten/Beyonc%C3%A9.wma
Resolving wms.dr.dk for AF_INET6...
Couldn't resolve name for AF_INET6: wms.dr.dk
Resolving wms.dr.dk for AF_INET...
Connecting to server wms.dr.dk[195.137.195.10]: 1755...
connection timeout
Resolving wms.dr.dk for AF_INET6...
Couldn't resolve name for AF_INET6: wms.dr.dk
Resolving wms.dr.dk for AF_INET...
Connecting to server wms.dr.dk[195.137.195.10]: 80...
Server returned 404:Not Found
Failed to parse header.
Failed, exiting.
Resolving wms.dr.dk for AF_INET6...
Couldn't resolve name for AF_INET6: wms.dr.dk
Resolving wms.dr.dk for AF_INET...
Connecting to server wms.dr.dk[195.137.195.10]: 80...
Cache size set to 320 KBytes
Cache fill: 0.05% (170 bytes)
Exiting... (End of file)
Regards
/Morten
Change History (3)
comment:1 by , 16 years ago
Cc: | added |
---|
comment:3 by , 14 years ago
Cc: | added |
---|
stream times out now. but i guess we could make an example on http server...
By the way: I also tried an old version of vlc - version 0.8.6e. That version also made a GET-request on "/storage/p3/tjeklisten/Beyonc\303\251.wma" and could'n find the stream.