similar to: Custom HTTP auth headers

Displaying 20 results from an estimated 6000 matches similar to: "Custom HTTP auth headers"

2019 May 28
2
Custom HTTP auth headers
On Tue, May 28, 2019 at 2:50 AM Philipp Schafft < phschafft at de.loewenfelsen.net> wrote: > Good morning, > > On Mon, 2019-05-27 at 22:09 -0700, Thiago Sousa Santos wrote: > > Hello, > > > > I'd like to have my icecast client (libshout based) that would use the > HTTP > > header: > > > > "Authorization: bearer <token>"
2019 May 28
0
Custom HTTP auth headers
how can i be able to have my own streaming server ????? On Tue, May 28, 2019 at 6:42 PM Thiago Sousa Santos <thiagossantos at gmail.com> wrote: > > > On Tue, May 28, 2019 at 2:50 AM Philipp Schafft < > phschafft at de.loewenfelsen.net> wrote: > >> Good morning, >> >> On Mon, 2019-05-27 at 22:09 -0700, Thiago Sousa Santos wrote: >> > Hello,
2019 May 28
0
Custom HTTP auth headers
Good morning, On Mon, 2019-05-27 at 22:09 -0700, Thiago Sousa Santos wrote: > Hello, > > I'd like to have my icecast client (libshout based) that would use the HTTP > header: > > "Authorization: bearer <token>" > > as its authentication method. I didn't find documentation on how to do it, > also couldn't find anything like that in libshout
2019 Jun 05
2
Release of libshout 2.4.3
Good morning, we're happy to announce the release of libshout 2.4.3. The new version includes several fixes as well as improvements. Major changes: * Fixed building with OpenSSL 1.1.0. * Fixed static building with OpenSSL. * Added support for PUT. * Added support for WebM and Matroska with full timing. * Added support to inspect the full server?s TLS certificate
2019 Jun 05
2
Release of libshout 2.4.3
Good morning, we're happy to announce the release of libshout 2.4.3. The new version includes several fixes as well as improvements. Major changes: * Fixed building with OpenSSL 1.1.0. * Fixed static building with OpenSSL. * Added support for PUT. * Added support for WebM and Matroska with full timing. * Added support to inspect the full server?s TLS certificate
2019 Jul 10
2
Possible ICES/Icecast bug
Hi, I wonder if you can help. I am running Icecast 2.4.4, Ices 2.0.2 and libshout 2.4.3. There has been a recent upgrade to libshout and I notice that my previous ices configuration no longer works. In the ices log I get the error message: [2019-07-10 11:10:30] INFO ices-core/main IceS 2.0.2 started... [2019-07-10 11:10:30] INFO signals/signal_usr1_handler Metadata update requested [2019-07-10
2019 May 04
4
Source client with HTTP PUT
Good afternoon, On Fri, 2019-05-03 at 12:24 -0400, Fred Gleason wrote: > On Fri, 2019-05-03 at 13:19 +0000, Jürgen Bund wrote: > > I’m writting a source client in c#, in which I’m sending chunks of a > > mp3 file with http Put to IceCast. > > My problem is, that it is not a continues stream. Each http PUT > > request is an extra track. > > How can I generate an
2019 May 06
2
Source client with HTTP PUT
Good morning, On Mon, 2019-05-06 at 08:44 +0000, Jürgen Bund wrote: > Hello again, > thanks for your response. > > I have still some questions: > I want to stream a 24/7 radiochannel with mp3s. So I can't send all mp3s with one http PUT request. > So is there a possibility for that with http PUT? > If yes, how can I send the next mp3, so that icecast is playing it
2015 Nov 17
2
Release: libshout 2.4.0
Good evening, I'm very proud to announce the Release 2.4.0 of libshout. It has been a long time since the last libshout release as work focused mostly on Icecast2 itself. However we're very pleased to release the next version of libshout with many new features and fixes. The highlights on the new feature list: * We added full TLS support (HTTPS). This includes both RFC2817
2015 Nov 17
2
Release: libshout 2.4.0
Good evening, I'm very proud to announce the Release 2.4.0 of libshout. It has been a long time since the last libshout release as work focused mostly on Icecast2 itself. However we're very pleased to release the next version of libshout with many new features and fixes. The highlights on the new feature list: * We added full TLS support (HTTPS). This includes both RFC2817
2018 May 06
2
How to log querystring values?
Dear Philipp, Thanks for you reply. My goal is to show in our analytics page segmented data (official apps, partner apps, third-party apps, demographic and geo). To do so each app pass some values in the query string (ie: app id, user id, lat, lng). And I need to know those values in order to do that. Today we are using nginx as a reverse proxy to Icecast to get those data but it
2019 May 04
2
Source client with HTTP PUT
Good afternoon, On Sat, 2019-05-04 at 10:19 -0400, Fred Gleason wrote: > On Fri, 2019-05-03 at 12:24 -0400, Fred Gleason wrote: > > > Don't use PUT at all. Instead, open a TCP socket connection to the > port > > that the server is running on, write all of your headers to that > > (terminating each one with a CR/LF), send a naked CR/LF to tell > Icecast >
2015 Apr 27
2
upcoming libshout beta/snapshot
On 2015-04-26 18:15, Philipp Schafft wrote: > I tested with both Mozilla's 'Modern' and 'Intermediate' list. Both > work well with all versions of Icecast (official) as well as current -kh. > In that case my suggestion is for libshout to only focus on using the Modern list then as it explicitly excludes DES and RC4 and MD5. While HMAC-MD5 (for some password uses)
2019 Oct 16
4
Child Domains
Hello good night everyone, I can do in samba domain children, that is, I have a domain global.corp and in each branch I have a city.global.corp and in each city have trust between the child domains? Is this a good practice? Thiago.
2018 May 06
9
How to log querystring values?
Hello, I need to get some values passed in the querystring request in the log file. Something like that bellow: ie: "GET /radio?id=1 HTTP/1.1" instead of only "GET /radio HTTP/1.1" Do I need to change something in the source and compile? Or there is another way? Best, Thiago -------------- next part -------------- An HTML attachment was scrubbed...
2019 May 03
2
Source client with HTTP PUT
Hi, I'm writting a source client in c#, in which I'm sending chunks of a mp3 file with http Put to IceCast. My problem is, that it is not a continues stream. Each http PUT request is an extra track. How can I generate an ongoing stream with mp3 chunks, which I send per http Put to IceCast. Any suggestions? My headers are: Headers.Add("Content-Type", "audio/mpeg");
2019 Oct 16
2
Child Domains
Thanks, I will start reading today. [image: Logo - ZUP] Thiago Anderson / Analista de Infraestrutura [image: ?cone de e-mail] thiago.santos at zup.com.br [image: ?cone de celular] (34)98857-4909 [image: ?cone de telefone] (34) 3210-8181ZUP IT INNOVATION Avenida Nicomedes Alves dos Santos, 1205, Sala 105 Uberl?ndia - MG Em qua, 16 de out de 2019 ?s 04:43, L.P.H. van Belle via samba < samba at
2015 Apr 19
4
upcoming libshout beta/snapshot
Hi, as some of you might know Philipp has been working hard on adding TLS support to libshout, and a few other things. Originally we were planning to publish a beta or snapshot today, but we didn't manage to agree on a openssl client side cipher list yet. If anyone happens to know about proven secure settings, just like the Mozilla labs settings for server side, please let us know. We want
2019 Oct 11
1
Samba "pass" authentication to OpenID or SAML (external)
thanks, I believe I will need to do an Adfs for this kind of authentication. I found nothing in documented about federation service, is it possible to do samba? Thiago Em sex, 11 de out de 2019 00:16, Andrew Bartlett <abartlet at samba.org> escreveu: > On Thu, 2019-10-10 at 21:24 -0300, Thiago Anderson Santos via samba > wrote: > > Hello everyone, > > I received a
2006 Jun 01
4
FW: How to create a new package?
Hi, I'm a group of functions and I would like to create a package for load in R. I have created a directory named INE and a directory below that named R, for the files of R functions. A have created the files DESCRIPTION and INDEX in the INE directory. The installation from local zip files, in the R 2.3.0, results but to load the package I get an error like: 'INE' is not a