internet-radio Questions

4

Has anyone had success with reading SHOUTcast/Icecast metadata from a remote radio stream? There are several libraries that can read metadata from a local MP3 file, but none seem designed to work ...
Intermixture asked 7/7, 2011 at 16:4

6

Solved

I am looking for a python snippet to read an internet radio stream(.asx, .pls etc) and save it to a file. The final project is cron'ed script that will record an hour or two of internet radio and ...
Dysphonia asked 22/11, 2010 at 15:47

2

I am trying to build mobile application for listening to FM radio online. Can any one help me where I can get the information about the streaming url for such FM so that I can make search based on ...
Anissaanita asked 3/4, 2015 at 4:28

4

Solved

I followed this to Play Stream Radio In android Here Its working Fine But Player Loading Bit Slow after clicking I need to wait for 30+ seconds time But I am getting This error In console Media...
Goldagoldarina asked 8/2, 2017 at 6:37

1

I'm trying to setup a page where several (private) streams can be listened from. Unfortunately I'm not able to get it running. I tried Using php to opening live audio stream on android already, bu...
Fulviah asked 16/3, 2018 at 13:42

10

Solved

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/" /> &l...
Seeker asked 9/2, 2010 at 12:56

1

Solved

I am using Python 3.5.3 on Windows 8.1 x64 and i need play audio from here I have tried pyaudio, but it gives me only white noise and error occurred after a few runs of pyaudio (pyaudio module 'py...
Cinelli asked 15/10, 2017 at 18:10

3

I am developing one application where i want to play live stream radio. I have an url using which i will stream the radio and play. I have a play button by clicking which i want to play the radio. ...
Nearly asked 11/8, 2013 at 16:21

3

Solved

I am trying to build a website and mobile app (iOS, Android) for the internet radio station. Website users broadcast their music or radio and mobile users will just listen radio stations and chat w...
Obscurity asked 12/5, 2015 at 7:33

1

I have made a radio app which works perfectly fine. I'm able to play the radio stream and fetch the metadata too. The streaming service is from shoutcast. The only problem is that, I'm adding the ...
Campbell asked 31/5, 2016 at 19:58

2

I created a XML file in my server. It contains title and link tags. I fetch the tags and display them as links in ListView. From there when the user clicks the link, then I'd like play the .pls fil...
Barbet asked 22/1, 2016 at 11:26

2

I am working on a project in which i have to make Api for radio streaming by which user can listen radio stream from his mobile application not web. Please let me know if there is any framewo...
Vair asked 26/8, 2015 at 5:25

1

Solved

I have a problem I've been working on for a while now with no real headway. I am currently trying to load my Shoutcast stream into my Web Audio API Context. I figured it would violate the CORS and ...
Collaborative asked 26/5, 2015 at 9:24

3

Sorry for the question, i don't have windows mobile to test. I am trying to develop a live internet radio application. The format they stream is in m3u8, i have got SDKs for all other mobile plato...
Alverta asked 22/3, 2013 at 4:37

1

Solved

I want to stream an audio from the Internet in Swift but haven't found a correct functional example just yet. In Objective-C AVPlayerItem* playerItem =[AVPlayerItem playerItemWithURL:[NSURL URLW...
Rodomontade asked 27/9, 2014 at 14:21

3

Solved

I'm developing a music site which will stream audio files stored in a server to users, audio files will be played through flash player placed in a webpage.. As I heard I need to use a strea...
Edlyn asked 29/11, 2012 at 10:48

0

I like to create a radio Station which is based on NodeJS while not using ShoutCast. NodeJS based Playlist Currently I have managed to steam an audio file to the browser, but I don't know how to cr...
Staceystaci asked 9/4, 2014 at 12:32

2

Solved

I am developing the client for the icecast server (www.icecast.org). Can anybody tell me, what is the format they are using for streaming the content? I was looking on their pages, but there is n...
Fodder asked 19/5, 2011 at 15:27

4

Solved

I have two buttons in my media player that streams a radio station, play and pause. I want to make it only one button that has two function. First click I want to play it and second click I want to...
Bilbe asked 8/8, 2013 at 7:22

1

Solved

I'm trying to play mp3 shoutcast stream radio stations with HTML5 audio. I don't think it will be relevant but here is the code anyway: var player = new Audio(); player.autobuffer = true; player....
Freeborn asked 9/6, 2013 at 21:23

1

Solved

I have successfully installed icecast and darkice on my ubuntu machine and was able to stream live on my lan. but to my disappointment it has a 15sec to 20sec delay.This is very poor performance. I...
Miquelon asked 16/6, 2013 at 13:10

3

Solved

since quite some time I'm trying to listen to .pls files (shoutcasts). I have to say that I failed horrible. Since StreamFurious can do it it must be possible. First I tried to connect to the shou...
Pianette asked 26/12, 2009 at 10:52

1

I am developing an online radio app for iOS6 devices. Ive looked for various wrappers to achieve this task. AVPlayer, MPMoviePlayerController etc. I tried using AVPlayer as it sounds more correct...
Sizing asked 17/2, 2013 at 21:23

2

Solved

I am using Node's basic http.request() function without problem on normal HTTP servers. I need to use http.request() (or similar) with SHOUTcast servers. The SHOUTcast "protocol" is fully compatibl...
Formal asked 26/3, 2012 at 23:20

1

I was thinking of using FLowPlayer, but I need to add category so then when it hits a category then a radio channel the API plays that internet radio station on the API. Know any good api with thi...
Aforementioned asked 11/3, 2012 at 20:42

© 2022 - 2024 — McMap. All rights reserved.