Displaying 20 results from an estimated 200 matches similar to: "icecast 2.3.2 generated buildm3u don't support authenticated streaming via https"
2006 Sep 24
1
Add-on patch to support .pls .asx .ram .qtl listing formats
Hi,
If you have multiple players installed on your PC/Mac .m3u will always
open the last media player who are the default in charge of the extension
and mime m3u.
On your web site you want maybe to force a link to open real media player
or quicktime/itune. You need to create a .pls to force winamp loading the
streaming because windows media player won't open .pls etc.
If you add a .pls
2004 Aug 06
2
improved error.log output --diff
diff -u --recursive icecast/src/admin.c icecast-new/src/admin.c
--- icecast/src/admin.c 2003-07-18 16:29:23.000000000 -0400
+++ icecast-new/src/admin.c 2003-08-06 19:18:32.000000000 -0400
@@ -213,7 +213,7 @@
html_write(client, "HTTP/1.0 200 OK\r\n"
"Content-Type: text/html\r\n"
"\r\n");
- DEBUG1("Sending XSLT
2007 Aug 24
0
getting stuck with OSX install
Hi - help please.
I got the email address by rooting around in
icecast-2.2.0:doc:
I'm installing onto MacBookPro and have followed instructions from :
http://www.geektimes.com/macintosh/os/x/10_3/and/icecast_install.html
I get stuck after at the make command ending
make: *** [all] Error 2
I have no idea where to go from here but the log says:
error: 'struct _fserve_t' has no member
2024 Jan 21
1
Public stats on beta
Good morning,
On Sun, 2024-01-21 at 10:39 +0000, TDAS wrote:
> Can anyone tell me why?/admin/publicstats?is unprotected? And how I
> go about changing that!?
>
> I don?t understand why it would be accessible by anyone without
> authenticating when it is under?/admin/???
The endpoint is meant to be a replacement for /status-json.xsl which it
deprecates.
The admin/-namespace is
2001 Feb 14
1
smbclient no connect NetShareEnum failed
Running recent cvs from head branch, attempting to list shares on a
machine running win2k. Can anyone tell what is wrong here.
It does have several shares including a printer. I can connect with:
smbclient /chub/SHARE -U Adminstrator (and get prompted for password)
What does the line `NetShareEnum failed' below, mean
(Sorry about verbose output)
#
2024 Jan 21
1
Public stats on beta
Yeeek. That?s a lot of options :)
As someone who is pretty savvy but has only ever left Icecast authentication at the defaults, are there any examples, as I need to get it turned off pretty quickly.
Also, as there is no ?publicstats? in the admin dir, I?m guessing it is aliased somewhere. A grep finds:
src/acl.c: acl_set_admin_str(ret, ACL_POLICY_ALLOW,
2006 Apr 18
4
Windows Xp / Icecast 2.3.1 / Oddcast 3 / Crap Router?
Ok here's the deal. I set up Icecast and Oddcast, got them to communicate
properly, but cannot access the live audio remotely. On other computers in
the LAN it works perfetly. Currently I operate wirelessly behind a D-Link
514 router (a mite outdated by now, yes?) and have opened all necessary
ports, turned my firewalls off, set this computer as a DMZ, pretty much
everything I can think of -
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello,
I work at SmarctJog.com, we have here some patches on IceCast for
performance and reliability, these are mostly client/connection/source
cleanups (a slave merge is underway, and some more good stuff (c)),
but we'd like this to be merged in before the list gets any longer.
Please find attached a list of our patches with a short desc:
This one is actually not from us/me, it was found
2008 Nov 29
0
Icecast Streaming to an iPhone or iPod touch
Hello everyone,
I have created a patch that allows an iPod touch or iPhone with "CoreMedia" to receive Icecast streams directly from the server.
I did modify the original patch from the mailing list to include user agent switching for CoreMedia vs. other browsers.
Please let me know how it works. I have been streaming a local weather radio on Icecast with the iPhone patch (attached)
2008 Mar 20
2
Re: Icecast Digest, Vol 46, Issue 1
Hi , thanks for you help
I try to explain to you my usage of icecast:
I'm running icecast for streaming auvio and video in vorbis and theora ,
and my users can see my streaming on my webpage , where I use cortado
web layer.
SO my problem it's that my user can see easily the icecast address and
can connect to it with mediaplayer like vlc , without use my website.
So I want to manage
2005 Sep 08
0
Icecast 2.3.0 RC2 Annoucement
The Icecast development team is pleased to announce RC2 of Icecast
2.3. This will most likely be the final RC before the 2.3 release. We
appreciate everyone who has tested the RC's so far. All bugs (for this
release and all others) should be logged in Trac - http://trac.xiph.org.
The downloads:
Tarball : http://downloads.xiph.org/releases/icecast/icecast-2.3.0.rc2.tar.gz
SRPM :
2005 Sep 08
0
Icecast 2.3.0 RC2 Annoucement
The Icecast development team is pleased to announce RC2 of Icecast
2.3. This will most likely be the final RC before the 2.3 release. We
appreciate everyone who has tested the RC's so far. All bugs (for this
release and all others) should be logged in Trac - http://trac.xiph.org.
The downloads:
Tarball : http://downloads.xiph.org/releases/icecast/icecast-2.3.0.rc2.tar.gz
SRPM :
2024 Jan 21
1
Public stats on beta
Can anyone tell me why /admin/publicstats is unprotected? And how I go about changing that!?
I don?t understand why it would be accessible by anyone without authenticating when it is under /admin/ ??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20240121/9d1a4f96/attachment.htm>
2006 Feb 28
0
Authentication
mtyler@grandecom.net wrote:
>
> 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.
you can specify listener auth for files, although the mechanism is
fairly new so not all things apply to files yet.
> I attempted creating a specific mount
2024 Jan 21
1
Public stats on beta
Good afternoon,
On Sun, 2024-01-21 at 15:08 +0000, TDAS wrote:
> Yeeek. That?s a lot of options :)
It's a lot of possibilities! ;)
> As someone who is pretty savvy but has only ever left Icecast
> authentication at the defaults, are there any examples, as I need to
> get it turned off pretty quickly.
I'm not really sure here. That endpoint is meant to be public. Fiddling
1999 Jul 24
5
authentication failure
Hi,
I've just installed Samba 2.0.3 and now I'm getting following error:
PAM_pwdb[306]: 1 authentication failure; (uid=0) -> andreas for samba service
I can connect to all shares and printers, but get the error.
I suppose it has something to do with the passwords (I'm trying to sync Samba
and Linux passwords).
Any ideas?
/Andreas
2005 Sep 12
0
Icecast 2.3.0 RC2 Annoucement
Ok, this bug has been identified, logged, and fixed in SVN. We will be
most likely building an RC3 in short order...
oddsock
At 03:43 PM 9/9/2005, Joel Ebel wrote:
>Playing around with it some, it seems to be related to the web
>interface. If I don't touch the web interface it seems to stay running,
>but when I start trying to view pages in the web interface it quickly dies.
2008 Aug 25
2
patch for native iphone support
Here is a patch for icecast 2.3.2 that adds support for listening to mp3 and
aac+ streams on the iphone.
A quick background on the technical aspects of the patch and why it is
needed :
With the advent of 3g on the iphone, lots of people have been jumping on the
bandwagon of providing internet radio streams that work on the iPhone. The
biggest problem is that (without having to install an
2019 Feb 07
1
[Icecast] Micro Guide to Understanding Icecast 2.5.x authentication (For Icecast 2.5 beta 3)
Morning,
See the attached document.
Pass 1234567.
From: phschafft at de.loewenfelsen.net
Sent: Fri, 09 Nov 2018 11:10:22 +0000
To: icecast-dev at xiph.org, icecast at xiph.org
Subject: [Icecast] Micro Guide to Understanding Icecast 2.5.x authentication (For Icecast 2.5 beta 3)
Good morning,
as there has been some confusion I thought it might be best to write
2004 Aug 06
0
[PATCH] Add per-listener and per-mount connection time limits.
Attached you will find a patch against the icecast-2.0.0 released source
code which implements listener time limits on a global or mount-specific
scope.
Two new configuration elements are added with this patch:
client-time-limit: This is a GLOBAL directive which covers all
connections. Its value is given in seconds. So for example, if you want to
limit all listeners on all mount points to 1