


Amarok 1.x Scripts by jbell 98 comments

Amarok 1.x Scripts by jbell 98 comments

Amarok 1.x Scripts by jbell 98 comments

Amarok 1.x Scripts by jbell 98 comments

Amarok 1.x Scripts by jbell 98 comments

Amarok 1.x Scripts by jbell 98 comments

Amarok 1.x Scripts by jbell 98 comments
python test.py http://hostname:port/mount - Aug 10 2005

Amarok 1.x Scripts by jbell 98 comments
- client buffering. Every user agent that I've looked at has a unique notion of stream buffering. While the data being sent to the clients might be synchronized, clients might be reading from different buffer positions. You could write a very simple non-buffering UA in python that might suit your needs.
-stream throttling done by Shouter. The current model restricts the data based on file position, which won't work very well when sending VBR files to non-buffering clients.
For LAN streaming, I have no doubt that there are easier and more effective methods for synchronized streaming. - Jun 29 2005

Amarok 1.x Scripts by jbell 98 comments