[vlc] vlc segfaults when transcoding ogg vorbis file

Hervé Rilos dr.linux at infonie.fr
Fri Sep 19 10:45:57 CEST 2003


I want to transcode an ogg vorbis file to stream it over udp (multicast).
I tried (Red Hat 9, rpm version of vlc from the transcode web site) :
$ vlc -vvv file:draw_the_line.ogg --sout
'#transcode{acodec=mpga,ab=128}:standard{access=udp,mux=ts,url=239.255.255.2
54,sap=TEST}'

The output is :

VideoLAN Client 0.6.2 Trevelyan
[00000000] main root debug: VLC media player - version 0.6.2 Trevelyan - (c)
1996-2003 VideoLAN
[00000000] main root debug: libvlc was configured with
./configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --target=i386
-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindi
r=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --incl
udedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstate
dir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/sh
are/info --enable-release --enable-dvdread --enable-dvdplay --enable-dvbpsi 
--enable-v4l --enable-vcd --enable-mad --enable-ffmpeg --with-ffmpeg=/usr --
enable-faad --enable-xvid --enable-dv --enable-flac --enable-theora --enable
-x11 --enable-xvideo --disable-qte --disable-directx --enable-fb --enable-aa
 --without-wingdi --enable-oss --enable-esd --enable-arts --enable-alsa --di
sable-waveout --enable-gtk --disable-familiar --enable-gnome --enable-qt --e
nable-kde --disable-opie --disable-macosx --disable-qnx --disable-intfwin --
enable-ncurses --enable-xosd --enable-lirc --enable-pth --disable-st --enabl
e-mozilla --disable-testsuite --enable-plugins
[00000001] main vlc debug: translation test: code is "Fr"
[00000001] main vlc debug: opening config file /home/technique/.vlc/vlcrc
[00000001] main vlc warning: config file /home/technique/.vlc/vlcrc does not
exist yet
[00000000] main root debug: checking builtin modules
[00000000] main root debug: checking plugin modules
[00000000] main root debug: recursively browsing `modules'
[00000000] main root debug: recursively browsing `/usr/lib/vlc'
[00000000] main root warning: cannot open `/usr/lib/vlc/gui/libqt_plugin.so'
(/usr/lib/vlc/gui/libqt_plugin.so: undefined symbol: static_QUType_int)
[00000000] main root debug: recursively browsing `plugins'
[00000001] main vlc debug: module bank initialized, found 156 modules
[00000001] main vlc debug: opening config file /home/technique/.vlc/vlcrc
[00000001] main vlc warning: config file /home/technique/.vlc/vlcrc does not
exist yet
[00000001] main vlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE FPU
[00000001] main vlc debug: looking for memcpy module
[00000001] main vlc debug: probing 3 candidates
[00000010] main module debug: using memcpy module "memcpymmxext"
[00000175] main playlist debug: waiting for thread completion
[00000175] main playlist debug: thread 1123536064 (playlist) created at
priority 0 (src/playlist/playlist.c:80)
[00000175] main playlist debug: adding playlist item «
file:draw_the_line.ogg » ( file:draw_the_line.ogg )
[00000175] main playlist debug: creating new input thread
[00000176] main input: playlist item `file:draw_the_line.ogg'
[00000176] main input debug: waiting for thread completion
[00000176] main input debug: access `file', demux `', name
`draw_the_line.ogg'
[00000176] main input debug: looking for access module
[00000176] main input debug: probing 8 candidates
[00000176] access_file input debug: opening file `draw_the_line.ogg'
[00000016] main module debug: using access module "access_file"
[00000176] main input debug: looking for demux module
[00000176] main input debug: probing 19 candidates
[00000176] mp4 input warning: MP4 plugin discarded (not a valid file)
[00000176] avi input warning: avi module discarded (invalid header)
[00000176] v4l input warning: v4l plugin discarded (not a valid stream)
[00000176] v4l input warning: v4l plugin discarded (not a valid stream)
[00000176] asf input warning: ASF v1.0 plugin discarded (not a valid file)
[00000176] ts_dvbpsi input warning: TS module discarded (no sync)
[00000176] ts input warning: TS module discarded (no sync)
[00000176] flac input warning: flac module discarded (no startcode)
[00000176] es input warning: ES module discarded (no startcode)
[00000176] au input warning: AU module discarded (not a valid file)
[00000176] wav input warning: WAV module discarded (not a valid file)
[00000176] main input debug: looking for id3 module
[00000176] main input debug: probing 2 candidates
[00000176] id3tag input debug: Checking for ID3 tag
[00000101] main module debug: using id3 module "id3tag"
[00000101] main module debug: unlocking module "id3tag"
[00000176] a52sys input warning: A52 module discarded
[00000176] main input debug: looking for id3 module
[00000176] main input debug: probing 2 candidates
[00000176] id3tag input debug: Checking for ID3 tag
[00000101] main module debug: using id3 module "id3tag"
[00000101] main module debug: unlocking module "id3tag"
[00000176] mpga input warning: mpga module discarded
[00000176] ogg input debug: found vorbis header
[00000176] main input debug: selecting ES 0x0
[00000177] main decoder debug: looking for packetizer module
[00000177] main decoder debug: probing 7 candidates
[00000149] main module debug: using packetizer module "packetizer_vorbis"
[00000176] main input debug: thread 1131924544 (input) created at priority 0
(src/input/input.c:180)
[00000176] main input debug: playing at normal rate
[00000178] main interface debug: looking for interface module
[00000178] main interface debug: probing 7 candidates
[00000117] main module debug: using interface module "wxwindows"
[00000178] main interface debug: interface initialized
[00000178] main interface debug: thread 1148701504 (manager) created at
priority 0 (src/interface/interface.c:118)
[00000177] packetizer_vorbis decoder: Running vorbis packetizer
[00000177] main decoder debug: thread 1140313024 (decoder) created at
priority 0 (src/input/input_dec.c:112)
[00000176] ogg input warning: no video stream found
[00000106] main module debug: using demux module "ogg"
[00000179] main stream output debug: stream=`transcode'
[00000180] main private debug: looking for sout stream module
[00000180] main private debug: probing 1 candidate
[00000179] main stream output debug: stream=`standard'
[00000181] main private debug: looking for sout stream module
[00000181] main private debug: probing 1 candidate
[00000181] stream_out_standard private debug: creating
`udp/ts://239.255.255.254'
[00000182] main private debug: looking for sout access module
[00000182] main private debug: probing 1 candidate
[00000183] main private debug: looking for network module
[00000183] main private debug: probing 2 candidates
[00000183] ipv4 private debug: socket buffer size is 0x1fffe instead of
0x80000
[00000130] main module debug: using network module "ipv4"
[00000130] main module debug: unlocking module "ipv4"
[00000183] main private debug: thread 1157573312 (sout write thread) created
at priority 0 (udp.c:215)
[00000182] access_output_udp private: Open: addr:`239.255.255.254'
port:`1234'
[00000038] main module debug: using sout access module "access_output_udp"
[00000181] stream_out_standard private debug: access opened
[00000184] main private debug: looking for sout mux module
[00000184] main private debug: probing 2 candidates
[00000184] mux_ts_dvbpsi private debug: Open
[00000184] mux_ts_dvbpsi private debug: pcr_delay=100000 pcr_soft_delay=0
[00000136] main module debug: using sout mux module "mux_ts_dvbpsi"
[00000179] main stream output debug: muxer support adding stream at any time
[00000181] stream_out_standard private debug: mux opened
[00000181] stream_out_standard private: SAP Enabled
[00000179] stream_out_standard stream output debug: Creating SAP with IPv4
[00000179] main stream output debug: creating IPv4 SAP socket
[00000179] main stream output debug: looking for network module
[00000179] main stream output debug: probing 2 candidates
[00000179] ipv4 stream output debug: socket buffer size is 0x1fffe instead
of 0x80000
[00000130] main module debug: using network module "ipv4"
[00000130] main module debug: unlocking module "ipv4"
[00000179] main stream output debug: SAP initialization complete
[00000153] main module debug: using sout stream module "stream_out_standard"
[00000180] stream_out_transcode private debug: codec audio=mpga 0Hz 0
channels 125Kb/s
[00000014] main module debug: using sout stream module
"stream_out_transcode"
[00000179] main stream output debug: adding a new input
[00000180] stream_out_transcode private debug: creating audio transcoding
from fcc=`vorb' to fcc=`mpga'
[00000184] main private debug: adding a new input
[00000184] mux_ts_dvbpsi private debug: adding input codec=mpga
[00000177] packetizer_vorbis decoder debug: channels:2 samplerate:44100
bitrate:112001
Erreur de segmentation

Thanks for help.

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list