Displaying 20 results from an estimated 500 matches similar to: "Crash!!!"
2018 Aug 31
0
Crash!!!
I still see: @pkgdatadir@, etc. in the paths of the icecast.xml.
Is this the used configuration file for the actual icecast ?
Then the should be replaced by the actual directory names. Isn't it ?
Henk
-----Oorspronkelijk bericht-----
Van: Icecast [mailto:icecast-bounces at xiph.org] Namens icecast-request at xiph.org
Verzonden: vrijdag 31 augustus 2018 14:00
Aan: icecast at xiph.org
2015 Mar 08
1
dovecot auth-worker error happens when I enabled the dovecot to consider both the system account and the MySQL virtual mailbox databases.
Core Dump(?) from /var/log/apport.log on Ubuntu Server 14.04 LTS...
----------------------------------
ERROR: apport (pid 29249) Mon Mar 9 01:26:31 2015: called for pid
29239, signal 11, core limit 0
ERROR: apport (pid 29249) Mon Mar 9 01:26:31 2015: executable:
/usr/lib/dovecot/auth (command line "dovecot/auth -w")
ERROR: apport (pid 29249) Mon Mar 9 01:26:31 2015: Unhandled
2020 Sep 17
0
doveadm search segfault Dovecot 2.2.22
Good Evening,
i have a serius problem by usung the search function via imap or via
doveadm.
If i run this command:
doveadm search -u <user> mailbox INBOX text 'Hello'
I receive this line in my maillog:
dovecot: imap(<user>): Fatal: master: service(imap): child 7472 killed with
signal 11 (core dumped)
in my /var/log/apport.log i can see this:
ERROR: apport
2020 Sep 21
1
AW: doveadm search segfault Dovecot 2.2.22
Hey,
i am now a bit deeper into dovecot debugging with gdb and have a full bt now, with debugging infos.
Is there a patch that resolve this Problem in dovecot 2.2.22-1ubuntu2.13 for ubuntu 16?
Here the bt:
(gdb) bt full
#0 0x00007ffff73cf3f3 in array_count_i (array=0x555555810d38) at ../../src/lib/array.h:155
No locals.
#1 message_part_finish (ctx=ctx at entry=0x555555810ce0)
2019 May 01
1
Webm files written without duration in header
Hi Marvin
I followed this advice for updating moov flags in mp4 and it "streams"
directly from the file location on the server with html5 video:
https://rigor.com/blog/optimizing-mp4-video-for-fast-streaming.
Progressive downloading, seeking and video time all works 100% on a 195MB
file.
Regards
On Wed, May 1, 2019 at 10:19 PM Marvin Scholz <epirat07 at gmail.com> wrote:
>
2019 May 01
4
Webm files written without duration in header
Hi Fred.
Appreciate your response.
Maybe in my explanation I have some red and green apples, but I can
agree that my understanding is as you explained it. ๐
The point is that if I can successfully stream mp4 with H.264 and AAC
encoding without any issues to icecast, I can then use ffmpeg to
turn it into HLS which then solves my iOS support issue. The CPU
cost of repackaging MP4 into HLS
2019 Jul 16
1
Windows Source Client
Some of these encoders are not licensed for commercial use.
Or even licensed at all.
/g.
From: Icecast <icecast-bounces at xiph.org> On Behalf Of Sytze Visser
Sent: Tuesday, 16 July, 2019 10:09
To: Icecast streaming server user discussions <icecast at xiph.org>
Subject: Re: [Icecast] Windows Source Client
Hi there
We have been using butt for years with great success.
2019 May 01
3
Webm files written without duration in header
Hi there
Thanks Thomas. I was hoping to avoid remuxing as my objective is to run an
extremely lightweight server. Just tested and the CPU runs between 9% and
23% for a lecture of 90 minutes - took 18sec. Yes it's a lightweight
server, but like I said, that's the objective, and quite a nice challenge
:-) CPU = cost and if you have to remux for 1000 clients in a day,
integrity of live
2019 May 13
1
Multiple connections from iPhones
Good morning,
On Thu, 2019-05-02 at 18:22 +0200, Sytze Visser wrote:
> Hi David
>
> I have seen similar behavior and the conclusion was that icecast will
> connect a client once for each connection request. The double connection is
> a result of the player/browser that possibly checks if it can connect and
> then establishes the actual connection.
This is what we suspect as
2019 May 02
1
Webm files written without duration in header
Hey Roger and everyone else commenting โ I appreciate all the advice and
questions.
I now have more work than before ๐!
Greetings from sunny South Africa!
Sent from Mail for Windows 10
From: Roger Hรฅgensen
Sent: Thursday, May 2, 2019 12:12 PM
To: icecast-dev at xiph.org
Subject: Re: [Icecast-dev] Webm files written without duration in header
On 2019-05-01 11:58, Sytze Visser wrote:> I am
2015 Mar 06
2
dovecot auth-worker error happens when I enabled the dovecot to consider both the system account and the MySQL virtual mailbox databases.
Version: 2.2.9 & 2.2.15 ( http://ppa.launchpad.net/malte.swart/dovecot-2.2/ubuntu )
OS: Ubuntu 14.04 Server LTS
I installed Ubuntu 14.04.2 LTS newly on my new server...
And I try to configure the mail server considering both my system account and the virtual mailboxes, by seeing https://www.exratione.com/2014/05/a-mailserver-on-ubuntu-1404-postfix-dovecot-mysql/
But when I configured by
2015 Jun 16
0
Samba upgrade issue . . .
Ok Steve,
Now its time to edit the status file of the packages.
make a backup of : /var/lib/dpkg/status
open it with an editor.
search for "Package samba" , you probly see" installed ok not-configured.
and change status to : Status: install ok installed
after the change run : apt-get -f install
that should do the trick.
Greetz,
Louis
>-----Oorspronkelijk
2019 Mar 28
4
YP Directory Listing Concern
Hi Prince
Run ps -ef|grep icecast and make sure that you are looking at the correct config file. In my example it is /etc/icecast/icecast.xml
I pulled my hair out once on something simple as that.
Hope it helps
Sent from Mail for Windows 10
From: Prince Naryk
Sent: Thursday, March 28, 2019 10:13 AM
To: Icecast streaming server user discussions
Subject: Re: [Icecast] YP Directory Listing
2015 May 21
2
[nbdkit python]: unable to locate modules
I'm working on a python plugin for nbdkit that treats Google Cloud
Storage as a block device. I have a library, gcs.py, that implements
simple commands: list, get, put, delete; source is here:
https://github.com/wspeirs/cldblkdev/blob/master/gcs.py
When I attempt to run nbdkit I get the following error:
nbdkit python script=/home/wspeirs/src/cldblkdev/cldblkdev.py
Traceback (most recent call
2019 May 01
0
Webm files written without duration in header
On 1 May 2019, at 22:06, Sytze Visser wrote:
> Hi Fred.
>
> Appreciate your response.
>
> Maybe in my explanation I have some red and green apples, but I can
> agree that my understanding is as you explained it. ๐
>
> The point is that if I can successfully stream mp4 with H.264 and AAC
> encoding without any issues to icecast, I can then use ffmpeg to
Hi,
just a quick
2019 May 01
4
Webm files written without duration in header
Dear all
I am streaming live with webm with ffmpeg to icecast 2.4.2. After the
stream ends, I am unable to determine the duration of the file using
ffprobe or mediainfo. Not sure but it seems that this has to do with
headers?
Should icecast be writing the duration into the header or should this
somehow be passed from ffmpeg?
The requirement is really to determine the duration of the streamed
2019 May 01
4
Webm files written without duration in header
Dear all
I am streaming live with webm with ffmpeg to icecast 2.4.2. After the
stream ends, I am unable to determine the duration of the file using
ffprobe or mediainfo. Not sure but it seems that this has to do with
headers?
Should icecast be writing the duration into the header or should this
somehow be passed from ffmpeg?
The requirement is really to determine the duration of the streamed
2016 Dec 16
0
deleted .dbus/sessions-bus/[fn]
On Fri, 16 Dec 2016 22:29, geo.inbox.ignored <geo.inbox.ignored at ...> wrote:
>
>
> greetings.
>
> while using rsync to copy /root/* from tower box to laptop computer, i
> accidentally over wrote .dbus/sessions-bus/[fn] on laptop computer.
>
> ran extensive web search, including;
>
> http://www.freedesktop.org/software/dbus/
>
> to find how to replace
2011 Jul 19
1
Re: Problem with Windows app accessing internet
OK, here's the diff file:
Code:
--- environment.before.reboot.txt 2011-07-19 17:43:58.200205228 +0100
+++ environment.after.reboot.txt 2011-07-19 17:53:07.549616184 +0100
@@ -1,16 +1,16 @@
ORBIT_SOCKETDIR=/tmp/orbit-charlie
-SSH_AGENT_PID=2912
+SSH_AGENT_PID=2337
TERM=xterm
SHELL=/bin/bash
-XDG_SESSION_COOKIE=2dd5655fe15f1c42f474dd204c45c6b6-1311075950.779608-828425652
2019 Mar 28
0
YP Directory Listing Concern
can u please check my config file and see if there is something wrong with
it,
or are there any missing configs that I should include or what
Hope you can help me :)
anyway I remove my passwords on this attachment i sent for the purpose of
only checking it.
Thank u so much!
On Thu, Mar 28, 2019 at 7:55 PM Sytze Visser <sytze.visser at gmail.com> wrote:
> Hi Prince
>
>
>
>