search for: radiochannels

Displaying 5 results from an estimated 5 matches for "radiochannels".

Did you mean: radiochannel
2010 Jan 25
1
Same y-axis on multiple plots?
Greetings, I am attempting to use R throug PL/R in PostgreSQL to make several graphs (they show usage over time for radiochannels). However, as some never go above 100 in a 24 hour period, and others go well over 500, they get different y-axis values (which normally would be a good thing). However, as I want to overlay the graphs to add/remove channels in CSS on a webpage, I need a set y-axis. I have looked through the docu...
2019 May 06
2
Source client with HTTP PUT
Good morning, On Mon, 2019-05-06 at 08:44 +0000, Jürgen Bund wrote: > Hello again, > thanks for your response. > > I have still some questions: > I want to stream a 24/7 radiochannel with mp3s. So I can't send all mp3s with one http PUT request. > So is there a possibility for that with http PUT? > If yes, how can I send the next mp3, so that icecast is playing it
2019 May 06
0
Source client with HTTP PUT
Hello again, thanks for your response. I have still some questions: I want to stream a 24/7 radiochannel with mp3s. So I can't send all mp3s with one http PUT request. So is there a possibility for that with http PUT? If yes, how can I send the next mp3, so that icecast is playing it fluently (continuesly)? If not, is there a documentation for a TCP Socket Communication? Libshout is a c++
2019 May 04
4
Source client with HTTP PUT
Good afternoon, On Fri, 2019-05-03 at 12:24 -0400, Fred Gleason wrote: > On Fri, 2019-05-03 at 13:19 +0000, Jürgen Bund wrote: > > I’m writting a source client in c#, in which I’m sending chunks of a > > mp3 file with http Put to IceCast. > > My problem is, that it is not a continues stream. Each http PUT > > request is an extra track. > > How can I generate an
2019 May 07
0
Source client with HTTP PUT
Hello again, for now I figuered out to send a mp3 stream to IceCast with TCP Socket communication. Now I'm challenged with the correct timing for the data packets. Are there any API calls for getting the state of IceCast's buffer? I'm programming now on a scheduler for sending the mp3 frames, depending on the metada of each frame. I hope, that this is precisly enough. Can you tell