LinuxQuestions.org
Support LQ: Use code LQCO20 and save 20% on CrossOver Office
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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

Reply
 
LinkBack Search this Thread
Old 06-16-2005, 12:38 AM   #1
zaoka
Member
 
Registered: Jan 2005
Distribution: I learn Ubuntu :)
Posts: 49

Rep: Reputation: 15
Online radio station problem


I have latest Fedora 4 installed.

Installed players are:

- Music Player
- Totem Movie Player
- Helix Player

The online radio station is using extension .pls and is located at www.di.fm

Direct link: http://di.fm/mp3/trance.pls

What should I do to be able to listen these radio stations?

Also I can not watch .wmv movies as well, need help with this one too.

Thanks in advance!

zaoka
 
Old 06-16-2005, 12:56 AM   #2
kencaz
Senior Member
 
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468

Rep: Reputation: 45
using "curl" with the link you gave:

curl http://di.fm/mp3/trance.pls

Gives me this:

[playlist]
NumberOfEntries=4
File1=http://64.236.34.4:80/stream/1003
Title1=D I G I T A L L Y - I M P O R T E D - Trance channel! (US Ultravox)
Length1=-1
File2=http://64.236.34.4:5190/stream/1003
Title2=D I G I T A L L Y - I M P O R T E D - Trance channel! (US Ultravox)
Length2=-1
File3=http://64.236.34.196:80/stream/1003
Title3=D I G I T A L L Y - I M P O R T E D - Trance channel! (US Ultravox)
Length3=-1
File4=http://64.236.34.196:5190/stream/1003
Title4=D I G I T A L L Y - I M P O R T E D - Trance channel! (US Ultravox)
Length4=-1
Version=2


Of which I can use Mplayer to play the streaming audio file.

mplayer -cache 4 http://64.236.34.196:5190/stream/1003

KC
 
Old 06-16-2005, 01:10 AM   #3
zaoka
Member
 
Registered: Jan 2005
Distribution: I learn Ubuntu :)
Posts: 49

Original Poster
Rep: Reputation: 15
hi

When I enter http://64.236.34.196:80/stream/1003 into Mplayer and start, it pop-up error message:

"There is no element present to handle the stream's mime type audio/mpeg."

????
 
Old 06-16-2005, 01:25 AM   #4
kencaz
Senior Member
 
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468

Rep: Reputation: 45
Hmm, that particullar link works fine for me... try another ort... The first one I tried did not work but just selected the last port and it worked... Mplayer is picky and takes some fiddling around to get it right. make sure you use cache -4. that is the minumum. It will work with higher numbers but you will have to wait for the stream to start.

Try some other streams as well, then you will get the hang of how mplayer wants things handled...

KC
 
Old 06-16-2005, 05:23 AM   #5
l.u
LQ Newbie
 
Registered: Jun 2005
Posts: 4

Rep: Reputation: 0
fedora in default do not have codecs, install them (mp3 mpeg..) and it should woks very well in music player - something like that:
http://www.linuxforum.com/linux-mp3.php

hi
 
Old 06-16-2005, 11:58 AM   #6
zaoka
Member
 
Registered: Jan 2005
Distribution: I learn Ubuntu :)
Posts: 49

Original Poster
Rep: Reputation: 15
hi

I installed XMMS mp3, mpeg ... but still not working...

also there is no .wmv


???????????

Is XMMS separate player and should I install it separate or XMMS is the same as Mpayer ???
 
Old 06-16-2005, 01:05 PM   #7
kencaz
Senior Member
 
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468

Rep: Reputation: 45
xmms should play it no problem either from a terminal:

xmms http://64.236.34.196:80/stream/1003

KC
 
Old 06-16-2005, 02:04 PM   #8
zaoka
Member
 
Registered: Jan 2005
Distribution: I learn Ubuntu :)
Posts: 49

Original Poster
Rep: Reputation: 15
hi

Command not found...

How do I check if XMMS is installed? If not where to download one for Fedora 4?
 
Old 06-16-2005, 02:11 PM   #9
kencaz
Senior Member
 
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468

Rep: Reputation: 45
should be in /usr/bin

/usr/bin/xmms http://64.236.34.196:80/stream/1003

I can't se that being the case though, /usr/bin is in the program path by default...

I believe you can use yum from a "root" terminal to install xmms:

$ su
PW
# yum install xmms xmms-mp3

KC
 
Old 06-16-2005, 02:17 PM   #10
zaoka
Member
 
Registered: Jan 2005
Distribution: I learn Ubuntu :)
Posts: 49

Original Poster
Rep: Reputation: 15
hi

Just installed it and it working! It does not come with Fedora 4 by default...

1 - Now how do I set that XMMS player appear on the list Aplication/Audio&Video??? (currently i can start it just from command line...)

2 - Also is there a way to Bookmarks radio stations like in Winamp?

3 - And last question for now is how to watch .WMV files? I could not find codec for it.

Thanks
 
Old 06-16-2005, 02:28 PM   #11
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid
Posts: 4,458
Blog Entries: 11

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Re: Online radio station problem

Quote:
Originally posted by zaoka
I have latest Fedora 4 installed.

Installed players are:

- Music Player
- Totem Movie Player
- Helix Player

The online radio station is using extension .pls and is located at www.di.fm

Direct link: http://di.fm/mp3/trance.pls

What should I do to be able to listen these radio stations?

Also I can not watch .wmv movies as well, need help with this one too.

Thanks in advance!

zaoka
Clicking the direct link works for me in kmplayer. Hmm always wondered what "trance" was. Other than the hottie on Andromeda.

Make sure you have the codecs installed, not a different player.

Get the codecs here:
"Binary Codecs for MPlayer"
http://www1.mplayerhq.hu/homepage/design7/codecs.html
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i listen to this radio station .ASX file Santorres Linux - General 3 03-12-2005 08:28 PM
Looking for Linux radio station using rhythmbox (fedora software). sjia Linux - Newbie 2 03-31-2004 06:31 PM
Linux Kernel Radio Station Breezwell Linux - General 0 02-08-2004 02:12 PM
Radio Station and XMMS? Gerardoj Linux - General 4 10-19-2003 03:31 PM
Now that's some good radio station wonderpun General 4 06-28-2003 04:46 AM


All times are GMT -5. The time now is 05:47 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration