Computing.Net > Forums > Linux > mp3 files

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

mp3 files

Reply to Message Icon

Name: Tim O. L
Date: December 9, 2003 at 16:39:01 Pacific
OS: RH
CPU/Ram: 128MB
Comment:

I have .mp3 files on my redhat.
I double clicked on a file and it started playing music, but no program was launched. I tried to stop the music but couldn't find the application that's playing the file. What's happening.



Sponsored Link
Ads by Google

Response Number 1
Name: taurus
Date: December 9, 2003 at 18:34:05 Pacific
Reply:

Maybe it uses mpg123 or something similar to that!!! However, why not use xmms which is a GUI where you can press play, pause, forward, backward, and even stop... Otherwise, run "ps -A" at the prompt to see which application it uses to play your mp3 and "kill" it!

taurus


0

Response Number 2
Name: 3Dave
Date: December 10, 2003 at 05:18:08 Pacific
Reply:

You can find out what program is playing the file with the "lsof" command (LiSt Open Files), eg:
$ lsof | grep filename.mp3
You can then kill it by it's PID (Process ID), eg if it was 1234:
$ kill 1234

I agree with taurus (as per usual!=o) as in it's probably mpg123 playing it (a command line MP3 player), you can kill all instances of the program with:
$ killall mpg123


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: mp3 files

How do I play mp3 files? www.computing.net/answers/linux/how-do-i-play-mp3-files/7158.html

canīt play mp3 files www.computing.net/answers/linux/cant-play-mp3-files/20794.html

how to play Mp3 files www.computing.net/answers/linux/how-to-play-mp3-files/27300.html