Opened 14 years ago
#1821 new defect
skipping with cursor keys in files that still grow wrongly detects "end of file"
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | streaming |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
in one terminal:
$ mplayer -dumpstream http://some.stream.server.org/radio.mp3
wait some seconds, then in different terminal:
$ mplayer stream.dump
This produces a time shift playback.
It works nicely including skipping forward and backward with cursor keys.
However, only up to the position that is defined by the file size valid while issuing the command.
mplayer quits with "end of file" if the target position of skipping lies behind the "original" file-length even though the file has increased sufficiently.
Note:
See TracTickets
for help on using tickets.