0
votes
0answers
28 views

Total time wrong in gecko-mediaplayer

I am using gecko-mediaplayer to listen to mp3s in FireFox. However, the predicted time is completely wrong with certain files. This also makes it very hard to jump to a particular part of the song ...
0
votes
1answer
84 views

Can I connect totem/mplayer with my multimedia library as the default player?

I am a huge fan of totem and mplayer and prefer their sound to other applications. I want to setup my multimedia library in such a way that when I play any multimedia file it should be played in ...
3
votes
1answer
1k views

SSH Streaming Audio

So I have been using mplayer to stream my music through SSH from my laptop to my Ubuntu box using: ssh user@ip-address "cat /Some/Random/Directory/*mp3" | mplayer - I was just wondering if there is ...