[FFmpeg-trac] #1476(FFmpeg:new): rtp pcm_alaw/pcm_mulaw streaming from ALSA

FFmpeg trac at avcodec.org
Fri Jun 22 15:19:01 CEST 2012


#1476: rtp pcm_alaw/pcm_mulaw streaming from ALSA
---------------------------------+--------------------------------------
             Reporter:  Spideru  |                     Type:  defect
               Status:  new      |                 Priority:  important
            Component:  FFmpeg   |                  Version:  git-master
             Keywords:           |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+--------------------------------------
 - What I was trying to accomplish:
 I am trying to stream ALSA audio in (one channel) over RTP, to a VLC
 server with pcm_alaw/pcm_mulaw format @8ksample/s.

 - The problem I encountered:
 After few seconds (from 5 to 100, randomly) of correct and audible sound
 on server (but with wrong stream speed), the program (ffmpeg) exit with
 "segmentation fault".

 - Exact command line:
 ./ffmpeg -f alsa -ar 8000 -ac 1 -i hw:1,0 -ar 8000 -acodec pcm_alaw -ab
 64k -f rtp rtp://127.0.0.1:1234

 - Output of ffmpeg -v 9 -loglevel 99 -report:
 [http://pastebin.com/f5amCa6n]

 - Output of debug as described here [http://ffmpeg.org/bugreports.html] :
 [http://pastebin.com/zBsWAPgQ]

 - Summary of the bug:
 Program exit with segmentation fault

 - How to reproduce:

 run command and wait few seconds

 ffmpeg version N-41796-g1bb30d0
 built on Jun 22 2012 10:56:44 with gcc 4.6.3
 configuration: --enable-libx264 --enable-gpl
 libavutil      51. 59.100 / 51. 59.100
 libavcodec     54. 29.100 / 54. 29.100
 libavformat    54. 10.100 / 54. 10.100
 libavdevice    54.  0.100 / 54.  0.100
 libavfilter     2. 82.100 /  2. 82.100
 libswscale      2.  1.100 /  2.  1.100
 libswresample   0. 15.100 /  0. 15.100
 libpostproc    52.  0.100 / 52.  0.100

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1476>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list