Questions tagged [webradio]

23 questions
4
votes
2 answers

Does web based radio and audio streaming services use the Web Audio API for playback?

I'm trying to figure out if web based audio streaming sites use the Web Audio API for playback or if they rely on the audio element or something else. Since the user of an audio streaming service typically doesn't need more functionality than…
user1907859
  • 544
  • 2
  • 5
  • 17
4
votes
3 answers

Getting Metadata from shoutcast iOS programming

Hello I am trying to parse Shoutcast radio's metadata in iOS. After trying many submitted solutions, I end up with a piece of code that is still giving me error Response String: ICY 404 Resource Not Found icy-notice1:SHOUTcast Distributed Network…
bugrasitemkar
  • 431
  • 1
  • 7
  • 26
3
votes
2 answers

How does streaming of web radio basically work?

My sister is a totally internet radio freak. She listens to internet radio all the time. So I thought why not write a little funny styled app for her upcoming birthday ;-) I'd like to understand the concept behind streaming online web radio. As I…
openfrog
  • 40,201
  • 65
  • 225
  • 373
1
vote
0 answers

How to get data from online radio?

I'm making Discord radio bot (In JavaScript) that streams online radios.I want to add now-playing command, but Idk how to recognize that song or where I can find metadata from that radio station. I want to add more than 10000 radio stations, but…
Stefan8888
  • 11
  • 2
1
vote
0 answers

Play audio stream on Android

I'm developing a webradio player application on Android (API 17) and I'd like to play an audio flux from the Internet with the MediaPlayer Android library. This is my code: String url = "http://stream.url.net/"…
Nobody78
  • 11
  • 1
1
vote
1 answer

How to Create online radio management system with ruby on rails using icecast streaming server?

I am trying to build the online radio management system with Ruby on Rails. I am using Icecast streaming server for streaming audio. Please suggest architecture on radio management system or refer any examples that already available. Thanks in…
Satish Z
  • 27
  • 7
1
vote
0 answers

Platform-Independent Python Stream/Audio Module

Currently I am working on a Python-Programm which streams (i.e. plays) Webradio-Audio-Streams. Since I am implementing this with gstreamer, it is not platform-independent. Unfortunately, it seems I am unable to find such a module or framework which…
0
votes
1 answer

python check web radio url

File: check_web_radio.py from subprocess import Popen import subprocess import os import sys def check_retransmition(stream_url): try: print("Checking url:"+str(stream_url)) if os.path.exists("outputfile.mp3"): …
Chris P
  • 2,059
  • 4
  • 34
  • 68
0
votes
0 answers

UWP: Get Artist / Title of URL Webradio Stream

Is it possible to extract Artist / Title with the MediaPlayerElement / MediPlayer / MediaItem Classes in UWP, if it's delivered in the Web Stream? f.e. this URL https://swr-dasding-live.cast.addradio.de/swr/dasding/live/mp3/128/stream.mp3 delivers…
TiMeJuMp
  • 353
  • 1
  • 2
  • 14
0
votes
3 answers

How to let my visitors to listen to different online radios using flash player?

After I've found out that WMP is not best idea for Firefox users as they need to install additional plugin, I wanted to try out JW player and I googled all I could about audio streaming and flash players. I got something like…
Skuta
  • 5,830
  • 27
  • 60
  • 68
0
votes
1 answer

Retrieve radio song titles from axWindowsMediaPlayer control

I am am using the AxWindowsMediaPlayer control to build a small Windows web radio developed in C#. This works out well. My StatusChange event handler extracts the name of the current radio station: private void…
0
votes
1 answer

PHP and JS to read if audio streaming is broken from HTML5

Right now I have a very basic HTML5 Audio player that play from webradio. I use a old iPad to play the music but also to show some information from a webpage. The problem is that is happen sometime the wifi and the old iPad does not like to stay…
Cazz
  • 51
  • 7
0
votes
1 answer

Most efficient way to play mp3 continously on webpage (like a web-radio)

I've got a folder containing several *.mp3 files. Now what I'm trying to achieve is, that these mp3s are played on my webpage continously meaning that if I close my browser and open the page i.e. 10 seconds later again, the song should continue 10…
Lumnezia
  • 796
  • 2
  • 9
  • 32
0
votes
1 answer

Read current artist/song from webpage/webradio

First off: This is my first time trying to connect with a Webpage so if my questions are dumb but that's just how i feel now so it should be right. :D I thought of just trying to read out a Artist/song from a Webradio as a slow start so i can use…
scitch
  • 55
  • 1
  • 8
0
votes
2 answers

Get ID3 tag from MP3 Streaming

I encounter difficulties in recovering informations (ID3 tag) from an MP3 stream. I want this informations for display the albumArt and the title of the current song on the homepage of the radiomed's website. Update With PHP , I worked with ID3…
outstore
  • 175
  • 2
  • 13
1
2