Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-29 Thread Moritz Barsnick
On Tue, Apr 28, 2015 at 20:50:16 -0400, En Figureo Canal wrote: No clue on this problem? A crash in ffserver is a serious problem, assuming it isn't caused by other code (external library). It usually shouldn't happen. But without you recompiling ffmpeg and running ffserver_g in gdb, there is

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-29 Thread En Figureo Canal
As stated on a previous post, I'm feeding the server from my home pc like this: ffmpeg –rtbufsize 1500M –f show audio=”input” –vn –acodec libmp3lame –ab 128k –abufsize 256k http://ffserverip:8090/feedname.ffm Feed radio56.ffm File /root/radio56.ffm FileMaxSize 200K /Feed

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-28 Thread En Figureo Canal
Hello. No clue on this problem? Anyone? On Mon, Apr 27, 2015 at 7:00 PM, En Figureo Canal figureo56@gmail.com wrote: I can't find any log at all of what really happened, but this is how the crash occurs: As stated on a previous post, I'm feeding the server from my home pc like this:

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-27 Thread Moritz Barsnick
Hi En, On Mon, Apr 27, 2015 at 14:14:50 -0400, En Figureo Canal wrote: Can't seem to star ffserver that way. I intalled it using source. Usually I start ffserver like this: /usr/local/fmpeg/ffserver -f /etc/ffserver.conf Then go to your (uninstalled) source directory, and call $ gdb -ex r

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-27 Thread En Figureo Canal
Looked in var/messages and saw this: kernel: [6031675.912677] ffserver[31114]: segfault at 5c ip 00553de0 sp 7fff0e640210 error 4 in ffserver[40+f07000] On Mon, Apr 27, 2015 at 3:27 PM, En Figureo Canal figureo56@gmail.com wrote: ffserver crashed again. I’m connected via

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-27 Thread En Figureo Canal
./ffserver_g: No such file or directory. Starting program: -f /etc/ffserver No executable file specified. Use the file or exec-file command. I even searched for ffserver_g and is NOT found On Mon, Apr 27, 2015 at 4:38 PM, Moritz Barsnick barsn...@gmx.net wrote: Hi En, On Mon, Apr 27, 2015

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-27 Thread En Figureo Canal
Is not there, could it be that I issued a make distclean I installed two severs, one locally and the other remote and in neither ffserver_g appears. On Mon, Apr 27, 2015 at 5:06 PM, Moritz Barsnick barsn...@gmx.net wrote: On Mon, Apr 27, 2015 at 16:51:48 -0400, En Figureo Canal wrote:

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-27 Thread En Figureo Canal
Just recompiled an reinstalled. Would be testing now... On Mon, Apr 27, 2015 at 5:14 PM, En Figureo Canal figureo56@gmail.com wrote: Is not there, could it be that I issued a make distclean I installed two severs, one locally and the other remote and in neither ffserver_g appears.

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-27 Thread En Figureo Canal
I can't find any log at all of what really happened, but this is how the crash occurs: As stated on a previous post, I'm feeding the server from my home pc like this: ffmpeg –rtbufsize 1500M –f show audio=”input” –vn –acodec libmp3lame –ab 128k –abufsize 256k http://ffserverip:8090/feedname.ffm

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-27 Thread En Figureo Canal
Thanks Carl for replying. How can I run that debug ? One more question: Is ffserver used by others in the list for live streaming? Because I find is very unstable since it crashes even streaming audio. Thanks again. On Sun, Apr 26, 2015 at 5:02 PM, Carl Eugen Hoyos ceho...@ag.or.at wrote: En

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-27 Thread En Figureo Canal
Once again I was able to recreate the crash but it just locks out on me, no output NOTHING. It looks like something just kills the process some how. Is there a log file where I can now get the output of what just happened? On Mon, Apr 27, 2015 at 6:11 PM, En Figureo Canal

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-27 Thread Carl Eugen Hoyos
En Figureo Canal figureo56.com at gmail.com writes: How can I run that debug ? $ gdb ffserver_g Please do not top-post here, Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-27 Thread En Figureo Canal
Can't seem to star ffserver that way. I intalled it using source. Usually I start ffserver like this: /usr/local/fmpeg/ffserver -f /etc/ffserver.conf On Mon, Apr 27, 2015 at 1:30 PM, Carl Eugen Hoyos ceho...@ag.or.at wrote: En Figureo Canal figureo56.com at gmail.com writes: How can I run

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-27 Thread En Figureo Canal
Got it running. I'll post output if anything happens. On Mon, Apr 27, 2015 at 2:21 PM, Carl Eugen Hoyos ceho...@ag.or.at wrote: En Figureo Canal figureo56.com at gmail.com writes: Can't seem to star ffserver that way. Why not? Please remember not to top-post here, Carl Eugen

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-27 Thread En Figureo Canal
ffserver crashed again. I’m connected via ssh to the server and this time I had two windows opened: one running ffserver with gdb and another one just to monitor. I was feeding the server from my home pc with ffmpeg like this: Ffmpeg –rtbufsize 1500M –f show audio=”input” –vn –acodec libmp3lame

Re: [FFmpeg-user] ffserver crashes from time to time

2015-04-26 Thread Carl Eugen Hoyos
En Figureo Canal figureo56.com at gmail.com writes: root at optimum-pbx:~# Unrelated: This is a very, very bad idea. *** glibc detected *** ./bin/ffserver: double free or corruption First step is to run the debug binary of ffserver under gdb and get a backtrace. It is not unlikely that