similar to: iOS and authenticated streams

Displaying 20 results from an estimated 300 matches similar to: "iOS and authenticated streams"

2013 Feb 14
0
iOS and authenticated streams
Jay, I have no experience in this area, but I read in http://www.icecast.org/docs/icecast-2.3.1/icecast2_listenerauth.html that there is no an exhaustive list of players that support listener authentication. Also, have you tried htpasswd authentication ?. Jos? Luis El mar, 12-02-2013 a las 22:18 -0600, Jay Wineinger escribi?: > Hi everyone, > > > > I've setup a mount with
2014 May 22
4
Icecast 'client'
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi folks, actually and once again quite busy I'd really appreciate a quick hint or explanation... Somehow I dont get it... :-/ Although I'll soon (as soon I have a more powerful server - actually a friend of mine is hosting my site in a small cluster) install and use the icecast-server for my streaming-purposes I don't understand how to
2012 Mar 16
2
uri authentication
Hi folks, http://www.icecast.org/docs/icecast-2.3.1/icecast2_listenerauth.html is uri authentication an extension of http authentication? i.e. if you use uri authentication the user is also asked for their username and password, which are sent to the script via the username and password options? thanks, Alistair -------------- mov eax,1 mov ebx,0 int 80
2013 Apr 26
1
Simultaneous connections (same listener)
Hi, On 04/26/2013 02:18 PM, Jos? Luis Artuch wrote: > Hello !! > I use Icecast (version 2.3.3-1) on Debian GNU/Linux. > The same listener can connect to the Icecast server many times as > desired and maintain such connections active for an indefinite time, > even using the same PC and the same web browser. [...] > Thinking that many servers have a not too wide Internet
2013 Sep 23
1
redirect on browser success, but redirect on functional test is error
line_items.yml: one: product_id: 1 cart_id: 1 quantity: 1 carts.yml: one: {} product.rb: has_many :line_items cart.rb: has_many :line_items, dependent: :destroy line_item.rb: belongs_to :product belongs_to :cart line_item_controller.rb: def destroy @line_item = LineItem.find(params[:id]) @cart = @line_item.cart @line_item.destroy respond_to do |format| format.html
2003 Apr 06
1
quantum message
Hey all, When I run my scripts to manage my ungodly slow school connection, I get messages about the quantum size being small and suggesting a r2q change. What is this all about, and should I do anything? my link is effectively 45kBps and I have it set to limit to 42kBps. Thanks, Jay _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl
2005 Jul 08
1
DSL Provider
First of all sorry for the little offtopic post :-) For one of our customers i need to make a vpn between the Netherlands and Hungary. Over this vpn two * machines are gonna talk IAX and employees in Hungary are gonna use the Exchange server located in the Netherlands. So far no problem... The problem: I'm from in the Netherlands and don't understand the .hu websites :-( First question:
2011 Feb 20
4
Need Help
Hi, We realized that there are certain parameters within icecast that request specific directory path address for the program to connect upon start up...we are now trying to find an icecast.pid file but we have not been able to find it in any of the directories. Do you know were we can find that file? Thank you, Luis Barrett -------------- next part -------------- An HTML attachment was
2013 Apr 21
3
Icecast Digest, Vol 107, Issue 12
hi thomas, thank you for your reply. here are my doubts, 1. what is sample rate and is there any relation between bitrate and sample rate. 2. how can i see data log for streams on icecast server - i want to see if there is any spikes in users on particular mountpoint, so that i can configure that stream on a dedicated server with high bandwidth. 3. are there any security
2004 Aug 06
4
No Duplicate Users - Patch
I'd like to commit the following patch which adds a new option to the htpasswd client authenticator. This option <option name="allow_duplicate_users"> specifies wether or not the same username can connect to a mountpoint more than once. This is pretty much a required feature for any decent use of the listener authentication capabilities of icecast. thoughts ? comments ?
2006 Mar 17
0
Authentication problem
First time subscribing to such a mailing list, I'm impressed. Hi everyone! I have a box at home, running Debian, which I use to share connection, host a small website, mails... And I'm having fun trying some stuff. Icecast is the stuff I began to try yesterday. I used to use SHOUTcast, I can't bear it anymore, as Icecast rocks. Everything works fine, except one thing : I'm
2012 Jan 29
0
HTPasswd format and protecting XSL pages
Hi, I had a need to look at icecast.org yesterday. Despite the fact that it had been there for over 3 years (since the last release), I only just noticed that XSL pages can be password-protected using the same auth mechanism available to other items. I was very interested in this as I wanted to be able to protect our stats info without giving those with a right to access it the admin
2012 Mar 16
0
uri authentication
Alistair - That's pretty much correct. It might be worth pointing out that the client will probably only prompt you to enter a username and password if it receives a 401 from the server. Icecast will respond to the client with a 401 if the call to the authentication script doesn't return the auth header ("icecast-auth-user: 1" by default). This is another way of saying that the
2006 Sep 24
1
Add-on patch to support .pls .asx .ram .qtl listing formats
Hi, If you have multiple players installed on your PC/Mac .m3u will always open the last media player who are the default in charge of the extension and mime m3u. On your web site you want maybe to force a link to open real media player or quicktime/itune. You need to create a .pls to force winamp loading the streaming because windows media player won't open .pls etc. If you add a .pls
2008 May 28
2
problem using icecast 2 Listener Authentication
Hi guys , I'm using with satisfaction icecast2 for streaming vorbis and theora using oggfwd. Now i want to try the authentication of icecast and I'm following this guide: http://www.icecast.org/docs/icecast-2.3.1/icecast2_listenerauth.html I'm using the HTPASSWD Listener Authentication , and I add this line to my icecast config files: <mount>
2017 Nov 15
2
Confbridge SFU for Asterisk 15
On 11/14/17 5:23 PM, Joshua Colp wrote: > On Tue, Nov 14, 2017, at 07:19 PM, Carlos Chavez wrote: >> Trace with 3 clients. We can hear each other but no video. >> >> https://pbxoficina.telecomabmex.com/nextcloud/index.php/s/X0PQ5FrYeqCwwkz > Do you see anything in the Javascript console of the browser? We are > adding the needed media streams by sending a reinvite to
2007 Jun 26
2
Acts as Authenticated
I am using Acts as Authenticated and I need to call current_user in my views. How do I mock current_user and other methods of Acts as Authenticated in my view specs?
2007 Feb 12
1
yum behinf authenticated proxy
Hi, I've just installed a CentOS 4.4 and i'm behind a proxy with authentication. Does anyone know the parameters for the environment variable "http_proxy" so i can make a "yum update" ? Usually i'd do a $ export http_proxy="proxy.domaion.foo:3128" but this is not the case of an authenticated proxy. Any help would be appreciated. Warm Regards, M?rio
2007 Feb 13
1
yum behinf authenticated proxy - Replay
Simply modify yum.conf, add proxy=http://proxy.example.si:80/ proxy_username=some_username proxy_password=some_password work for me. Bla? Bogataj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070213/04c947e3/attachment.html>
2006 Nov 04
0
Listing Users with Acts as Authenticated?
I''m using Acts as Authenticated for my login script, but I need a web interface for adding/editing/removing users. AAA doesn''t come with this functionality built in, so I''m building it. My question is this: how do I decrypt the passwords so I can display them on a ''list'' page, or for the individual user who might be changing it? I''m new to