Fedora Linux Support Community & Resources Center
  #1  
Old 14th April 2007, 01:20 AM
Wiles Offline
Registered User
 
Join Date: Aug 2006
Posts: 396
internet tv and radio

other than the democracy player, are there any good choices for internet tv? how about live stream tv station? Democracy player downloads the "new" media to the computer and plays back at a later time, kind of a drag since you must wait for the computer to download the entire show first... defeating the purpose of watching tv on a computer. I mean, with tv, you can change the channel and see a few mins of stuff and if you like, decide to change again, or if there's some important news stuff it would be nice to watch it in real time.

also, which internet radio stations work with rythmbox? I'm mainly interested in listening to news, so I hope someone can post a few good national and international news stations.
Reply With Quote
  #2  
Old 14th April 2007, 01:25 AM
Wayne
Guest
 
Posts: n/a
For your second request you could install Streamtuner.

Edit: Forget it. The Fedora RPM is still hardcoded to use Audacious as its player and installs it as a dependency. I only need one player and that's Rhythmbox!

Wayne

Last edited by rondonjin; 14th April 2007 at 01:29 AM.
Reply With Quote
  #3  
Old 14th April 2007, 01:58 AM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,371
Quote:
Originally Posted by rondonjin
For your second request you could install Streamtuner.

Edit: Forget it. The Fedora RPM is still hardcoded to use Audacious as its player and installs it as a dependency. I only need one player and that's Rhythmbox!

Wayne
Hello Wayne:

Yes, it will install bmp / audacious, however, you can change the preferences in Streamtuner to use any player that you like.
Personally, I use vlc

Seve
Attached Thumbnails
Click image for larger version

Name:	Screenshot-streamtuner Preferences.png
Views:	108
Size:	67.2 KB
ID:	11911  
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #4  
Old 14th April 2007, 02:04 AM
Wayne
Guest
 
Posts: n/a
Quote:
Originally Posted by Seve
Hello Wayne:

Yes, it will install bmp / audacious, however, you can change the preferences in Streamtuner to use any player that you like.
Personally, I use vlc

Seve
So, can I remove Audacious with the 'rpm -e --nodeps' option? I hate having superfluous crud installed on my machine, hence my removal of the GNU Java recently. Wish I could remove SELinux too!

Wayne
Reply With Quote
  #5  
Old 14th April 2007, 02:26 AM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,371
Hello Wayne:
I will give it a whirl and let you know if it works.

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #6  
Old 14th April 2007, 02:51 AM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,371
Hello Wayne:
All appears to work [Streamtuner et al] after using the
rpm -e --nodeps audacious

PHP Code:
# rpm -e --nodeps audacious
# rpm -aq | grep audacious
audacious-plugins-1.2.5-2.fc6
audacious
-libs-1.2.2-2.fc6
# rpm - aq | grep streamtuner
streamtuner-0.99.99-14.fc6.1 
Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #7  
Old 14th April 2007, 02:58 AM
Wayne
Guest
 
Posts: n/a
Thanks Seve, I'll give it a go after breakfast

Wayne
Reply With Quote
  #8  
Old 14th April 2007, 03:10 AM
Trek1701's Avatar
Trek1701 Offline
Registered User
 
Join Date: Jul 2005
Location: Vulcan
Posts: 284
Quote:
Originally Posted by Wiles
other than the democracy player, are there any good choices for internet tv? how about live stream tv station? Democracy player downloads the "new" media to the computer and plays back at a later time, kind of a drag since you must wait for the computer to download the entire show first... defeating the purpose of watching tv on a computer. I mean, with tv, you can change the channel and see a few mins of stuff and if you like, decide to change again, or if there's some important news stuff it would be nice to watch it in real time.

also, which internet radio stations work with rythmbox? I'm mainly interested in listening to news, so I hope someone can post a few good national and international news stations.
About the radio, I use this one:

http://www.di.fm/
__________________
P.S. Never take candy from strangers... money is ok, but not candy.

FC 12 - 64 bits

Dell Vostro 1710 | Intel Core 2 Duo T9500 @ 2.60GHz | DDR 2GB | nVidia GeForce 8600M GS 512MB | WLAN Broadcom BCM4328 802.11a/b/g/n | Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller | Dell Wireless 360 Bluetooth | Seagate 5400rpm 160GB | Western Digital 5400rpm 320GB

Maemo 5

Nokia N900 | ARM Cortex A8 600 MHz | PowerVR SGX graphics | 32GB | Designed in Finland
Reply With Quote
  #9  
Old 28th April 2007, 06:36 AM
Wayne
Guest
 
Posts: n/a
Quote:
Originally Posted by rondonjin
Thanks Seve, I'll give it a go after breakfast

Wayne
Wow! I've finally gotten round to doing this, except I did it my way... <cue Elvis>

If you yum install Streamtuner it downloads a bunch of dependencies, including Audacious Music Player for a total of seven packages. Non of the dependencies except one are really needed by Streamtuner, they are mostly for Audacious! So what I did was first download the streamtuner RPM from Extras, then:

yum install taglib

Followed by:

rpm -ivh --nodeps streamtuner-0.99.99-14.fc6.1.i386.rpm

So, in the end I really only needed 2 out of 7 the packages!

Wayne
Reply With Quote
  #10  
Old 2nd May 2007, 05:45 AM
iamroot's Avatar
iamroot Offline
Registered User
 
Join Date: Jun 2005
Location: Singapore
Posts: 1,039
Quote:
Originally Posted by rondonjin
Wow! I've finally gotten round to doing this, except I did it my way... <cue Elvis>

If you yum install Streamtuner it downloads a bunch of dependencies, including Audacious Music Player for a total of seven packages. Non of the dependencies except one are really needed by Streamtuner, they are mostly for Audacious! So what I did was first download the streamtuner RPM from Extras, then:

yum install taglib

Followed by:

rpm -ivh --nodeps streamtuner-0.99.99-14.fc6.1.i386.rpm

So, in the end I really only needed 2 out of 7 the packages!

Wayne
Hi. I know this is kinda irrelevant but could you tell me where to get the theme you're using? It's nice.
Reply With Quote
  #11  
Old 2nd May 2007, 05:54 AM
Wayne
Guest
 
Posts: n/a
Quote:
Originally Posted by iamroot
Hi. I know this is kinda irrelevant but could you tell me where to get the theme you're using? It's nice.
The GTK2 theme engine is Murrine but the actual theme is Murrine-Elegant but I've slightly customised the colours. The Metacity theme is from the T-ish family.

Wayne
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Radio biggsk Using Fedora 10 15th October 2007 04:51 AM
Internet Radio Tripped Using Fedora 4 15th October 2006 08:29 PM
Internet Radio gc2105 Using Fedora 3 22nd November 2005 10:05 PM


Current GMT-time: 09:42 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat