|
Is possible to play an Internet radio stream in Android? And since most of the Internet radios use MMS to stream their content is that possible using Android?
Started by maxsap on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It allows you.
I use an app called "Cherry Rplayer" for radio streaming on my Android phone.
|
|
Is it possible to listen to any kind of internet radio with HTML5 directly? I mean is it posible to play live mp3 streams in HTML5 complaint browsers?
Started by Ole Jak on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm trying to listen to an archived radio.
Hasn't really been specified by the w3-committee - yet.
|
Is there such a thing as a software internet radio where I can add the stations I want to listen to?
Is there such a thing as a software internet radio where I can add the stations I want to listen to? Open source would be great.
Thanks
EDIT: by "adding stations" I mean being able to listen to the CBC here in Canada, for example.
Started by Xavierjazz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Like CBC, for example....
A lot of radio stations stream their audio on their websites.
Is Screamer Radio what you're looking for ? Freeware (and 'portable'), unfortunatelly not open source.
I'm not sure what you mean about adding stations.
|
Ask your Facebook Friends
|
I was thinking about logging into Pandora at work like I do at home, but I'm concerned about sucking up all of the available bandwidth on the network with something that's not strictly work-related. I don't have a thorough technical understanding of how...
Started by jmgant on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Taken together....
For that matter, just one internet radio user of many.
Whether it streams at 32kbps, 64kbps, 128kbps user on a home connection, internet radio is fine.
It depends on the Internet Radio site/stream...
|
|
I've got a bunch of songs (in mp3 format) I'd like to have friends and relatives in the US listen to, but rather than just sending it to them through xdcc/rapidshare/AIM/Yahoo file transfer/etc, I'm thinking that it would be easier to just make my own...
Started by cornjuliox on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Of listeners and stream quality is limited by the amount of upload bandwidth your internet connection.
|
|
Greetings,
this question might be a little bit odd, but I still consider it to be programming related .
Over the past months I've been listening mostly to one internet radio station, SLAY Radio , which plays a lot of remixes to old C64 game music. I like...
Started by BastiBense on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The appropriately trained Pandora is good..
We7 - not so much a radio station, but still good imo.
GrooveShark - more than just radio, it's whatever you want it to be...
Like public radio or TV).
|
|
On Windows or Mac, I really like how itunes manage my list of Podcast. It can download the latest episode while deleting past ones and collapsing an entire series in its own group. I also like how easy it is to have a customized list of my favourite Internet...
Started by Thierry Lam on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Amarok has support for internet radio and for downloading/managing to select and download audio files....
GPodder
gPodder so the popular one floats up.
Not 100% sure about the internet radio list though.
Currently using banshee.
|
|
Consider this sample code:
<div class="containter" id="ControlGroupDiv"> <input onbeforeupdate="alert('bingo 0'); return false;" onclick="alert('click 0');return false;" id="Radio1" type="radio" value="0" name="test" checked="checked" /> &...
Started by CMPalmer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
(this will get around IE's bug with....
<form name="f1"> <input type=radio onmouseover="recordMe()" onclick="clickCheck();return false" checked value="A" name="r1" id="radio1" /> <input type=radio onmouseover.
Of a crude loop.
|
|
I have to create a local (LAN) 'mirror' for specific internet radio station (mp3 stream wrapped in http, basically they broadcast mix of freely avialable podcasts, legal side is not a problem).
So I should be looking for player - broadcasting server bundle...
Started by garry on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I'd get the legal side sorted way before I thought about the software, also exactly what protocols/products are being used to stream this original content, you'd be far better finding out what that is before looking as that knowledge will significantly... .
|
|
Is it possible to play shoutcast (or some) internet radio streams with html5?
So I have next code:
<html> <body> <audio src="http://shoutcast.internet-radio.org.uk:10272/" /> </body> </html>
I save it as HTML page and start...
Started by Ole Jak on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The next problem is that your URL ....
I believe Chrome and Safari do support MP3, however.
Well, Firefox and Opera do not support non-Free codecs such as mp3 (as with the Opera 10.5 alpha, FF 3.5 and later supports only PCM wav and Ogg Vorbis for audio) .
|