Author |
Message |
Topic: Not Listed |
dm8tbr
Replies: 4
Views: 11763
|
Forum: Icecast Server Posted: Fri Feb 12, 2016 8:27 pm Subject: Not Listed |
Actually due to Icecast Server YP code being carefully designed we don't have any need for automatic blacklisting, so far.
We do have various monitoring features to detect badly configured servers. ... |
Topic: Not Listed |
dm8tbr
Replies: 4
Views: 11763
|
Forum: Icecast Server Posted: Fri Feb 12, 2016 5:35 pm Subject: Not Listed |
dir.xiph.org is most certainly NOT blocking radionomy.
We've actually given them significant preferential treatment, helped them debug their hardware problems that caused problems with listings and d ... |
Topic: dir.xiph.org: no response from server |
dm8tbr
Replies: 1
Views: 8598
|
Forum: Icecast Server Posted: Sat Jan 30, 2016 11:21 am Subject: dir.xiph.org: no response from server |
If the problem persists, test if you can reach the directory server using curl and ping. |
Topic: new day = new log |
dm8tbr
Replies: 1
Views: 8403
|
Forum: Icecast Server Posted: Thu Dec 24, 2015 7:28 am Subject: new day = new log |
use logrotate, schedule for daily rotation, retention according to your needs. |
Topic: Restrict access to server statistcs |
dm8tbr
Replies: 2
Views: 5155
|
Forum: Icecast Server Posted: Thu May 14, 2015 3:57 pm Subject: Restrict access to server statistcs |
Yes, it's a bit counter intuitive, but by creating a <mount> config section for each of the files and having that require authentication. |
Topic: Listeners still on /autodj when /live active |
dm8tbr
Replies: 1
Views: 4784
|
Forum: Icecast Server Posted: Tue Apr 07, 2015 8:13 am Subject: Listeners still on /autodj when /live active |
That's why it's generally recommended to only advertize the top most URL of a fallback chain to listeners.
You can work around this by manually transferring listeners:
http://icecast.org/docs/icec ... |
Topic: icecast streaming url link to my subdomain |
dm8tbr
Replies: 4
Views: 22894
|
Forum: Bug Reports Posted: Fri Mar 20, 2015 1:00 pm Subject: icecast streaming url link to my subdomain |
hehe.
BTW: Icecast will flat out refuse to run as root if you don't configure privilege dropping. Because running services as root is bad, mkaaaaay. |
Topic: icecast streaming url link to my subdomain |
dm8tbr
Replies: 4
Views: 22894
|
Forum: Bug Reports Posted: Fri Mar 20, 2015 6:24 am Subject: icecast streaming url link to my subdomain |
You could stream on port 80 instead of 8000, that would work.
Yes, using the IANA assigned ports is preferred. In case of HTTPS (aka <ssl>1</ssl>) the port would be 443.
If you already r ... |
Topic: Streaming an MP2 file without reencoding? |
dm8tbr
Replies: 9
Views: 23384
|
Forum: Source Clients Posted: Sat Feb 28, 2015 12:31 pm Subject: Streaming an MP2 file without reencoding? |
I suspect it's the output format guessing.
In general having a "file extension" on your mountpoint is useful as there are still many broken players out there.
The alternative is probably ... |
Topic: Can't Pass 40 Connections without Slow Listeners + Drops |
dm8tbr
Replies: 12
Views: 15171
|
Forum: Icecast Server Posted: Sat Feb 28, 2015 11:32 am Subject: Can't Pass 40 Connections without Slow Listeners + Drops |
That sounds quite suspicious, yes.
Really stable sound cards are hard to come by.
I'm still looking for volunteers who'd help me write some software to do proper sound card characterization and ... |
Topic: Streaming an MP2 file without reencoding? |
dm8tbr
Replies: 9
Views: 23384
|
Forum: Source Clients Posted: Sat Feb 28, 2015 8:08 am Subject: Streaming an MP2 file without reencoding? |
Just tried this on my machine and it worked flawlessly:
$ avconv -re -i sample-256kbps.mp2 -acodec copy -content_type audio/mpeg icecast://source:password@icecast.example.org:8000/test.mp ... |
Topic: Streaming an MP2 file without reencoding? |
dm8tbr
Replies: 9
Views: 23384
|
Forum: Source Clients Posted: Wed Feb 25, 2015 4:08 pm Subject: Streaming an MP2 file without reencoding? |
VLC should work for sure.
It would happily play MPEG-TS with MPEG1L2 audio from my DBOX2 back in the days, also exposed as a (horribly unstable) HTTP stream. |
Topic: Streaming an MP2 file without reencoding? |
dm8tbr
Replies: 9
Views: 23384
|
Forum: Source Clients Posted: Mon Feb 23, 2015 3:50 pm Subject: yuck |
In theory MPEG 1 layer 2 (aka MP2) should also work with Icecast. After all we just forward the raw bitstream in case of "unsupported" formats (this includes MP3 and by extension MP2).
Th ... |
Topic: Can't Pass 40 Connections without Slow Listeners + Drops |
dm8tbr
Replies: 12
Views: 15171
|
Forum: Icecast Server Posted: Wed Feb 18, 2015 9:34 am Subject: Can't Pass 40 Connections without Slow Listeners + Drops |
I said it implicitly, but to spell it out. Also try with a different sound card.
TBH: We (the Icecast team) don't see anything obvious here and it's hard to diagnose.
I'd also consider long runn ... |
Topic: Can't Pass 40 Connections without Slow Listeners + Drops |
dm8tbr
Replies: 12
Views: 15171
|
Forum: Icecast Server Posted: Tue Feb 17, 2015 7:57 pm Subject: Can't Pass 40 Connections without Slow Listeners + Drops |
From a different angle. Could you try to see if there is any correllation between things like how long a client was connected and how much it's lagging?
Does the Icecast error.log list a lot of ins ... |
|