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] please help

2015-04-27 Thread Moritz Barsnick
On Mon, Apr 27, 2015 at 15:52:27 +0530, Shyju Wilson wrote: my installation of ffmpeg is terminated. config.log file is attached. please help asap. # ./configure --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora

[FFmpeg-user] rtmp server as output

2015-04-27 Thread Haris Zukanovic
Hello, This command works... waits and accepts only 1 rtmp client then exits after the client has disconnected. ffmpeg -f lavfi -i testsrc=size=512x288 -f lavfi -i aevalsrc=0|0:d=5 -pix_fmt yuv420p -c:v libx264 -s 512x288 -preset veryfast -profile:v baseline -strict -2 -c:a aac -f flv

[FFmpeg-user] Use force_key_frames to obtain keyframes at exactly the same positions as in the input stream?

2015-04-27 Thread Haris Zukanovic
Hello, Can I use force_key_frames in some way to produce keyframes (IDR, not I-frames) at exactly the same PTS in output streams as they are found in the live input stream? Both input and output are h264 and live streaming. Something analogous to using 2 pass encoding for VOD and in the

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] --enable-freior ignored

2015-04-27 Thread Carl Eugen Hoyos
Roger Pack rogerdpack2 at gmail.com writes: $ ./configure --enable-frei0r --enable-gpl ERROR: frei0r.h header not found Yeah, in this particular case I have that header file, but dlfcn functionality was accidentally broken (cross compiling). I created ticket #4517, thank you for the

Re: [FFmpeg-user] ffmpeg - avfoundation Audio stutters / sounds broken with screen capture [sample, config, output included]

2015-04-27 Thread Matthieu Bouron
On Mon, Apr 27, 2015 at 1:49 PM, Carl Eugen Hoyos ceho...@ag.or.at wrote: Matthieu Bouron matthieu.bouron at gmail.com writes: Does reverting the following commit 1e9d035b91100b75edc964914df638863f188a4f helps you ? I cannot find this revision... Sorry this local one was pointing to

Re: [FFmpeg-user] ffmpeg - avfoundation Audio stutters / sounds broken with screen capture [sample, config, output included]

2015-04-27 Thread Matthieu Bouron
On Mon, Apr 27, 2015 at 4:39 AM, kevin kevincastigli...@gmail.com wrote: On Sun, Apr 26, 2015 at 7:34 PM, Carl Eugen Hoyos ceho...@ag.or.at wrote: kevin kevincastiglione at gmail.com writes: Will removing these configure options help solve the problem? No, it would just make it

Re: [FFmpeg-user] ffmpeg - avfoundation Audio stutters / sounds broken with screen capture [sample, config, output included]

2015-04-27 Thread kevin
On Mon, Apr 27, 2015 at 5:11 AM, Matthieu Bouron matthieu.bou...@gmail.com wrote: On Mon, Apr 27, 2015 at 1:49 PM, Carl Eugen Hoyos ceho...@ag.or.at wrote: Matthieu Bouron matthieu.bouron at gmail.com writes: Does reverting the following commit

Re: [FFmpeg-user] ffmpeg - avfoundation Audio stutters / sounds broken with screen capture [sample, config, output included]

2015-04-27 Thread kevin
On Mon, Apr 27, 2015 at 6:12 AM, kevin kevincastigli...@gmail.com wrote: On Mon, Apr 27, 2015 at 5:11 AM, Matthieu Bouron matthieu.bou...@gmail.com wrote: On Mon, Apr 27, 2015 at 1:49 PM, Carl Eugen Hoyos ceho...@ag.or.at wrote: Matthieu Bouron matthieu.bouron at gmail.com writes:

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

[FFmpeg-user] Toggle x11grab -follow_mouse option

2015-04-27 Thread Thomas Seilund
Hi All Is it possible to toggle the X11grab -follow_mouse option while grabbing the screen ? Thanks Thomas S ___ 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
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