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 ... , 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: Fri Sep 28, 2012 8:33 am    Post subject: Reply with quote

put that onto the github issue list. I'm not in a position to try out a win32 test currently and I'll probably forget about it by the time I get back to it.

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



Joined: 27 May 2011
Posts: 7
Location: United Kingdom

PostPosted: Mon Nov 12, 2012 3:58 pm    Post subject: Reply with quote

karlH wrote:
well i had a look at the include of xmls and I think it would be better to use the glob routines to merge filenames. I put up some code into github to try out, all that should be required to use it is

<icecast>
...
<include>/path/to/*.xml</include>

or some other similar pattern to match the files to include. This merges the xml which leads to parsing so should allow for any of he top level tags to apply. I've also made it so that if there is an xml error then the whole xml loading stops, which in the case of the reload means that the new xml attempt is not put in place.

karl.


Hi Karl,

I've just noticed some slightly weird behaviour with this using the latest github sources... If i try to include more than a single mount or relay definition in the included xml, then I get an error: parser error : Extra content at the end of the document.

I'm trying to include both a <mount> and a <relay> in each included file, but am currently having to put these in separate files.
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Nov 13, 2012 4:33 am    Post subject: Reply with quote

The xml parsing library won't accept having two seperate blocks of tags in the included file. separating them out is the most obvious way of getting that to work.

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: Mon Feb 18, 2013 12:57 pm    Post subject: Reply with quote

I finally got around to releasing KH6. The code is a stablising release so a recommended update. There's been a few changes in the win32 setup, it should be fine but it has not had the same level of testing.

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



Joined: 10 Feb 2013
Posts: 11
Location: the Netherlands

PostPosted: Tue Feb 26, 2013 12:38 pm    Post subject: Reply with quote

On my relay server 2.3.3 KH6 the Relay streams do not play, though they are mounted...


Player is vlc player 2.0.5

rolled back to 2.3.2 KH29 and relays are working fine again, what went wrong?

Does the main server need to be the same version as the relay?

Kind regards,

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


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Feb 26, 2013 11:04 pm    Post subject: Reply with quote

hard to say as there is no information to work on. While there has been a couple of fixes since kh6, it cannot say whether the issue you had is related to those.

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



Joined: 10 Feb 2013
Posts: 11
Location: the Netherlands

PostPosted: Wed Feb 27, 2013 2:12 pm    Post subject: Reply with quote

Hi Karl,

i can give you logs and my config files if you want?

Regards,

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


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Wed Feb 27, 2013 8:35 pm    Post subject: Reply with quote

it would be a good start, logs really need to be level 4 in such cases.

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



Joined: 10 Feb 2013
Posts: 11
Location: the Netherlands

PostPosted: Thu Feb 28, 2013 7:58 pm    Post subject: Reply with quote

Ok the oS = windows 2003


This config works on 2.3.2 kh29

Nut not on 2.3.3 kh6

Streaming from the client to the server gives disconnects

relays look mounted, but when trying to play them, the vlc player gives no stream available.

I send you the logs en config file via a your mail!

Regards,

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


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Thu Feb 28, 2013 9:01 pm    Post subject: Reply with quote

windows is not something I can test with currently, as I have no windows to run tests against, I may have in a few weeks. Not sure why there would be much difference but I did have to do some things to build clean on an updated mingw

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 Mar 08, 2013 4:20 pm    Post subject: Reply with quote

I get this with kh6:
Code:
[2013-03-08  17:08:06] EROR slave/slave_initialize streamlist request disabled, rebuild with libcurl if required

Otherwise, it works fine. Do I need this or not?
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Mar 11, 2013 9:30 am    Post subject: Reply with quote

It's only used if using it as an icecast slave server.

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: Wed Apr 24, 2013 9:24 pm    Post subject: Reply with quote

2.3.3 KH7 is up and ready. The win32 should also be working well now for those who had trouble with KH6

This is a stabilizing release so it is recommended update. Some minor performance tweaks for people with lots of streams, but most is flushing out outstanding issues that have been reported.

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



Joined: 04 Oct 2010
Posts: 44

PostPosted: Tue Apr 30, 2013 7:30 pm    Post subject: Reply with quote

karlH wrote:
2.3.3 KH7 is up and ready. The win32 should also be working well now for those who had trouble with KH6


Very stable so far on Windows Server 2003. Thanks for the fixes!
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Thu May 23, 2013 11:34 pm    Post subject: Reply with quote

Kh8 is up. A small set of changes but best to cut a release

A possible queue lag issue has shown up. It's very timing dependent so some find it easy to trigger others not.

Some tweaking on http responses for various types of requests, files get normal http responses, only streams get the subtle changes.

win32 had shown up an issue with reloading, or more specifically, the handling of the listening socket over reload. An inconstancy in the win32 API had undesired effects.

A couple of minor things resolved, the missing ID when listing listeners on a 2.3.2 admin xsl page should be fixed now, mainly centova users.

Look on my page to see the tarball and win32 build or use github.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
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 ... , 17, 18, 19  Next
Page 18 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