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> > > >> <Stream radio56.sdp> > > Feed radio56.ffm > > Format rtp > > >> AudioBitRate 128 > > AudioChannels 2 > > AudioSampleRate 44100 > > AudioCodec libmp3lame > > >> NoVideo > > </Stream> > > > I'm listening to the stream on iPhone running MDC Live Media Player. Sometimes if I close the app while receiving the stream causes the server to crash. This time I had to do it several time but, it crashed it. It looks like something just kills the process some how and it just locks me out. I'm not feeding a file is just the audio from my pc. On Wed, Apr 29, 2015 at 4:37 AM, Moritz Barsnick <[email protected]> wrote: > 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 next to nothing anyone can do to identify the problem. > > You could give us the exact file you're feeding to ffserver, the exact > config, and tell us (once more) exactly what you did with the client to > cause the crash. We _could_ try to reproduce, but it's probably not > feasible. Debugging on your end would be much more efficient. > > Moritz > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
