similar to: Icecast direct on port???

Displaying 20 results from an estimated 4000 matches similar to: "Icecast direct on port???"

2008 Jul 02
0
Icecast direct on port???
Armando Taffarel Neto wrote: > It is possible a mountpoint to be configured direct on a port, e.g, an > MP3 streaming running at address http://localhost:8001 ? You can do this with aliases. Say the stream is running on /stream you can do something like this: <alias source="/" port="8001" dest="/stream"/> Note that Icecast needs to be configured to
2006 Feb 27
2
Authentication
Hi, I'm working with the authentication setup in Icecast 2.3.1. I have authorizing live streams down, but I'm having issues with static files that I want to also serve. I attempted creating a specific mount with typical auth configuration for add/remove listener. Do I need the add/remove mount options. Can I specify a general mount point for a directory and then add mounts via add_mount
2004 Aug 06
5
shoutcast to icecast2 issues
relaying a shoutcast stream via icecast2 is pretty much unlistenable -- it constantly stutters. for example, shoutcast relay -- http://205.188.234.1:8030/listen.pls icecast2 relay -- http://liveradio.indymedia.org:8001/sf-hifi.mp3.m3u --mark --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a
2015 Jul 11
3
non latin1 characters in titles/artist et cetera
On 11 Jul 2015, at 18:27, Stephen Jones wrote: > What is the correct way for me to configure icecast.xml? Please show us your config file, but with removed/changed passwords of course.
2006 Mar 22
5
static file streaming
Hi, I have installed the Icecast2 on my Ubuntu Linux and I was not able to figure out how I could stream static mp3 files. Can anybody help me? What should I do to do this? I put the mp3 file in the webroot and I tried to retrieve it with the " http://host:port/try.mp3" URL but I could only download it (as a whole) but not as a streamed media. Do I have to convert the mp3 to another
2006 Mar 25
2
static file streaming
Hi All, Maybe I do something completely wrong and I make some trivial mistakes but the static streaming doesn't work for me. I describe my setup. Thanks, Ivan - I try to reach the following URLs but neither of them worked: http://my.server.hu/try.mp3 http://my.server.hu/try.mp3.m3u http://my.server.hu/list.m3u - The /usr/share/icecast2/web directory contains the following files: try.mp3
2003 Jul 03
1
New in Samba
Hi all, I'm a new user and I would like to know if I it's possible to connect to a share from a win98 machine without defining a user on that machine as described on the excelent book Using Samba. My win machines are shared among multiple users. If it's possible what are the steps ? Thanks in advance. Francisco
2018 Sep 27
4
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
Since the goal is to start llvm-tapi more or less from scratch, I feel the best approach initially is to focus on the structure as a key point of feedback in initial reviews. Once the foundations are set, integrating Mach-O TAPI in parallel with the ELF implementation should be relatively straightforward. The features outside of stubbing aren't as appealing for ELF, so I probably won't be
2014 Jan 03
2
Regarding fallback mount points.
Hi all. I finally got my automating stream working. now, I do have a question for you all regarding fallback mount. I believe I have them setup correctly. but what I would want to do is when I go to http://kjscradio.com:8000/stream.mp3.m3u, I would like it to fallback to the mount point that I have setup for my automation stream. Then, when a source drops the connection from the /stream.mp3.m3u
2004 Sep 01
1
Stream File Type?
>Brett Trent wrote: > >>I'm a newbie. >> >>I've just installed Icecast2 and am streaming to it successfully via >>Nicecast (great app BTW). >> >>My problem is that the stream from Icecast2 comes through as an .m3u >>which does not correctly open on any of the Mac or Windows machines >>that I've tried. When broadcasting directly
2018 Sep 27
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
On Thu, Sep 27, 2018 at 3:12 PM Rui Ueyama via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Thu, Sep 27, 2018 at 2:42 PM Armando Montanez via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Since the goal is to start llvm-tapi more or less from scratch, I feel >> the best approach initially is to focus on the structure as a key >> point of
2018 Sep 28
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
Oof, I didn't think about Clang not being in the same place. Perhaps we could put this in clang-tools-extra to solve that? As for the unification of the code bases. I was assuming we didn't want to just throw a ton of code over the wall anyway so the merge was going to need to be reviewed chunk by chunk anyhow. Support for the two formats should be possible to add in parallel (although, I
2004 Sep 22
8
Digium Hardware
Hi, Has anybody had any problems getting digium hardware lately? Regards Greg Cirino ___________________________________ Cirelle Enterprises Inc. 603-425-2221 www.cirelle.com Website Design www.cirelle.net ProSpeed High Speed Dial-up - 5 Times Faster www.cedata.com Web, FTP, Email Hosting Services www.mlsbot.com MLS IDX Services When You Want It Done Well, Just Call Cirelle It's not just a
2005 Jul 26
2
Supporting charsets
Hi there! We are trying to use support for japanese language, but when composing in squirrelmail or while resending either in squirrel or in Outlook, we do not get the right symbols. The server and client PCs have all the required software. Indeed, we receive japanese written messages and can display them well. The problem arises when we resend or compose a message. In the squirrel configuration,
2018 Sep 26
4
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
Hello all, LLVM-TAPI seeks to decouple the necessary link-time information for a dynamic shared object from the implementation of the runtime object. This process will be referred to as dynamic shared object (DSO) stubbing throughout this proposal. A number of projects have implemented their own versions of shared object stubbing for a variety of reasons related to improving the overall linking
2018 Sep 26
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
Right. Usually you wouldn't want to write a .tbe from scratch, but for the sake of linking against a DSO you might only have access to a .tbe stub that was produced from the DSO. This specific functionality becomes critical when DSOs only used for linking are replaced entirely by .tbe stubs because at a SDK level the complete DSO isn't needed. This is what Apple has done to significantly
2018 Nov 30
4
[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
On Friday, 30 November 2018 20:35:07 GMT David Miller wrote: > From: Jens Axboe <axboe at kernel.dk> > Date: Fri, 30 Nov 2018 13:12:26 -0700 > > > On 11/30/18 12:56 PM, Davidlohr Bueso wrote: > >> On Fri, 30 Nov 2018, Kees Cook wrote: > >> > >>> On Fri, Nov 30, 2018 at 11:27 AM Jarkko Sakkinen > >>> <jarkko.sakkinen at
2005 Feb 24
5
New to icecast2, few questions
On Thu, 24 Feb 2005, Karl Heyes wrote: > On Thu, 2005-02-24 at 18:11, Kevin S. Brackett wrote: >> I have a icecast2, everything is working great, except for 2 issues.. >> >> 1, Quicktime is always buffering... never plays, anyone seen this and if >> so know of a solution? > > not sure, make sure that quicktime handles the stream format you're > sending it.
2020 Jun 15
2
numericDeriv alters result of eval in R 4.0.1
Dear R developers, I've run into a weird behavior of the numericDeriv function (from the stats package) which I also posted on StackOverflow (question has same title as this email, except for the version of R). Running the code bellow we can see that the numericDeriv function gives an error as the derivative of x^a wrt a is x^a * log(x) and log is not defined for negative numbers. However,
2006 Mar 25
2
static file streaming
Sorry! The links I tried are: http://my.server.hu:8000/try.mp3 <http://my.server.hu/try.mp3> http://my.server.hu <http://my.server.hu/try.mp3.m3u><http://my.server.hu/try.mp3.m3u> :8000 <http://my.server.hu/try.mp3>/try.mp3.m3u<http://my.server.hu/try.mp3.m3u> http://my.server.hu <http://my.server.hu/list.m3u><http://my.server.hu/list.m3u> :8000