Displaying 20 results from an estimated 900 matches similar to: "Hello"
2020 Apr 27
3
Hello
I started a few steps and got confused. I have no knowledge of computer
technician.
I downloaded the software. Windows
בתאריך יום ב׳, 27 באפר׳ 2020 ב-1:43 מאת jake at jakebriggs.com <
jake at jakebriggs.com>:
> Sure, let's start with a couple of questions:
>
> how far through this document did you get?
> http://icecast.org/docs/icecast-2.4.1/basic-setup.html
>
2020 Apr 27
2
Hello
> you might want to look into paying for hosted Icecast solutions
Or you can try a FREE hosted Icecas server: http://www.caster.fm
*wink*
On Mon, Apr 27, 2020 at 8:27 PM Marvin Scholz <epirat07 at gmail.com> wrote:
> Hi,
> in case you lack the necessary skills its probably not a safe
> approach to try to host Icecast yourself.
> So instead you might want to look into paying
2020 Apr 28
2
Hello
Why do you say TLS is not supported on Windows? I've been using it for
about a year now.
Justin
On 2020-04-27 12:27, Marvin Scholz wrote:
> Hi,
> in case you lack the necessary skills its probably not a safe
> approach to try to host Icecast yourself.
> So instead you might want to look into paying for hosted Icecast
> solutions or get more familiar with the needed
2020 Apr 27
0
Hello
Hi,
in case you lack the necessary skills its probably not a safe
approach to try to host Icecast yourself.
So instead you might want to look into paying for hosted Icecast
solutions or get more familiar with the needed technical details
involved with running a server before.
Additionally Icecast for Windows lacks some important features like
TLS support, ability to run as service easily and IPv6
2020 Apr 27
0
Hello
Too bad caster.fm only supports MP3 format for their free service:
"Caster.fm free service allow streaming in MP3, other codec
(aac,aac+,ogg) will result in a ban from Caster.fm."
https://clients.caster.fm/knowledgebase/6/Allowed-Media-FormatorCodec.html
Cheers,
Jordan Erickson
On 4/27/20 10:32 AM, Yahav Shasha wrote:
>> you might want to look into paying for hosted
2020 Apr 29
0
Hello
Hi,
Sorry I was under the assumption that the recent Windows build lacks
TLS support due to being built without OpenSSL but that does not
seem to be the case.
On 29 Apr 2020, at 1:18, webmaster at berean-biblechurch.org wrote:
> Why do you say TLS is not supported on Windows? I've been using it
> for
> about a year now.
>
> Justin
>
> On 2020-04-27 12:27, Marvin
2020 Apr 26
0
Hello
<div dir="auto">Sure, let's start with a couple of questions:<div><br></div><div>how far through this document did you get? http://icecast.org/docs/icecast-2.4.1/basic-setup.html</div><div><br></div><div>What OS are you planning on using, windows or
2020 Jun 15
2
Streams dropping out after 8-12 seconds in Edge, IE
<div dir="auto">For what it's worth, it's working in NZ/vodafone/android firefox for me<br></div><div style="line-height:1.5"><br><br>-------- Original message --------<br>From: Gavin Stephens <gavin@stephens.net.nz><br>Date: Mon, 15 Jun 2020, 15:59<br>To: icecast@xiph.org<br>Subject: Re: [Icecast]
2019 Apr 08
1
Question about replacing the web interface with an audio stream
I have had a bunch of issues getting reverse proxy running with apache
properly, the main issue is with YP listings and having icecast list the
revproxy mount at port 80 rather than the icecast one at port 8000.
Unfortunately, I /need/ some sort of http server on port 80 - and I know
apache the best.
That being said, if you know the mounts you want to reverse proxy, its
not an arduous exercise
2020 Jun 15
0
Streams dropping out after 8-12 seconds in Edge, IE
No problem with the Adelaide one (https://tls1.wcrdev.com/coast-mp3) in
VLC or in Chrome. But the other one only connects for about a second
tops in VLC.
On 15/06/2020 4:02 pm, jake at jakebriggs.com wrote:
> For what it's worth, it's working in NZ/vodafone/android firefox for me
>
>
> -------- Original message --------
> From: Gavin Stephens <gavin at
2020 Jan 08
2
admin console
<div dir="auto">No I think you misunderstood me. The m3u file contains the URL with the port number in it, since as far as icecast knows that's is the URL. It doesn't (and can't) know that I want a different URL. It has http://foo.bar:8000/mountpoint but I want http://foo.bar/mountpoint<div><br></div><div>It's the wrong URL from my
2017 Oct 15
2
Icecast on my website
No flash player can fetch the embedded metadata due to security
restrictions concerning non-standard request headers which is required in
order to get the embedded metadata. A patch for ice cast to allow this
however is quite possible, perhaps a config directive that tells icecast
not to wait for the specific request header and send the embedded metadata
regardless of the icy-metadata header will
2017 Oct 15
5
convert public online radios to ogg and stream them inside company
Hello dear icecast fans,
In my company we have voip phones, that can also play OGG stream /online
radio streams/
There are some good public online radios, which however uses MP3 stream.
I want convert different online public streams from mp3 to ogg, and offer
ogg streams in my company, so our voip phones can play them.
Can icecast (ezstream,ices) be used for my scenario?
I tried a relay
2019 Apr 08
2
Question about replacing the web interface with an audio stream
Okay, but you’d have to be able/willing to employ a dedicated IP to that, plus run Icecast as root.
What are the negative technical implications of running icecast on port 8000 (suitable for most users) and then running a reverse proxy to accommodate public wifi with port restrictions?
> On Apr 8, 2019, at 3:31 PM, Yahav Shasha <yahav.shasha at gmail.com> wrote:
>
> Just bind
2020 Oct 29
2
Good Evening,
I contacted Martin Maechler (maechler at stat.math.ethz.ch) and was advised to
contact you for input on the question below...thanks!
I am very new with the R experience, all I know is that it's computer
language & coding... I'm trying to plot a regression graph for runif (100,
1000, 10000). What am I not getting here, I can get the values in R no
problem, but no idea how to turn it
2017 Oct 29
7
Count non-zero values in excluding NA Values
Dear R Staff
You can see my data.csv file in the annex.
I try to count non-zero values in dataset but I need to exclude NA in this
calculation
My code is very long (following),
How can I write this code more efficiently and shortly?
## [NA_Count] - Find NA values
data.na =sapply(data[,3:ncol(data)], function(c) sum(length(which(is.na
(c)))))
## [Zero] - Find zero values
2017 Aug 09
1
Newbie Questions
[Will R] Appears to be Redhat.
Will R
----------------------------------------------------------------------
Message: 1
Date: Tue, 8 Aug 2017 22:46:01 -0500
From: "Will Robedee" <WillR at rice.edu>
To: <icecast at xiph.org>
Subject: [Icecast] Newbie Questions
Message-ID: <036d01d310c2$05091ee0$0f1b5ca0$@rice.edu>
Content-Type: text/plain; charset="utf-8"
I
2020 Jun 22
2
SAMBA using existing users and passwords on Linux
Oops, wrong language ;D
Okay Rowland.
Thank you very much for this help.
To the next.
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Livre
de v?rus. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>.
2018 Feb 20
3
Take the maximum of every 12 columns
This is what I was looking for. Thank you everyone!
Sincerely,
Milu
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Mail
priva di virus. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
2017 Oct 18
3
OPUS vs MP3
Good morning.
I've ran a test against MP3 format.
Code: (first convert tested audio file to 16 bit 48khz with sox.exe if
needed)
lame.exe -b 320 48khzfilein.wav -o fileout.mp3
lame --decode fileout.mp3 -o fileout.mp3.wav
opusenc.exe --bitrate 320 48khzfilein.wav fileout.opus
opusdec.exe fileout.opus fileout.opus.wav
wavdiff.exe 48khzfilein.wav fileout.mp3.wav -diff fileout.mp3.delta.wav