Marvin Scholz

Results 81 comments of Marvin Scholz

Sure but in the cases where those are not wanted, it can just be cloned without fetching the submodules?

You basically need to build twice, once for each architecture and then use `lipo` to merge the resulting libraries together into a universal one. See `man lipo` for details or...

Hi what is the issue with doxygen specifically? I was able to generate it just fine the last time I worked on pupnp so it shouldn't be too hard to...

> This should work only on listeners but is actually called for everything but that. EVERY http request is passed to it and prevents also admin to login. This is...

@dm8tbr I think @simahawk is referring to the method that Icecast will use to request the script, which indeed should be `POST`. @simahawk Your error looks like you are trying...

Can you try using URL Auth for a specific mountpoint first instead of setting it as default for all mounts?

Sorry, I am not sure what you mean, everything works as expected.

Of course if you require auth, your players will prompt you for authentication, that's the whole point of it… > Practically the auth works only for pure http request to...

Or do you mean that you provide a username/password combination your auth script will accept but it still fails?

> Also, once again, my endpoint is giving back just the auth header, always, for every request. Oh ok, in this case it is not supposed to ask for authentication...