Questions tagged [icecast]

Icecast is a streaming media project, released as free software, maintained by the Xiph.org Foundation. It also refers specifically to the server program which is part of the project. Live audio streams are commonly streamed using either Icecast or SHOUTcast servers.

Icecast, the project, is a collection of programs and libraries for streaming audio over the Internet.

Icecast, the server software, is a streaming media server, which officially supports Opus, Ogg Vorbis and other free codec streams; MP3 and AAC audio streams are known to work too. It also supports video streaming using either WebM or Theora. It can be used to create an Internet radio station or a privately running jukebox and many things in between. It is very versatile in that new formats can be added relatively easily and it supports open standards for communication and interaction.

More information can be found on icecast.org. Also latest documentation is available.

515 questions
0
votes
1 answer

Restreaming with red5

I have 1 server running Red5 and about 5-6 other server running icecast2 as channel Now i want to using Red5 to re-streaming from icecast2 When user request a content, Red5 will know that content belong to which icecast2 server, and it will connect…
kiennt
  • 1,514
  • 2
  • 14
  • 13
-1
votes
1 answer

Re-broadcast a 96 kbps Shoutcast stream to a 192 kbps Icecast server

I run a radio station which streams live to an Icecast server that I host myself on a VPS. My stream is 192 kbps MP3. I want to carry a syndicated show which is delivered live via a 96 kbps MP3 Shoutcast stream. I figure the smoothest way to…
Edwin
  • 27
  • 4
-1
votes
1 answer

Access to the site only to another site

I have a separate server with icecast for online radio. There is another server with a wordpress site. A wordpress site receives radio streams from a server with icecast. The trouble is that the server with icecast is open and accessible to…
-1
votes
1 answer

How to handle 20k concurrent listeners on an Icecast server

I want to know how to handle more than 20k listeners concurrently on an Icecast server. I am using liquidsoap as the audio stream generator (Only one audio stream is distributed through the Icecast server ). The server is configured on AWS. Further,…
-1
votes
1 answer

FFmpeg, Icecast and ice_name in Cyrillic

To set stream names (-ice_name), I need to use Cyrillic characters. But on Icecast server I get hieroglyphs. If I use software other than ffmpeg, then everything is displayed fine. But I need to use ffmpeg exactly. Here's the…
-1
votes
1 answer

FFMPEG SRT video send only audio to icecast

So I know that with FFMPEG you can read srt:// Now I now you can also take a video and turn it into audio only. But the problem we are having is We don't know how to only send the audio from a video srt to icecast server Example RMPT stream to…
RussellHarrower
  • 6,470
  • 21
  • 102
  • 204
-1
votes
2 answers

IceCast Server Fall back file

How do I set up a fall-back file for an IceCast server?
Phill Fernandes
  • 57
  • 3
  • 11
-1
votes
1 answer

How do I convert a remote JSON object to an Array in JavaScript

I am trying to take the JSON object from my Icecast server and turn it into an array so that I can access the current listener numbers stat and display it in html. Here's my JS: const endpoint = 'http://stream.8k.nz:8000/status-json.xsl'; const…
-1
votes
1 answer

Icecast local stream delay 3 seconds, what can i do?

i am a newby on icecast an streaming. My goal is o stream the music from my PC into my local Network. I have installes the latest version of icecast and setup 192.168.1.2 as ip. this is the ip from my router. for testing i used RadioCaster. It works…
PascalL
  • 155
  • 3
  • 12
-1
votes
1 answer

How to setup Icecast to hear stream on my local network?

i want to setup icecast to hear the stream in my local network with a link like this "http://192.168.1.10:8000/stream" How do i setup icecast to do this? i am using Windows 7 Currently i can hear the stream with "127.0.0.1:8000/stream"
PascalL
  • 155
  • 3
  • 12
-1
votes
1 answer

Is a sound device necessary for an audio streaming server?

My project is to stream audio online with my PC as the server. I have a HP Proliant ML110 G7 server PC, which does not have any integrated sound device in motherboard, nor any kind of sound device. I am currently using ubuntu 16.04 in my PC, and I…
tanjan
  • 11
  • 4
-1
votes
1 answer

Icecast 2 ~ use pls or m3u on a listen.mp3 from caster.fm

Today I decided to make a Online Radio Station using a free account on caster.fm. I decided that it wasn't anything to do with them and it was more to do with general Icecast 2. I own a game server and there is a plugin to allow radio streams but in…
-1
votes
1 answer

Live Broacasting Error. creates *.m3u.m3u

Greetings & Salutations one and all I'm new to mixxx been using it for about 4hrs and its a brilliant piece of software so thanks once again for this amazing program. The issues i'm having is that it creates and double m3u.m3u. extension when I'm…
-1
votes
2 answers

Audio stream reconnect in as3

I am using the following code in a swf created with Flash CS6: var nc:NetConnection = new NetConnection(); nc.connect(null); var ns:NetStream = new NetStream(nc); var customClient:Object = new Object(); ns.client =…
-1
votes
1 answer

How to setup multiple mount points and two separate playlist in the single icecast server?

Below is my sample icecast configuration. Can you suggest me how to create multiple mount points. I want to create a separate playlist for each mount point. Is that possible…
kulls
  • 845
  • 2
  • 12
  • 37
1 2 3
34
35