Displaying 5 results from an estimated 5 matches for "strea".
Did you mean:
streq
2004 Dec 03
1
Getting R to emit an image file as a pipe or Base64 strea m: Mac OSX 10.3 - R 2.0.1
...jpg");
> > plot(rnorm(100));
> > dev.off();
> > q(save = "no");
> >
> >
> > My sysadmin says that the apache user can't write to the disk due to
> > security policy, so he wants to know if I can emit the jpeg
> as a base64
> > stream and embedd it into the dynamically generated tag
> using a DATA tag
> > to inline the image.
> >
> > http://www.elf.org/essay/inline-image.html
> >
> > http://www.faqs.org/rfcs/rfc2397.html
> >
> > i've tried searching the R-project.org site and...
2017 Nov 13
4
streaming audio
hi All,
I am using 11.25.2 and musing on hold. CentOS 7.4
I am trying to setup a MusicOnHold() streaming audio.
I have one machine I tried this on and it worked. This machine is on the
internet.
I have another machine behind a firewall that does not play.
Both machines installed mpg123.
I have a windows machine behind the firewall that plays the audio stream so
firewall is not the issue.
I see...
2004 Aug 06
2
Source Reconnect Problem in
Using Icecast 1.3.12
If the Source Strea gets disconnected from Internet (i.e. OS-Crash or
something)
the Server dows not kick the death source stream automaticly.
I have to do this via admin console then.
Whats the problem?
COnfig file
max_clients 30
max_clients_per_source 30
max_sources 1
max_admins 3
throttle 10.0
use_meta_data 0
st...
2013 Apr 11
0
No subject
Icecast2 Source Tutorial
Poor man's basic Icecast source setup instructions.
Everything needed to set up a basic streaming system without the mess.
This tutorial assumes you've successfully setup icecast2 for this.
This tutorial also assumes you've got audio files to use to stream to iceca=
st2.
You will also need a method seperate from your source computer to tune-in t=
o the
stream - another computer or...
2006 Feb 14
3
S4 classes and methods with optional arguments
Hi,
i have used S4 classes to implement a unified access to random number generators
(package rstream on CRAN).
I have used a construct to allow optional arguments:
if(!isGeneric("rstream.sample"))
setGeneric("rstream.sample", function(stream,...) standardGeneric("rstream.sample"))
setMethod("rstream.sample", c("rstream","numeric&qu...