
Stream Player Plasmoid
Source (link to git-repo or to original if based on someone elses unmodified work):
The Plasmoid remembers the volume for each stream. To change the volume for a stream, use the mousewheel over play/pause button.
To reduce buffering problem you can modify the "~/.config/kde.org/Phonon-Xine.xine.conf" file.
ADD the following lines or set a low buffer number if the lines already exist. The lowest buffer size in my case is 4.
# numeric, default: 230
engine.buffers.audio_num_buffers:4
How to install:
Extract the archive, change to the extracted folder and type
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
make install (as root)
Enjoy!
0.4.1
-Fixed a bug in streaminfo layout
0.4.0
-Added a streaminfo
-Fixed some bugs
0.3.1
-Fixed compiling problem.
0.3
-Added middle mouse button click on play/pause button for mute.
-Added a list of streams to the right button menu.
-Added the possibility to choose a stream with the wheel. Use wheel over the stream name.
0.2
-Added customizable layout. Now it is possible to optimize the layout for the panel.
-Added a default stream.
0.1.1
-Fixed problem with stopping stream.
Ratings & Comments
2 Comments
Can you make available a Natty (Ubuntu 11.04) build?
I added a Natty build.