Playing from KDE I/O Slaves
Prev
Next

Playing from KDE I/O Slaves

What are KDE I/O Slaves

KDE has a great way to access all kinds of data through a system known as I/O Slaves. They are little programs that let you represent many different sources of data as URL like addresses, and open them in KDE programs like Konqueror and KPlayer. For example you can access a network host over SSH with a URL like fish:/host/path/, or a zip file with zip:/home/cooldude/my.zip.

How KPlayer uses them

Many of the KDE I/O Slaves can return video and audio files and streams, for example fish:, sftp:, webdav:, tar:, zip:, audiocd: and so on. KPlayer will play them just like any other type of file. By default it will pass the data directly to MPlayer through a named pipe. If that does not work for any reason, you can tell KPlayer to use a temporary file for playing from KDE I/O Slaves on the Advanced page either globally in KPlayer Settings or in individual File Properties. KPlayer will then download the entire file into a temporary directory before playing it, which will consume some disk space temporarily, but will allow seeking and length detection.

Note that using the audiocd slave is not recommended. Instead you should use KPlayer's own support for disk devices. It will detect an audio CD, find audio tracks on it and list them on a submenu under the File menu for easy playback, and will also try to retrieve the disk and track titles from an online database.

HTTP, FTP and Samba

The best way to play URLs that MPlayer supports is by passing them on to MPlayer directly. But if MPlayer cannot play an HTTP, FTP or Samba URL for any reason, you have the option to tell KPlayer to use a KDE I/O Slave. You can do that on the Advanced page either for that individual URL in its File Properties or globally for all URLs of a particular type in KPlayer Settings.

Cache size

When playing directly from a KDE I/O Slave, the Cache setting is important. It should not be too small so MPlayer can detect the encoding type without discarding data, but on the other hand with large values it will take longer to fill the cache, especially with low bitrate streams like online radio stations.

KPlayer lets MPlayer choose an optimal cache by default, but if you experience problems, you can try a cache size setting of one megabyte. The cache size can be set on the Advanced page either globally in KPlayer Settings or in individual File Properties. Keep in mind that the global setting will also affect files played directly by MPlayer, and changing it can cause unwanted side effects.

Playlist files

When using a KDE I/O Slave to play a playlist file, only the playlist file itself will be retrieved from the I/O Slave. All the URLs it contains will be played by MPlayer directly. You have to give KPlayer the URL contained in the playlist if you want it to be played through an I/O Slave.

Prev
Next
Home


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team