Opened 18 years ago
Last modified 14 years ago
#569 new defect
FTP streams are treated as non-cacheable
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | demuxer |
Version: | 1.0pre8 | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
When I try to play something from FTP source, I get the message "This stream is
non-cacheable". The check which determines whether the stream is cacheable is
introduced by this patch:
http://svn.mplayerhq.hu/mplayer/trunk/stream/cache2.c?r1=7203&r2=7205
As far as I can understand, FTP streams have type STREAMTYPE_STREAM, don't have
file descriptor behind them, but ARE cacheable. After commenting out this check
caching for FTP works well...
Note:
See TracTickets
for help on using tickets.