similar to: Icecast 2.4.3 stop play on https

Displaying 20 results from an estimated 120 matches similar to: "Icecast 2.4.3 stop play on https"

2018 Aug 24
5
Client auth failed with ""
Hello, We are using url authentication and getting the item bellow at the log: [2018-08-24 23:26:05] INFO auth_url/url_add_listener client auth (http://127.0.0.1:8001/listener/add) failed with "" I put try/catch and reviewed all my code ensure always return a proper status and header error code, so what trigger this kind of error? Regards, Thiago --------------
2018 Aug 29
0
Icecast is shutdown / client auth failed with ""
Hello, In order to identify if was some issue regard to the auth api we include some trace logs and we move it to other machine. Bellow is what trace we are generating (date, result, elapsed time in milleseconds, request): [8/29/18 11:49:00 AM] 200 0.3721 action=listener_add&server=r22&port=443&client=2616&mount=/alphafmsp&user=&p
2015 Dec 10
4
206 response for Chrome Mobile
Hi - I'm using Icecast to stream some audio that I embed in an <audio> tag on a webpage. This is working great for desktop browsers and on iOS, but it doesn't work on Android. It looks like Chrome mobile sends the header "Range: bytes=0-1" and then doesn't try to load any more data when Icecast responds with a 0 byte "HTTP/1.0 200 OK" response. From my
2016 Dec 19
3
fts-solr: Returning 400 on searches; unescaped braces
Using Debian, dovecot-solr 1:2.2.26.0-4, and solr-tomcat 3.6.2+dfsg-9, I am getting 400 errors when doing searches. Here is an example search query from dovecot that failed (captured with wireshark): Frame 23: 338 bytes on wire (2704 bits), 338 bytes captured (2704 bits) on interface 0 Linux cooked capture Internet Protocol Version 6, Src: ::1, Dst: ::1 Transmission Control Protocol, Src
2015 Dec 10
2
206 response for Chrome Mobile
> On Dec 10, 2015, at 05:57, Philipp Schafft <lion at lion.leolix.org> wrote: > > Good morning, > > On Wed, 2015-12-09 at 17:39 -0800, Andrew Akers wrote: >> Hi - >> >> I'm using Icecast to stream some audio that I embed in an <audio> tag >> on a webpage. This is working great for desktop browsers and on iOS, >> but it doesn't
2020 Feb 06
2
noreplicate for some users
Hi, I have set up the sync and it is working but I only would like to sync some users. Currently this does not seem to work. Version 2.3.9.2 Relevant Settings: File users: mail at domain.de:{SHA}hash:::t: passdb { driver = passwd-file args = username_format=%u /etc/dovecot/users } userdb { driver = passwd-file args = username_format=%u /etc/dovecot/users default_fields =
2017 Sep 22
2
Having icecast SSL connection problem
I have been trying to get icecast 2.4.2 to stream with ssl to https. But so far I have had no luck. I am running Ubuntu 16.04 and the regular stream is working properly over port 80. I want to stream securely over port 443. I need to use 443 because of network rules here. I can view the Icecast2 Status pages and listen to a stream, but once I add https:// I get 'Secure Connection Failed'
2016 Apr 29
4
Trying to build ices-0.4 on ubuntu and "libshout not usable"
Hello: I hope someone can take a look at this and give me a little push to get me past this logjam. I've been running icecast + ices-0.4 + a perl application developed internally which runs an mp3 stream for a number of years. I am migrating my server from CentOS to ubuntu so I can upgrade to Perl 5.18 (so as to get clean unicode processing for another application.) I have installed
2020 Feb 06
0
noreplicate for some users
I believe the userdb_ prefix is used when you want to provide userdb fields in a passdb context, or in the actual passwd-file file contents (/etc/dovecot/users). In default_fields, you should use the non-prefixed name, i.e. "noreplicate=y" Use `doveadm user -u <username>` to see what userdb fields are returned for a specific user. - Eirik On 2/6/2020 11:36 PM, mail at
2018 Jan 23
0
Now playing (PHP example)
This php script is also good for displaying a now playing title on your station's website. It is not an auto refreshing script so the page would have to be refreshed manually by the visitor when the song changes. Script follows: <?php function getMp3StreamTitle($streamingUrl, $interval, $offset = 0, $headers = true) { $needle = 'StreamTitle='; $ua = 'Mozilla/5.0
2015 Dec 10
0
206 response for Chrome Mobile
Doesn't the missing "Accept-Ranges" in response inform the client to resend the request without Range:? I think only the file server would serve partial content in this way, as the streaming server implies partial content as part of its protocol. Anyway, the response seems as requested. 0 (empty) or 1 bytes partial content was requested, and empty response returned. On Wed,
2009 Sep 07
2
Problems with Samba 3.4 under Opensolaris snv_111b
Hi List, I compiled Samba 3.4 for Opensolaris because the samba SUNWsmba shipped my SFW did not work properly. Now I had to realize, that the Problems are still there so I beleve that it is a common Problem with Solaris (?) I have samba running as PDC with a Sun Directory Server as backend. All Authentication to Unix Clients work well with DSEE but Samba seems so have some trouble:
2018 Jan 23
2
Now playing (PHP example)
Wow, thank you so much! I completely forgot about the status-json.xsl file... :D 2018-01-23 15:38 GMT+01:00, unosonic <un at aporee.org>: > Danijela Popović: >> Hi all, >> Basically there's my question in the subject. I need a simple example >> of now playing artist, song, and listeners. Can somebody write it down >> for me? > > no time, sorry >
2015 Dec 10
0
206 response for Chrome Mobile
Good morning, On Wed, 2015-12-09 at 17:39 -0800, Andrew Akers wrote: > Hi - > > I'm using Icecast to stream some audio that I embed in an <audio> tag > on a webpage. This is working great for desktop browsers and on iOS, > but it doesn't work on Android. > > It looks like Chrome mobile sends the header "Range: bytes=0-1" and > then doesn't try
2013 Sep 23
0
400 bad request
Hi, Im using nginx and rails for my site which contains url with georgian letters ie განცხადებები so something like http://gancxadebebi.ge/ka/%E1%83%92%E1%83%90%E1%83%9C%E1%83%AA%E1%83%AE%E1%83%90%E1%83%93%E1%83%94%E1%83%91%E1%83%94%E1%83%91%E1%83%98 It is mainly working perfectly but sometimes I receive request with truncated url ie 1 -
2017 Jan 16
0
fts-solr: Returning 400 on searches; unescaped braces
Michael Welsh Duggan <mwd at md5i.com> writes: > Using Debian, dovecot-solr 1:2.2.26.0-4, and solr-tomcat 3.6.2+dfsg-9, I > am getting 400 errors when doing searches. Here is an example search > query from dovecot that failed (captured with wireshark): > > Frame 23: 338 bytes on wire (2704 bits), 338 bytes captured (2704 bits) on interface 0 > Linux cooked capture
2018 Feb 09
0
self-heal trouble after changing arbiter brick
Hi Karthik, Thank you for your reply. The heal is still undergoing, as the /var/log/glusterfs/glustershd.log keeps growing, and there's a lot of pending entries in the heal info. The gluster version is 3.10.9 and 3.10.10 (the version update in progress). It doesn't have info summary [yet?], and the heal info is way too long to attach here. (It takes more than 20 minutes just to collect
2016 Jan 03
0
External snapshot warning.
Hi, If I make an external snapshot using the method of active block commit, I get these messages after the block commit: $virsh snapshot-create-as CmsrvAPP2 --name onderhoudscript --disk-only --atomic --quiesce --no-metadata Domein snapshot onderhoudscript is aangemaakt $virsh blockcommit CmsrvAPP2 vda --verbose --pivot 2016-01-03 18:14:52.784+0000: 15861: info : libvirt version: 1.2.16,
2016 Apr 29
0
Trying to build ices-0.4 on ubuntu and "libshout not?usable"
Hi Ray: With Ubuntu for the libshout library it will work if you install it using the apt-get command. Apt-get install libshout-dev I got ices to work on Ubuntu 14.04 with this. Hope that helps. Larry -----Original Message----- From: Icecast [mailto:icecast-bounces at xiph.org] On Behalf Of Ray Lutz Sent: Friday, April 29, 2016 6:03 PM To: icecast at xiph.org Subject: [Icecast] Trying to
2004 Dec 17
0
Odd - some users can mount /home, others cannot
LS, What could cause the following situation: Most users CAN connect to their /home other users CANNOT connect to their /home and get the error 66 message. All users concerned are in the same group and thus share the same gid. I am aware of security stuff putting directories on 0777. Setup is: Win98SE Fedora2 Samba 3.0.3-5 Funny thing is that a smclient -U username \\\\server\username