Displaying 5 results from an estimated 5 matches for "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 doc...
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 fluently (continuesly)?
Yes: You need to send all the data in one PUT request. This is how it
works. You...
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++ libra...
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
...treaming server user discussions <icecast at xiph.org>
Betreff: Re: [Icecast] 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 fluently (continuesly)?
Yes: You need to send all the data in one PUT request. This is how it works. You...