Bug 116091 - Add random seeking support to KIO
Summary: Add random seeking support to KIO
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-10 20:37 UTC by effco
Modified: 2009-02-23 20:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description effco 2005-11-10 20:37:46 UTC
Version:            (using KDE KDE 3.4.2)
Installed from:    SuSE RPMs

Wished feature from Amarok wish :
http://bugs.kde.org/show_bug.cgi?id=115822

Would it be possible for KIO to support streaming over remote interfaces ?
Comment 1 Mark Kretschmann 2005-11-10 20:55:14 UTC
Erm, I assume you mean seeking, right?
Comment 2 effco 2005-11-10 20:59:35 UTC
Yes, I mean seeking.

Currently it seems you can't skip the beginning of the audio file and go directly to the 15th minute of a M3U streaming file.
Comment 3 Thiago Macieira 2005-11-11 02:34:49 UTC
Changing the summary to better reflect it is a with.
Comment 4 Anders E. Andersen 2006-05-03 10:41:46 UTC
This has been requested before.

See bug #72302

It was determined that seeking could be implemented using existing calls, though the solution is not super streamlined.
Comment 5 David Nolden 2006-05-25 04:35:14 UTC
*** This bug has been confirmed by popular vote. ***
Comment 6 P. Varet 2007-10-25 12:38:54 UTC
Hi folks,

Wasn't this implemented ages ago? If so we could close this bug. :)
Comment 7 Anders E. Andersen 2007-10-25 13:13:40 UTC
No, not that I know of. You can do gets with a starting point into the files with HTML slaves but it is very cumbersome and it doesn't work for other kinds of slaves. Please see #72302.
Comment 8 Vlad C. 2007-10-25 18:24:15 UTC
You can do random seeking on files in KDE4 using the FileJob class:

http://api.kde.org/4.0-api/kdelibs-apidocs/kio/html/classKIO_1_1FileJob.html

This is a relatively new feature, and currently only Phonon is using it:

http://lxr.kde.org/ident?i=FileJob
Comment 9 David Faure 2009-02-23 20:00:20 UTC
Yep, carewolf implemented this for kde4.