All Questions
Tagged with internet-radio metadata
9 questions
1
vote
0
answers
18
views
Icecast status page not showing Server Name, Server Description, Stream Name, or Stream Description
I have PHP streaming MP3 files listed in playlist.txt to Icecast using FFMpeg.
$ffmpeg_command = "ffmpeg -re -f concat -safe 0 -stream_loop -1 -i /var/www/html/media/radio/playlist.txt -c:a ...
0
votes
1
answer
431
views
How do I send metadata from ExoPlayer to bluetooth?
I'm trying to send fixed metadata through bluetooth on my radio app, basically I would put the radio name as title, and the radio slogan as subtitle, so there isn't anything dynamic involved.
I have ...
1
vote
1
answer
2k
views
Fetching icecast metadata file
I am getting icecast metadata using jquery XMLHttpRequest. There is status.xsl and status-json.xsl url. How do I know when do I use each one, if I only have icecast radio url?
For example this radio ...
3
votes
0
answers
866
views
Internet radio statio playing Spotify for private use
I want to build a server that I can register as my own internet radio station on my hardware internet radio player using wifiradiofrontier.com. Reasoning: I want to listen to Spotify when I wake up ...
0
votes
1
answer
6k
views
How do I obtain SHOUTcast "now playing" Metadata from the stream?
Say, I am about to inquire about current broadcasting of the stream "http://streaming.shoutcast.com/80sPlanet" (online radio "A.0.0.00Radio:All 80s All The Time").
I can make a HTTP GET requist to ...
0
votes
1
answer
385
views
Receiving metadata from .pls in Swift 2 Xcode 7
I'm writing an radio app and want to get metadata from url of .pls format and the following code:
var PlayerItem: AVPlayerItem!
var asset : AVAsset? // init with url of .pls format
PlayerItem = ...
0
votes
0
answers
1k
views
How to get metadata from a Shout cast streaming radio
I have written the codes for streaming the shout cast net radio. I have no idea about retrieving metadata of currently streaming songs.Can anyone provide a tutorial link or steps involved in this??
2
votes
1
answer
594
views
Extrading Metadata of an audio streaming file (MediaElement)
I just started to develop for the Windows Phone (7.1/8) platform and am still not really familiar with it.
My plan is an internet radio app which streams the audio file from a server. I used ...
7
votes
4
answers
7k
views
Reading SHOUTcast/Icecast metadata from a radio stream with Python
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 ...