problem with mplayer plugin mozilla for .asx files
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I was able to play it with Mplayer but Mplayers browser plug in downloads the link and quits.
Looks like one of those scripts made to open a pop up window and play the link in windows media player. Don't worry about it. Find a work around like you did. The more of us penguin users that there continues to be the more they are going to have to use standard page coding. Some of that is also to prevent you from downloading a local copy of the file.
You can still play it. Use "curl" to see where the link points to, then use Mplayer to play it. I go out of my way to find a solution to a problem rather than turn on the windows box.
I had the same result... The plugin seems to load mplayer then just stops. page done. if I right click and PLAY it does nothing either.
I'm would also like to know if this is something common that needs to be addressed, not really that I need to play these formats all the time but I just hate things that are broken.
Ok, you say that you continue to use command line to play .asx files.
I am still quite green as it relates to the Linux environment and don't know any command that will accomplish this. Where would I find documentation as to how to create the specific command line that I would need to use for this purpose?
Please phrase your answer in laymen's terms that don't require years of expereience gained by bashing one's head against the wall surrounding Linux documentation. Spread a welcome mat for us greenhorns.
I don't particularly care what software I use to play .asx files as long as I don't have to use software produced by Wee Willie Gates Inc.
I use Firefox along with the mplayer-plugin and kplayer.
Find the actual url that the sound/music file is coming from like the one posted http://wmsc.dr.dk/e02ch07m?wmcontentbitrate=40000
Open Kplayer or Mplayer click file>Open URl>enter the url
and poof it plays.
Personally I like SHoutcast as it lloads and plays just fine in either XMMS or Mplayer.
If you don't have mplayer installed (arguably the best media player for Linux), you can get it here. Install the codecs first, read the instructions. Or you can use yast or apt-get or whatever you use to install software.
Mplayer will play almost any .wmv, .wma, .asx, .rm, .ram, .mov ect. that you run into.
You can also dump the stream to a local file so you can have a local copy of the stream to watch or hear in case you have a problem streaming the file.
Read the man page for mplayer after you install it.
Code:
man mplayer
Use the curl utility to see where a file is actually sitting. A link that is a .ram is pointing to a .ra or .rm file somewhere. A .asx is pointing to a .wma, wmv ect. You get the idea.
On two different threads attacking the issue from two different points of view I see the same response: mplayer.
"You can also dump the stream to a local file so you can have a local copy of the stream to watch or hear in case you have a problem streaming the file."
My only concern that remains is introduced by this quote. I'm talking about using it to listen to a "web radio" site that continuously streams for hours on end.
I was having the same problem with shoutcast streams, they would just open the mplayer plugin, download the url and stop. I could copy the url with the pulldown menu (right click anywhere on the mplayer-plugin page and select "copy URL") and paste it to a command line window (right click-paste NOT shift-insert) after streamripper, as in:
$ streamripper PASTEDSHOUTCASTURL
which is a program that creates a directory for the feed (in the current directory) and creates individual mp3 files for each track. But I didn't know until I found this thread that the same technique works for xmms to listen to the stream at the same time. As in:
$ xmms PASTEDSHOUTCASTURL
Now if I can find a directory of radio streams that would have a button I could copy the URL directly from, like a XML button for podcasts it would be even better.
Waddle On, dudes!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.