Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Icecast KH
Goto page Previous  1, 2, 3 ... 14, 15, 16, 17, 18, 19  Next
 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Dev Branches
View previous topic :: View next topic  
Author Message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Mar 29, 2011 7:13 pm    Post subject: Reply with quote

A crash will always drop all the connections. The question is identifying the crash which is why as much information is required, ideally in the form of a core file. win32 has always been restrictive on that but hopefully I'm getting something sorted to help with win32.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
aoz1



Joined: 05 Sep 2010
Posts: 6
Location: UA

PostPosted: Thu May 05, 2011 9:05 pm    Post subject: Reply with quote

robertut wrote:

Any hints please? Master server is up and fine, sources not disconnected.


It's really 'any' hits.

Try to do monitoring list of customers on the master server. Is the counter of relay connection one or more then one? This bug appeared
in kh29. In my case it happend if the source streamer do not send the stream, but do not drop the tcp connection.
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sat Sep 10, 2011 2:09 pm    Post subject: Reply with quote

kh30 is up on my site. It's mainly a bugfix release and small speed-ups here and there so a recommended update. As always feedback appreciated.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Mike Brady



Joined: 16 Dec 2011
Posts: 1

PostPosted: Sat Dec 17, 2011 5:19 pm    Post subject: Reply with quote

Hi Karl. This is just to say thanks for icecast-kh*. I'm experimenting with icecast on an Linksys NSLU2 running OpenWrt, and icecast-kh30 installs and runs very well, and is more stable and more predictable than release 2.3.2. I'm using it to stream MP2 radio streams from a Hauppauge DVB USB receiver stick using dvbshout.

Mike
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sun Dec 18, 2011 3:03 am    Post subject: Reply with quote

np, barring any last minute reports, I'll have a kh31 up in the next couple of days.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sat Dec 24, 2011 2:56 am    Post subject: Reply with quote

ok. kh31 is up on my site. For unix users this is a recommended update. Less work is now done for flv listeners so helps load, and relay restarting from odd errors seems better now. Various internal minor speed-ups implemented like stats updating which should help in cases with many streams

For win32 users, you should be ok but I had a hard disk failure taking out my windows build setup and I haven't resurrected it yet. As VC was getting annoying, I decided to go for a mingw32 build which means different compiler and newer versions of the dependent libs are in use. This should not be an issue but obviously feedback is welcome. Users will notice a different installer (nothing wrong with the previous but it's not available on linux) and the GUI component is not built, not that it was of much use and most windows people use the service component.

As always, let me know of any issues.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
robertut



Joined: 31 Aug 2007
Posts: 156

PostPosted: Sat Dec 31, 2011 5:07 pm    Post subject: Reply with quote

Hi!

Can't seem to find KH31 version here, if this is still your webserver:
http://www.xiphicecast.webspace.virginmedia.com/

I need the Win32 version ASAP - KH30 behaves really bad when relaying.

PS: Happy New Year!
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sat Dec 31, 2011 5:28 pm    Post subject: Reply with quote

The link looks valid, and I am seeing downloads of the win32 build going on so it is being accessed but I haven't had any reports as of yet. The file name is slightly different may be that is the issue

http://www.xiphicecast.webspace.virginmedia.com/icecast-2.3.2-kh31_setup.exe

karl.

PS. likewise, and happy new year at all icecasters.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
robertut



Joined: 31 Aug 2007
Posts: 156

PostPosted: Sun Jan 01, 2012 7:03 pm    Post subject: Reply with quote

Thanks. Much better installer now, everything looks cleaner, service exe is also faster.
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sun Jan 01, 2012 10:56 pm    Post subject: Reply with quote

The win32 build is a kind of new setup this time, the compiler is different although gcc is is fine, and most of the work icecast does is IO so there probably isn't much difference on the compiler side of things. IPv6 should be possible as well if you can use that, and let me know how the relay side of things work out.

The win32 build does now use an API for scattered IO like the unix build does so if you have a large number of FLV listeners then that will be some memory copy work reduced. Last of all, the libs (xml2/xslt/curl) are updated, I can't say what sort of improvements they've had over the previous versions but that is also a point of where a speed-up could of occurred.

The gui build would need to be reworked, it's uses a lot of hardcoded elements and is specific to VC so for now it's off but in theory it could be made to work again, if people really want it.

I think I covered most of the bases for the win32 release, service add/remove and even the edit xml on the start menu, but let me know if there are any kinks to work out.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
robertut



Joined: 31 Aug 2007
Posts: 156

PostPosted: Mon Jan 02, 2012 12:45 pm    Post subject: Reply with quote

I used to use the GUI version just for testing. I don't think it's needed anymore, web interface is already very advanced so I guess most people are satisfied with that. Using as service is the way to go.

Maybe an icon in the startup menu as an internet shortcut to the web gui (eg. http://localhost:8000/ or whatever) would satisfy everyone who's dependent on GUIs.
Back to top
View user's profile Send private message
robertut



Joined: 31 Aug 2007
Posts: 156

PostPosted: Fri Jan 06, 2012 10:14 am    Post subject: Reply with quote

Not too good this latest KH31 version...
many listeners are dropped (@around 2-3000 listener clients).

KH30 was nearly perfect - but it had relay reconnection problems.

What a pity. Nothing wierd in the logs.
Back to top
View user's profile Send private message
robertut



Joined: 31 Aug 2007
Posts: 156

PostPosted: Fri Jan 06, 2012 10:20 am    Post subject: Reply with quote

Karl, could you please compile a KH30.1 version OLNY with this fix:
Quote:
- relay restarting fixes included for certain error cases. relays are treated as failed if they stop within 60 seconds and skip on to next server if specified.
- a better trigger for on-demand relay if fallback has listeners.
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri Jan 06, 2012 3:24 pm    Post subject: Reply with quote

relay reconnection problems and listeners being dropped seems related. I do not think there is anything else in the patch that would drop that many listeners in one go which leads me to think what case led to the situation you experienced? I suspect a relay was terminating but what else happened?

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
robertut



Joined: 31 Aug 2007
Posts: 156

PostPosted: Fri Jan 06, 2012 6:35 pm    Post subject: Reply with quote

See this:


The top of the listener graph curve should be smooth (as the rising part is, between 02 and 09:30). Listeners complain that their connection drops often.

Previous KH30 was smooth. No complaints.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Dev Branches All times are GMT
Goto page Previous  1, 2, 3 ... 14, 15, 16, 17, 18, 19  Next
Page 15 of 19

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber