Displaying 20 results from an estimated 400 matches similar to: "Icecast and ezstream"
2005 Jun 07
3
Icecast RTP support
Hi,
Does Icecast has RTP support for streaming OGG/Vorbis and OGG/theora
media files?
If so, then please give me some pointers on how to configure my
Icecast server to listen to RTP requests.
If it's not available, then is the inclusion of this feature, in plans
for future release of the product?
Thanks
--
Subhabrata Bhattacharya
2006 Mar 01
1
Scheduler Parameters
Hi,
I have a naive question with the xen BVT scheduler.
Supposing I have only one guest domain runnning on domain 0 and with
the xm bvt command I have allocated cpu units in the ratio 9:1 to
domain 0 and domain 1(say) respectively.
Now I create another guest domain. How much CPU share it (or
subsequent domains created after it) will get?
~$ubh
_______________________________________________
2005 Jun 20
1
mixed live- & playlist-streaming
hi everyone,
we're running a webradio-station focussed on electronic music (http://www.play.fm), using icecast 2.2.0 (on SuSe Linux 9). we're broadcasting 4 hours of live-program each day (using streamtranscoder).
what I would like to do is to stream a generated playlist of mp3-files during the rest of t. day (using something like ezstream, which I have currently installed & played
2005 Dec 24
2
grouping data
Hello R-users/experts,
I am new to R-
I have a simple question:
Let say I have a data set as follows
temp:[file attached]
the data structure is a follows:
sex age
female 28
female 53
female 53
female 36
male 42
male 29
male 43
male 36
male 41
Here we are grouping all male value into male and all female value in to
female
2006 Feb 13
2
R-help, specifying the places to decimal
Hello - R-experts,
Is there any way with which we can specify the number after
decimal point to take. Like I have a situation where
the values are comming 0.160325923 but I only want
4 place to decimal say 0.1603. Is there any way for that.
I am no expert in R- and this may sound simple to many.sorry
Thanks for any help.
With Regards
Subhabrata
2005 Dec 09
3
R-how to group the data
Hello R - users,
This may sound simple to may people:
I have a list of data as follows
type value
y 7
y 7
y 8
y 8
y 8
y 9
y 9
y 9
y 9
y 10
y 10
y 10
y 10
y 11
y 11
y 12
y 12
y 14
y 14
y 14
y 15
y 17
y 20
y 20
y 20
y 20
y 25
2005 Jun 07
0
Icecast RTP support
On 6/7/05, Subhabrata Bhattacharya <subh.arya@gmail.com> wrote:
> Hi,
>
> Does Icecast has RTP support for streaming OGG/Vorbis and OGG/theora
> media files?
Not in the current version. It may be added in the relatively distant
future, but there's nobody workingon it at the moment.
Mike
2005 Dec 06
2
urgent
Hello R Users,
I have two sets of values
x <- c(7, 7 , 8, 9, 15, 17, 18)
y <- c(7, 8, 9, 15, 17, 19, 20, 20, 25, 23, 22)
I am able to create multi histogram using
multhist(). But not able to control the 'xlim'.
ie the xaxis is showing 7.5, 13, 18, 23
1st on what basis it is calculated
2nd I want it to be like 7 8 9 15 17 and so on
Can any one help me
With Regards
Subhabrata
2006 Feb 10
2
Controling the x or y limit
Hello - R-experts,
This may sound simple to many ---
We can specify the x limit by saying xlim = c(0, 20) for example.
Then the graph will show the range of x -axis between 0 - 20.
But the coordinate gap will be automatic like 0 then 5 then 15 and 20.
Is there any way by which we can set it in a gap of 2 or any number.
Thank you for any help.
With Regards
Subhabrata
[[alternative HTML
2010 Feb 19
3
dot-dot-dot as an actual argument
I could not find any documentation of how dot-dot-dot works when used
as an argument in a function call (rather than as a formal argument in
a definition). I would appreciate some references to the rules
governing situations like:
f1<-function(x,y,...){
? print(x)
}
f2<-function(...){
? f1(...)
}
f2(1,2,3)
In the call above how are the three numbers bound to the individual
formal
2005 Dec 07
1
ploting the two sets of data side by side
Hello R-users,
I am new to R-commands.
I have two sets of data:
x <- c(7, 7 , 8, 9, 15, 17, 18)
y <- c(7, 8, 9, 15, 17, 19, 20, 20, 25, 23, 22)
I have used 'cut' command to seperate them as follows
a <- cut(x, breaks =c(0,5,10,20,25,30))
b <- cut(y, breaks =c(0,5,10,20,25,30))
> table(a)
a
(0,5] (5,10] (10,20] (20,25] (25,30]
0 4 3 0
2005 Dec 26
1
grouping-R-help
Hello R-experts,
I have a set of data as follows:
age time
1 28 1
2 53 2
3 53 3
4 36 4
5 54 4
6 46 4
7 45 5
8 31 6
9 53 7
10 35 7
11 62 8
12 19 8
13 43 2
14 51 3
15 45 0
16 48 2
17 49 3
18 57 2
19 45 3
20 27 10
21 33 12
22 29 14
23 46 16
24 45 19
25 43 2
26 28 6
27 50 7
28 28 4
2005 Jun 27
3
AW: IE/FLASH/ICECAST
On Mon, 2005-06-27 at 19:33, Michael Kamleitner wrote:
> hi,
>
> icecast 2.2.0 has to be patched slightly to work with flash-players using
> the sound-object - cant find the exact link to this, maybe one of the
> developers can explain? I just added 4 lines at the end of
> format_mp3_send_headers() in format_mp3.c:
>
> sock_write(client->con->sock,
2006 Feb 16
1
R-help - Problem in drawing braplot with a huge value of data
Hello R-experts,
I am facing a strange problem while creating a barplot. I have serise of
data of which the first
on is around 162589 while the remaining data are around 0-150. so when I am
ploting the barplot
with all the data I am getting a single line -> test1.jpg.
But If I remove the 1st value i.e 162589 then I am getting a normal
barplot -> test2.jpg
Can some one help me regarding
2005 Jun 27
3
IE/FLASH/ICECAST
Hello,
I've created a macromedia flash player in order to play icecast mp3 streaming.
Icecast is configued on the port 8000 and It's ok with winamp.
In my flash movie, I've used loadSound("<streaming>",true) on a Sound object.
It's ok on Mozilla based browsers but
some user don't have sound on Internet Explorer.
D't understand? Is there an issue?
Thx
2006 Aug 24
1
Need help with difficulty loading page www.bioconductor.org
The page is either too busy, or there is something seriously wrong with
access to this page.
Most of the time, trying to reach www.bioconductor.org results in
failure. Only once in a
blue moon, do I get through.
In fact, thus far, I have not been able to install bioconductor, since
the first source(...)
command from the R command window -- following instruction on
www.bioconductor.org
page,
2010 Feb 14
1
unexpected results with higher-order functions and lapply
I want to use lapply and a function returning a function in order to build a
list of functions.
> genr1 <- function(k) {function() {k}}
> l1 <- lapply(1:2,genr1)
> l1[[1]]()
[1] 2
This was unexpected. I had expected the answer to be 1, since that is the
value k should be bound to when genr1 is applied to the first element of
1:2.
By itself genr1 seems to work fine.
>
2007 May 14
1
dialplan: execute on hangup
hi list,
I'm looking for a way to execute commands in my dialplan specifically when a
caller has hung up. my curretn dialplan looks like this:
exten => s,1,Answer
exten => s,n(restart),BackGround(intro)
exten => s,n,Read(Enter,4,4)
exten => s,n,Voicemail(${Enter},u)
exten => s,n,agi(process.php|${Enter})
exten => #,1,Playback(thanks)
exten => #,n,Hangup
it lets a user
2007 Feb 27
2
running asterisk through cellphone
hi everybody,
I'm currently planning a small-sized web-applicaiton allowing users to
call-in via phone. the phonecalls should be recorded and processed further
by some custom scripts - sounds like asterisk is a perfect match for this
app.
however, during prototyping I have no ISDN-connection whatsoever available,
so I was asking myself if it's possible to connect a cellphone via
2007 Sep 15
2
AGI/PHP: missing arguments
hi folks,
I've built a simple PHP-script utilizing the AGI-interface. in
extensions.conf I trigger the script and pass a single value as first
argument:
exten => h,1,DeadAGI(process.php|${Enter})
On the Asterisk-console, I can actually see that the script is called
correctly (something like "DeadAGI(process.php|1234)"). However, when I read
stdin in the PHP script, I receive