core dumped when using marquee

About encoding, codec settings, muxers and filter usage
deemytch
Blank Cone
Blank Cone
Posts: 13
Joined: 20 Sep 2013 16:19

core dumped when using marquee

Postby deemytch » 10 Oct 2013 12:46

Hi, people.

I found (right?) parameters for putting text over video, that vlc can eat without yelling to me, but... core dumped. :mrgreen:

Code: Select all

0$ cvlc -vvv --sout='#transcode{sfilter=marq{marquee="проверка"},vcodec=theo,vb=800,width=512,height=384,fps=25,acodec=vorb,channels=1,keyint=10,scale=1}:standard{access=http,mux=ogv,dst=:5010/test.ogv,http-host=mybox.local}' 'rtsp://ipcam:5540/axis-media/media.amp?videocodec=h264' vlc://quit (...skip...) [0x7fc588000ba8] main input debug: Buffering 80% [0x7fc588000ba8] main input debug: Buffering 86% [0x7fc588000ba8] main input debug: Buffering 90% [0x7fc588000ba8] main input debug: Buffering 97% [0x7fc588000ba8] main input debug: Stream buffering done (3091 ms in 2903 ms) [0x7fc588000ba8] main input debug: Decoder buffering done in 0 ms [0x7fc5800010e8] avcodec generic debug: using direct rendering [0x7fc5844c99a8] stream_out_transcode stream out debug: drift is too high (534736891295, resetting master sync [0x7fc5804f4a98] main filter debug: looking for video filter2 module matching "i422_yuy2_sse2": 55 candidates [0x7fc5804f4a98] main filter debug: no video filter2 modules matched [0x7fc5844c99a8] main stream out error: Failed to create video filter2 'i422_yuy2_sse2' [0x7fc5844c99a8] main stream out error: Failed while trying to append 'i422_yuy2_sse2' to filter chain [0x7fc5844c99a8] stream_out_transcode stream out debug: decoder aspect is -nan:1 [0x7fc5844c99a8] stream_out_transcode stream out debug: source pixel aspect is -nan:1 [0x7fc5844c99a8] stream_out_transcode stream out debug: scaled pixel aspect is -nan:1 [0x7fc5844c99a8] stream_out_transcode stream out debug: source 512x384, destination 512x384 [0x7fc5844c99a8] stream_out_transcode stream out debug: encoder aspect is 0:384 [0x7fc5804f4a98] main filter debug: looking for video filter2 module matching "any": 55 candidates [0x7fc5804f4a98] swscale filter debug: 640x480 chroma: J420 -> 512x384 chroma: I420 with scaling using Bicubic (good quality) [0x7fc5804f4a98] main filter debug: using video filter2 module "swscale" [0x7fc5844c99a8] main stream out debug: Filter 'Swscale' (0x7fc5804f4a98) appended to chain [0x7fc5844c99a8] stream_out_transcode stream out debug: destination (after video filters) 512x384 [0x7fc580001538] main encoder debug: looking for encoder module matching "any": 14 candidates [0x7fc580001538] main encoder debug: using encoder module "theora" [0x7fc5844c8db8] main mux debug: adding a new input [0x7fc5844c8db8] mux_ogg mux debug: adding input [0x7fc5844c8db8] mux_ogg mux debug: theora stream [0x7fc580b98478] main filter debug: looking for sub source module matching "marq": 7 candidates [0x7fc580b98478] main filter debug: set config option: marq-marquee to проверка [0x7fc580b98478] main filter debug: using sub source module "marq" [0x7fc5844cc988] main subpicture debug: Filter 'marq' (0x7fc580b98478) appended to chain [0x7fc5844cc988] main subpicture warning: original picture size is undefined Исключение в операции с плавающей точкой (core dumped) 136$

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: core dumped when using marquee

Postby Jean-Baptiste Kempf » 10 Oct 2013 16:43

Use gdb to create a backtrace.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

deemytch
Blank Cone
Blank Cone
Posts: 13
Joined: 20 Sep 2013 16:19

Re: core dumped when using marquee

Postby deemytch » 12 Oct 2013 04:06

$ gdb vlc
GNU gdb (GDB) 7.6.1
(...skip...)
(gdb) run -I dummy -vvv --sout='#transcode{vcodec=theo,sfilter=marq{marquee="Каббала ТВ"},vb=1600,height=240,width=320,fps=20,acodec=vorb,channels=1,keyint=10,scale=1}:standard{access=http,mux=ogv,dst=:5004/kabtv.ogv,http-host=192.168.0.1}' mms://wms1.uk.kab.tv/rus
(...skip...)
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
warning: Could not load shared library symbols for linux-vdso.so.1.
(...skip...)
VLC media player 2.1.0 Rincewind (revision 2.1.0-0-gedd8835)
(...skip...)
[0x7fffe40009b8] main input debug: Buffering 96%
[0x7fffe40009b8] main input debug: Stream buffering done (3066 ms in 4025 ms)
[0x7fffe40009b8] main input debug: Decoder buffering done in 0 ms
[0x7fffec008f68] avcodec generic debug: using direct rendering
[0x7fffe84c99e8] stream_out_transcode stream out debug: drift is too high (115878492798, resetting master sync
[0x7fffec077af8] main filter debug: looking for video filter2 module matching "i422_yuy2_sse2": 55 candidates
[0x7fffec077af8] main filter debug: no video filter2 modules matched
[0x7fffe84c99e8] main stream out error: Failed to create video filter2 'i422_yuy2_sse2'
[0x7fffe84c99e8] main stream out error: Failed while trying to append 'i422_yuy2_sse2' to filter chain
[0x7fffe84c99e8] stream_out_transcode stream out debug: decoder aspect is -nan:1
[0x7fffe84c99e8] stream_out_transcode stream out debug: source pixel aspect is -nan:1
[0x7fffe84c99e8] stream_out_transcode stream out debug: scaled pixel aspect is -nan:1
[0x7fffe84c99e8] stream_out_transcode stream out debug: source 320x240, destination 320x240
[0x7fffe84c99e8] stream_out_transcode stream out debug: encoder aspect is 0:240
[0x7fffe84c99e8] stream_out_transcode stream out debug: destination (after video filters) 320x240
[0x7fffec0093b8] main encoder debug: looking for encoder module matching "any": 14 candidates
[0x7fffec0093b8] main encoder debug: using encoder module "theora"
[0x7fffe84c8d88] main mux debug: adding a new input
[0x7fffe84c8d88] mux_ogg mux debug: adding input
[0x7fffe84c8d88] mux_ogg mux debug: theora stream
[0x7fffec3128f8] main filter debug: looking for sub source module matching "marq": 7 candidates
[0x7fffec3128f8] main filter debug: set config option: marq-marquee to Каббала ТВ
[0x7fffec3128f8] main filter debug: using sub source module "marq"
[0x7fffe84cc988] main subpicture debug: Filter 'marq' (0x7fffec3128f8) appended to chain
[0x7fffe84cc988] main subpicture warning: original picture size is undefined

Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 0x7fffe018b700 (LWP 16297)]
0x00007ffff715c2e5 in ?? () from /usr/lib/libvlccore.so.7
(gdb) backtrace
#0 0x00007ffff715c2e5 in ?? () from /usr/lib/libvlccore.so.7
#1 0x00007ffff715ed09 in ?? () from /usr/lib/libvlccore.so.7
#2 0x00007ffff715fd29 in spu_Render () from /usr/lib/libvlccore.so.7
#3 0x00007fffe35e3ea8 in ?? () from /usr/lib/vlc/plugins/stream_out/libstream_out_transcode_plugin.so
#4 0x00007fffe35e4906 in ?? () from /usr/lib/vlc/plugins/stream_out/libstream_out_transcode_plugin.so
#5 0x00007fffe35e02c8 in ?? () from /usr/lib/vlc/plugins/stream_out/libstream_out_transcode_plugin.so
#6 0x00007ffff719e143 in ?? () from /usr/lib/libvlccore.so.7
#7 0x00007ffff71239cb in ?? () from /usr/lib/libvlccore.so.7
#8 0x00007ffff7123e04 in ?? () from /usr/lib/libvlccore.so.7
#9 0x00007ffff71244fa in ?? () from /usr/lib/libvlccore.so.7
#10 0x00007ffff7121eb3 in ?? () from /usr/lib/libvlccore.so.7
#11 0x00007ffff79a90a2 in start_thread () from /usr/lib/libpthread.so.0
#12 0x00007ffff74d743d in clone () from /usr/lib/libc.so.6
(gdb)

Rémi Denis-Courmont
Developer
Developer
Posts: 15358
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: core dumped when using marquee

Postby Rémi Denis-Courmont » 12 Oct 2013 11:05

Looks like debug symbols are not installed, but I guess this is a bug in the transcode plugin.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: core dumped when using marquee

Postby Jean-Baptiste Kempf » 13 Oct 2013 18:29

[0x7fffe84c99e8] stream_out_transcode stream out debug: decoder aspect is -nan:1
[0x7fffe84c99e8] stream_out_transcode stream out debug: source pixel aspect is -nan:1
[0x7fffe84c99e8] stream_out_transcode stream out debug: scaled pixel aspect is -nan:1

DId you compile this yourself?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: core dumped when using marquee

Postby Jean-Baptiste Kempf » 13 Oct 2013 18:30

0x7fee704c9598] stream_out_transcode stream out debug: decoder aspect is 1.250000:1
[0x7fee704c9598] stream_out_transcode stream out debug: source pixel aspect is 0.937500:1
[0x7fee704c9598] stream_out_transcode stream out debug: scaled pixel aspect is 0.937500:1
[0x7fee704c9598] stream_out_transcode stream out debug: source 320x240, destination 320x240


This is what I got with this stream.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

deemytch
Blank Cone
Blank Cone
Posts: 13
Joined: 20 Sep 2013 16:19

Re: core dumped when using marquee

Postby deemytch » 14 Oct 2013 19:21

It is the standard package from arch repositories.
Here is the script for compiling.

Code: Select all

# $Id: PKGBUILD 195902 2013-10-04 17:29:00Z bpiotrowski $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> # Contributor: Martin Sandsmark <martin.sandsmark@kde.org> pkgname=vlc pkgver=2.1.0 pkgrel=3 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/" license=('LGPL2.1' 'GPL2') depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy' 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg-compat' 'faad2' 'libupnp' 'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms') makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' 'libdc1394' 'libavc1394' 'lirc-utils' 'libcaca' 'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager' 'opus' 'libssh2' 'mesa') optdepends=('avahi: for service discovery using bonjour protocol' 'libnotify: for notification plugin' 'ncurses: for ncurses interface support' 'libdvdcss: for decoding encrypted DVDs' 'lirc-utils: for lirc plugin' 'libavc1394: for devices using the 1394ta AV/C' 'libdc1394: for IEEE 1394 plugin' 'kdelibs: KDE Solid hardware integration' 'libva-vdpau-driver: vdpau back-end for nvidia' 'libva-intel-driver: back-end for intel cards' 'libbluray: for Blu-Ray support' 'flac: for Free Lossless Audio Codec plugin' 'portaudio: for portaudio support' 'twolame: for TwoLAME mpeg2 encoder plugin' 'projectm: for ProjectM visualisation plugin' 'libcaca: for colored ASCII art video output' 'libgme: for libgme plugin' 'librsvg: for SVG plugin' 'gnome-vfs: for GNOME Virtual File System support' 'libgoom2: for libgoom plugin' 'vcdimager: navigate VCD with libvcdinfo' 'xosd: for xosd support' 'aalib: for ASCII art plugin' 'libmtp: for MTP devices support' 'smbclient: for SMB access plugin' 'libcdio: for audio CD playback support' 'ttf-freefont: for subtitle font ' 'ttf-dejavu: for subtitle font' 'opus: for opus support' 'libssh2: for sftp support') conflicts=('vlc-plugin') replaces=('vlc-plugin') backup=('usr/share/vlc/lua/http/.hosts' 'usr/share/vlc/lua/http/dialogs/.hosts') options=('!libtool' '!emptydirs') install=vlc.install source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver/.a}/${pkgname}-${pkgver/.a/a}.tar.xz" vlc-2.0.7-vaapi-compat.patch) md5sums=('8c77bda671821f5b9ede96b6816e2ade' '6df10774bb7acf20e09d6139e5c7839e') prepare() { cd "${srcdir}/${pkgname}-${pkgver/.a}" patch -Np1 -i ../vlc-2.0.7-vaapi-compat.patch sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp } build() { cd "${srcdir}/${pkgname}-${pkgver/.a}" CFLAGS+="-I/usr/include/samba-4.0" CPPFLAGS+="-I/usr/include/samba-4.0" \ PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \ ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-rpath \ --enable-faad \ --enable-nls \ --enable-lirc \ --enable-pvr \ --enable-ncurses \ --enable-realrtsp \ --enable-xosd \ --enable-aa \ --enable-vcdx \ --enable-upnp \ --enable-opus \ --enable-sftp \ LUAC=luac5.1 \ RCC=/usr/bin/rcc-qt4 make } package() { cd "${srcdir}/${pkgname}-${pkgver/.a}" make DESTDIR="${pkgdir}" install for res in 16 32 48 128; do install -D -m644 "${srcdir}/vlc-${pkgver/.a}/share/icons/${res}x${res}/vlc.png" \ "${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" done }

deemytch
Blank Cone
Blank Cone
Posts: 13
Joined: 20 Sep 2013 16:19

Re: core dumped when using marquee

Postby deemytch » 14 Oct 2013 20:11

Yup, I recompiled vlc on my box with the same settings, but with optimizations -O2, -march=native (my proc is i3-3220, but package is going with generic x86-64 optimizations), and I did got no crash, but error loading libavcodec plugin

Code: Select all

[0x7fffec001488] main generic warning: cannot load module `/usr/lib/vlc/plugins/codec/libavcodec_plugin.so' (/usr/lib/vlc/plugins/codec/libavcodec_plugin.so: undefined symbol: avcodec_alloc_context) [0x7fffec001488] main generic error: corrupt module: /usr/lib/vlc/plugins/codec/libavcodec_plugin.so [0x7fffec001488] main generic debug: no decoder modules matched
So what`s next? What is broken? And could I do something with that?

Here is the full listing.

Code: Select all

[Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". VLC media player 2.1.0 Rincewind (revision 2.1.0-0-gedd8835) [0x605118] main libvlc debug: VLC media player - 2.1.0 Rincewind [0x605118] main libvlc debug: Copyright © 1996-2013 the VideoLAN team [0x605118] main libvlc debug: revision 2.1.0-0-gedd8835 [0x605118] main libvlc debug: configured with ./configure '--prefix=/usr' '--sysconfdir=/etc' '--disable-rpath' '--enable-faad' '--enable-nls' '--enable-lirc' '--enable-pvr' '--enable-ncurses' '--enable-realrtsp' '--enable-xosd' '--enable-aa' '--enable-vcdx' '--enable-upnp' '--enable-opus' '--enable-sftp' 'LUAC=luac5.1' 'RCC=/usr/bin/rcc-qt4' 'CFLAGS=-I/usr/include/samba-4.0' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/lib64' 'CPPFLAGS=-I/usr/include/samba-4.0' 'CXXFLAGS=-m64 -L/usr/lib64 -march=native -funroll-loops -O2 -pipe -fstack-protector' 'PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig' [0x605118] main libvlc debug: searching plug-in modules [0x605118] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat [0x605118] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins' [0x605118] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins.dat [0x605118] main libvlc debug: plug-ins loaded: 431 modules [0x605118] main libvlc debug: opening config file (/home/someuser/.config/vlc/vlcrc) [0x605118] main libvlc debug: translation test: code is "ru" [0x605118] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX FPU [0x705fe8] main interface debug: looking for interface module matching "netsync,none": 19 candidates [0x705fe8] main interface debug: net: opening any datagram port 9875 [0x7097e8] main input debug: Creating an input for 'Медиатека' [0x7097e8] main input debug: selected audio language[0] ru [0x7097e8] main input debug: selected audio language[1] any [0x7097e8] main input debug: selected subtitle language[0] ru [0x7097e8] main input debug: Input is a meta file: disabling unneeded options [0x7097e8] main input debug: using timeshift granularity of 50 MiB, in path '/tmp' [0x7097e8] main input debug: `file/xspf-open:///home/someuser/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/someuser/.local/share/vlc/ml.xspf' [0x7097e8] main input debug: creating demux: access='file' demux='xspf-open' location='/home/someuser/.local/share/vlc/ml.xspf' file='/home/someuser/.local/share/vlc/ml.xspf' [0x70f948] main demux debug: looking for access_demux module matching "file": 20 candidates [0x70f948] main demux debug: no access_demux modules matched [0x7097e8] main input debug: creating access 'file' location='/home/someuser/.local/share/vlc/ml.xspf', path='/home/someuser/.local/share/vlc/ml.xspf' [0x713a68] main access debug: looking for access module matching "file": 26 candidates [0x713a68] filesystem access debug: opening file `/home/someuser/.local/share/vlc/ml.xspf' [0x713a68] main access debug: using access module "filesystem" [0x714a18] main stream debug: Using stream method for AStream* [0x714a18] main stream debug: starting pre-buffering [0x714a18] main stream debug: received first data after 0 ms [0x714a18] main stream debug: pre-buffering done 301 bytes in 0s - 6998 KiB/s [0x714c78] main stream debug: looking for stream_filter module matching "any": 9 candidates [0x714c78] main stream debug: no stream_filter modules matched [0x714c78] main stream debug: looking for stream_filter module matching "stream_filter_record": 9 candidates [0x714c78] main stream debug: no stream_filter modules matched [0x7097e8] main input debug: creating demux: access='file' demux='xspf-open' location='/home/someuser/.local/share/vlc/ml.xspf' file='/home/someuser/.local/share/vlc/ml.xspf' [0x714c78] main demux debug: looking for demux module matching "xspf-open": 63 candidates [0x714c78] playlist demux debug: using XSPF playlist reader [0x714c78] main demux debug: using demux module "playlist" [0x71a558] main demux meta debug: looking for meta reader module matching "any": 2 candidates [0x71a558] lua demux meta debug: Trying Lua scripts in /home/someuser/.local/share/vlc/lua/meta/reader [0x71a558] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader [0x71a558] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac [0x71a558] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [0x71a558] main demux meta debug: no meta reader modules matched [0x7097e8] main input debug: `file/xspf-open:///home/someuser/.local/share/vlc/ml.xspf' successfully opened [0x727668] main xml reader debug: looking for xml reader module matching "any": 1 candidates [0x727668] main xml reader debug: using xml reader module "xml" [0x714c78] playlist demux debug: parsed 0 tracks successfully [0x7097e8] main input debug: EOF reached [0x714c78] main demux debug: removing module "playlist" [0x713a68] main access debug: removing module "filesystem" [0x7071b8] main playlist debug: creating audio output [0x714a18] main audio output debug: looking for audio output module matching "jack": 6 candidates [0x714a18] main audio output debug: using audio output module "jack" [0x7071b8] main playlist debug: keeping audio output [New Thread 0x7ffff34ec700 (LWP 7517)] [0x705fe8] main interface debug: using interface module "netsync" [0x7071b8] main playlist debug: adding item `mms://wms1.uk.kab.tv/rus' ( mms://wms1.uk.kab.tv/rus ) [New Thread 0x7ffff33eb700 (LWP 7518)] [0x7071b8] main playlist debug: meta ok for (null), need to fetch art [0x70a478] main interface debug: looking for interface module matching "hotkeys,none": 19 candidates [New Thread 0x7ffff32ea700 (LWP 7519)] [0x7fffec000b68] [Thread 0x7ffff33eb700 (LWP 7518) exited] main demux meta debug: looking for meta fetcher module matching "any": 1 candidates [0x70a478] main interface debug: using interface module "hotkeys" [0x70cb38] main interface debug: looking for interface module matching "globalhotkeys,none": 19 candidates [0x7fffec000b68] lua demux meta debug: Trying Lua scripts in /home/someuser/.local/share/vlc/lua/meta/fetcher [0x7fffec000b68] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/fetcher [0x7fffec000b68] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/fetcher/tvrage.luac [0x70cb38] main interface debug: using interface module "globalhotkeys" [0x70dba8] main interface debug: looking for interface module matching "dbus,none": 19 candidates [0x7fffec000b68] main demux meta debug: using meta fetcher module "lua" [0x7fffec000b68] main demux meta debug: removing module "lua" [0x7071b8] main playlist debug: searching art for mms://wms1.uk.kab.tv/rus [0x70dba8] dbus interface debug: listening on dbus as: org.mpris.MediaPlayer2.vlc.instance7513 [0x7fffec000b68] main art finder debug: looking for art finder module matching "any": 2 candidates [New Thread 0x7ffff33eb700 (LWP 7520)] [0x70dba8] main interface debug: using interface module "dbus" [0x7273a8] main interface debug: looking for interface module matching "dummy": 19 candidates [0x7fffec000b68] lua art finder debug: Trying Lua scripts in /home/someuser/.local/share/vlc/lua/meta/art [0x7fffec000b68] lua art finder debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/art [0x7fffec000b68] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/00_musicbrainz.luac [0x7273a8] dummy interface: using the dummy interface module... [0x7273a8] main interface debug: using interface module "dummy" [0x7071b8] main playlist debug: processing request item: null, node: Плейлист, skip: 0 [0x7071b8] main playlist debug: rebuilding array of current - root Плейлист [0x7071b8] main playlist debug: rebuild done - 1 items, index -1 [0x7071b8] main playlist debug: starting playback of the new playlist item [0x7071b8] main playlist debug: resyncing on mms://wms1.uk.kab.tv/rus [0x7071b8] main playlist debug: mms://wms1.uk.kab.tv/rus is at 0 [0x7071b8] main playlist debug: creating new input thread [0x7fffe40009b8] main input debug: Creating an input for 'mms://wms1.uk.kab.tv/rus' [0x7fffe40009b8] main input debug: selected audio language[0] ru [0x7fffe40009b8] main input debug: selected audio language[1] any [0x7fffe40009b8] main input debug: selected subtitle language[0] ru [New Thread 0x7ffff01b7700 (LWP 7521)] [New Thread 0x7fffebfff700 (LWP 7522)] [0x7fffe0000cf8] main stream output debug: using sout chain=`transcode{vcodec=theo,sfilter=marq{marquee="Каббала ТВ"},vb=1600,height=240,width=320,fps=20,acodec=vorb,channels=1,keyint=10,scale=1}:standard{access=http,mux=ogv,dst=:5010/kabtv.ogv,http-host=192.168.0.1}' [0x7fffec000b68] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/01_googleimage.luac [0x7fffe0000cf8] main stream output debug: stream=`standard' [0x7fffe0001618] main stream out debug: looking for sout stream module matching "standard": 21 candidates [0x7fffe0001618] main stream out debug: set config option: sout-standard-access to http [0x7fffe0001618] main stream out debug: set config option: sout-standard-mux to ogv [0x7fffe0001618] main stream out debug: set config option: sout-standard-dst to :5010/kabtv.ogv [0x7fffe0001618] main stream out warning: option http-host is unknown [0x7fffe0002518] main access out debug: looking for sout access module matching "http": 8 candidates [0x7fffe0002518] main access out debug: net: listening to * port 5010 [New Thread 0x7fffebaf5700 (LWP 7523)] [0x7fffe0002518] main access out debug: using sout access module "access_output_http" [0x7fffe04c8d98] main mux debug: looking for sout mux module matching "ogv": 10 candidates [0x7fffe04c8d98] main mux debug: no sout mux modules matched [0x7fffe0001618] stream_out_standard stream out debug: Couldn't open mux `ogv', trying `ogg' instead [0x7fffe04c8d98] main mux debug: looking for sout mux module matching "ogg": 10 candidates [0x7fffec000b68] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/02_frenchtv.luac [0x7fffe04c8d98] mux_ogg mux: Open [0x7fffe04c8d98] main mux debug: using sout mux module "mux_ogg" [0x7fffe0000cf8] main stream output debug: muxer support adding stream at any time [0x7fffe0000cf8] main stream output debug: muxer prefers to wait for all ES before starting to mux [0x7fffe0001618] stream_out_standard stream out debug: using `http/ogv://:5010/kabtv.ogv' [0x7fffe0001618] main stream out debug: using sout stream module "stream_out_standard" [0x7fffe0000cf8] main stream output debug: stream=`transcode' [0x7fffe04c9a08] main stream out debug: looking for sout stream module matching "transcode": 21 candidates [0x7fffe04c9a08] main stream out debug: set config option: sout-transcode-vcodec to theo [0x7fffe04c9a08] main stream out debug: set config option: sout-transcode-sfilter to marq{marquee="Каббала ТВ"} [0x7fffe04c9a08] main stream out debug: set config option: sout-transcode-vb to 1600 [0x7fffe04c9a08] main stream out debug: set config option: sout-transcode-height to 240 [0x7fffe04c9a08] main stream out debug: set config option: sout-transcode-width to 320 [0x7fffe04c9a08] main stream out debug: set config option: sout-transcode-fps to 20 [0x7fffe04c9a08] main stream out debug: set config option: sout-transcode-acodec to vorb [0x7fffe04c9a08] main stream out debug: set config option: sout-transcode-channels to 1 [0x7fffe04c9a08] main stream out warning: option keyint is unknown [0x7fffe04c9a08] main stream out debug: set config option: sout-transcode-scale to 1 [0x7fffe04c9a08] stream_out_transcode stream out debug: codec audio=vorb 0Hz 1 channels 96Kb/s [0x7fffe04c9a08] stream_out_transcode stream out debug: codec video=theo 320x240 scaling: 1.000000 1600kb/s [0x7fffe04cd508] main spu text debug: looking for text renderer module matching "any": 3 candidates [0x7fffec000b68] lua art finder debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/art/03_lastfm.luac [0x7fffec000b68] lua art finder debug: Trying Lua scripts in /usr/share/vlc/lua/meta/art [0x7fffec000b68] main art finder debug: no art finder modules matched [0x7071b8] main playlist debug: art not found for mms://wms1.uk.kab.tv/rus [Thread 0x7ffff32ea700 (LWP 7519) exited] [0x7fffe04cd508] freetype spu text debug: Building font databases. [0x7fffe04cd508] freetype spu text debug: Took 0 microseconds Fontconfig warning: FcPattern object size does not accept value "0" Fontconfig warning: FcPattern object size does not accept value "0" [0x7fffe04cd508] freetype spu text debug: Using Droid Serif as font from file /usr/share/fonts/TTF/DroidSerif-Regular.ttf [0x7fffe04cd508] freetype spu text debug: using fontsize: 2 [0x7fffe04cd508] main spu text debug: using text renderer module "freetype" [0x7fffe04e0f08] main scale debug: looking for video filter2 module matching "any": 56 candidates [0x7fffe04e0f08] swscale scale debug: 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using Bicubic (good quality) [0x7fffe04e0f08] main scale debug: using video filter2 module "swscale" [0x7fffe050d8f8] main scale debug: looking for video filter2 module matching "any": 56 candidates [0x7fffe050d8f8] yuvp scale debug: YUVP to YUVA converter [0x7fffe050d8f8] main scale debug: using video filter2 module "yuvp" [0x7fffe04c9a08] main stream out debug: using sout stream module "stream_out_transcode" [0x7fffe40009b8] main input debug: using timeshift granularity of 50 MiB, in path '/tmp' [0x7fffe40009b8] main input debug: `mms://wms1.uk.kab.tv/rus' gives access `mms' demux `' path `wms1.uk.kab.tv/rus' [0x7fffe40009b8] main input debug: creating demux: access='mms' demux='' location='wms1.uk.kab.tv/rus' file='(null)' [0x7fffe0000b18] main demux debug: looking for access_demux module matching "mms": 20 candidates [0x7fffe0000b18] main demux debug: no access_demux modules matched [0x7fffe40009b8] main input debug: creating access 'mms' location='wms1.uk.kab.tv/rus', path='(null)' [0x7fffe0000b18] main access debug: looking for access module matching "mms": 26 candidates [0x7fffe0000b18] access_mms access debug: waiting for connection... [0x7fffe0000b18] main access debug: net: connecting to wms1.uk.kab.tv port 1755 [0x7fffe0000b18] main access debug: connection succeeded (socket = 15) [0x7fffe0000b18] access_mms access debug: connection(tcp) with "wms1.uk.kab.tv:1755" successful [0x7fffe0000b18] access_mms access debug: generated guid: 0xbabac001-0x8d64-0x88bd-0xbc1a1812204adaef [0x7fffe0000b18] access_mms access debug: recv command start_sequence:0x75000001 command_id:0xb00bface length:128 len8:16 sequence 0x00000000 len8_II:14 dir_comm:0x00040001 [0x7fffe0000b18] access_mms access debug: 0x01 --> server_version:"9.01.01.5001" tool_version:"" update_player_url:"" encryption_type:"NTLM" [0x7fffe0000b18] access_mms access debug: recv command start_sequence:0x75000001 command_id:0xb00bface length:80 len8:10 sequence 0x00000001 len8_II:8 dir_comm:0x00040002 [0x7fffe0000b18] access_mms access debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:136 len8:17 sequence 0x00000002 len8_II:15 dir_comm:0x00040006 [0x7fffe0000b18] access_mms access debug: media file name/path accepted [0x7fffe0000b18] access_mms access debug: answer 0x06 flags:0x02000000 media_length:0s packet_length:1444 packet_count:0 max_bit_rate:345440 header_size:3096 [0x7fffe0000b18] access_mms access debug: reading header [0x7fffe0000b18] access_mms access debug: recv command start_sequence:0x75000001 command_id:0xb00bface length:40 len8:5 sequence 0x00000003 len8_II:3 dir_comm:0x00040011 [0x7fffe0000b18] access_mms access debug: header incomplete (1436/3096), reading more [0x7fffe0000b18] access_mms access debug: header incomplete (2872/3096), reading more [0x7fffe0000b18] access_mms access debug: header complete(3096) [0x7fffe0000b18] access_mms access: selecting stream[0x1] audio (50 Kib/s) [0x7fffe0000b18] access_mms access: selecting stream[0x2] video (287 Kib/s) [0x7fffe0000b18] access_mms access debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000004 len8_II:2 dir_comm:0x00040021 [0x7fffe0000b18] access_mms access: connection successful [0x7fffe0000b18] access_mms access debug: connected to wms1.uk.kab.tv:1755 [0x7fffe0000b18] access_mms access debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:56 len8:7 sequence 0x00000005 len8_II:5 dir_comm:0x00040005 [0x7fffe0000b18] access_mms access debug: streaming started [0x7fffe0000b18] main access debug: using access module "access_mms" [0x7fffe0545718] main stream debug: Using block method for AStream* [0x7fffe0545718] main stream debug: starting pre-buffering [0x7fffe0545718] main stream debug: received first data after 0 ms [0x7fffe0545718] main stream debug: prebuffering done 3096 bytes in 0s - 120937 KiB/s [0x7fffe0547c48] main stream debug: looking for stream_filter module matching "any": 9 candidates [0x7fffe0547c48] main stream debug: no stream_filter modules matched [0x7fffe0547c48] main stream debug: looking for stream_filter module matching "stream_filter_record": 9 candidates [0x7fffe0547c48] main stream debug: no stream_filter modules matched [0x7fffe40009b8] main input debug: creating demux: access='mms' demux='' location='wms1.uk.kab.tv/rus' file='(null)' [0x7fffe0547c48] main demux debug: looking for demux module matching "any": 63 candidates [0x7fffe0545718] asf stream debug: + 'Unknown' [0x7fffe0545718] asf stream debug: | + 'Header' [0x7fffe0545718] asf stream debug: | | + 'Content Description' [0x7fffe0545718] asf stream debug: | | + 'Stream Bitrate Properties' [0x7fffe0545718] asf stream debug: | | + 'File Properties' [0x7fffe0545718] asf stream debug: | | + 'Header Extension' [0x7fffe0545718] asf stream debug: | | | + 'Language List' [0x7fffe0545718] asf stream debug: | | | + 'Extended Stream Properties' [0x7fffe0545718] asf stream debug: | | | + 'Extended Stream Properties' [0x7fffe0545718] asf stream debug: | | | + 'Unknown' [0x7fffe0545718] asf stream debug: | | | + 'Metadata' [0x7fffe0545718] asf stream debug: | | | + 'Padding' [0x7fffe0545718] asf stream debug: | | + 'Stream Properties' [0x7fffe0545718] asf stream debug: | | + 'Stream Properties' [0x7fffe0545718] asf stream debug: | | + 'Extended content description' [0x7fffe0545718] asf stream debug: | | + 'Codec List' [0x7fffe0545718] asf stream debug: | + 'Data' [0x7fffe0547c48] asf demux debug: found 2 streams [0x7fffe0547c48] asf demux debug: added new audio stream(codec:0x161,ID:1) [0x7fffe40009b8] main input debug: selecting program id=0 [0x7fffe0547c48] asf demux debug: added new video stream(ID:2) [0x7fffe0545718] main stream warning: 0 bytes need to be skipped (access non seekable) [0x7fffe0547c48] main demux debug: using demux module "asf" [0x7fffe0550e08] main decoder debug: looking for packetizer module matching "any": 21 candidates [0x7fffe0550e08] main decoder debug: using packetizer module "packetizer_copy" [New Thread 0x7ffff32ea700 (LWP 7525)] [0x7fffe055c688] main decoder debug: looking for packetizer module matching "any": 21 candidates [0x7fffe055c688] main decoder debug: using packetizer module "packetizer_copy" [New Thread 0x7fffe8195700 (LWP 7526)] [0x7fffe40009b8] main input debug: starting in async mode [0x7fffe055d338] main demux meta debug: looking for meta reader module matching "any": 2 candidates [0x7fffe055d338] lua demux meta debug: Trying Lua scripts in /home/someuser/.local/share/vlc/lua/meta/reader [0x7fffe055d338] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader [0x7fffe055d338] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac [0x7fffe055d338] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [0x7fffe055d338] main demux meta debug: no meta reader modules matched [0x7fffe40009b8] main input debug: `mms://wms1.uk.kab.tv/rus' successfully opened [0x7fffe40009b8] main input debug: Buffering 0% [0x7fffe40009b8] main input debug: switching to sync mode [0x7fffe40009b8] main input debug: Buffering 0% [0x7fffe40009b8] main input debug: Buffering 0% [0x7fffe0000cf8] main stream output debug: adding a new sout input (sout_input:0x7fffec0013d0) [0x7fffe04c9a08] stream_out_transcode stream out debug: creating video transcoding from fcc=`WMV3' to fcc=`theo' [0x7fffec001488] main generic debug: looking for decoder module matching "any": 40 candidates [0x7fffe40009b8] main input debug: Buffering 0% [0x7fffe0000cf8] main stream output debug: adding a new sout input (sout_input:0x7fffd0000900) [0x7fffec001488] main generic warning: cannot load module `/usr/lib/vlc/plugins/codec/libavcodec_plugin.so' (/usr/lib/vlc/plugins/codec/libavcodec_plugin.so: undefined symbol: avcodec_alloc_context) [0x7fffec001488] main generic error: corrupt module: /usr/lib/vlc/plugins/codec/libavcodec_plugin.so [0x7fffec001488] main generic debug: no decoder modules matched [0x7fffe04c9a08] stream_out_transcode stream out error: cannot find video decoder [0x7fffe04c9a08] stream_out_transcode stream out error: cannot create video chain [0x7fffe055c688] main decoder error: cannot create packetizer output (WMV3) [0x7fffe04c9a08] stream_out_transcode stream out debug: creating audio transcoding from fcc=`WMA2' to fcc=`vorb' [0x7fffd0000a08] main generic debug: looking for decoder module matching "any": 40 candidates [0x7fffd0000a08] main generic warning: cannot load module `/usr/lib/vlc/plugins/codec/libavcodec_plugin.so' (/usr/lib/vlc/plugins/codec/libavcodec_plugin.so: undefined symbol: avcodec_alloc_context) [0x7fffd0000a08] main generic error: corrupt module: /usr/lib/vlc/plugins/codec/libavcodec_plugin.so [0x7fffd0000a08] main generic debug: no decoder modules matched [0x7fffe04c9a08] stream_out_transcode stream out error: cannot find audio decoder [0x7fffe04c9a08] stream_out_transcode stream out error: cannot create audio chain [0x7fffe0550e08] main decoder error: cannot create packetizer output (WMA2) [0x7fffe40009b8] main input debug: Buffering 1% [0x7fffe40009b8] main input debug: Buffering 5% [0x7fffe40009b8] main input debug: Buffering 12% [0x7fffe40009b8] main input debug: Buffering 18% [0x7fffe40009b8] main input debug: Buffering 22% [0x7fffe40009b8] main input debug: Buffering 29% [0x7fffe40009b8] main input debug: Buffering 33% [0x7fffe40009b8] main input debug: Buffering 39% [0x7fffe40009b8] main input debug: Buffering 46% [0x7fffe40009b8] main input debug: Buffering 52% [0x7fffe40009b8] main input debug: Buffering 58% [0x7fffe40009b8] main input debug: Buffering 64% [0x7fffe40009b8] main input debug: Buffering 69% [0x7fffe40009b8] main input debug: Buffering 75% [0x7fffe40009b8] main input debug: Buffering 80% [0x7fffe40009b8] main input debug: Buffering 86% [0x7fffe40009b8] main input debug: Buffering 92% [0x7fffe40009b8] main input debug: Buffering 98% [0x7fffe40009b8] main input debug: Stream buffering done (3117 ms in 3560 ms) [0x7fffe40009b8] main input debug: Decoder buffering done in 0 ms [0x7fffe0000b18] access_mms access warning: cannot fill buffer [0x7fffe0000b18] access_mms access warning: cannot receive header (1/10) [0x7fffe0000b18] access_mms access warning: cannot fill buffer [0x7fffe0000b18] access_mms access warning: cannot receive header (2/10) [0x7fffe40009b8] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 3000 ms) [0x7fffe40009b8] main input error: ES_OUT_RESET_PCR called [0x7fffe40009b8] main input debug: Buffering 0% [0x7fffe40009b8] main input debug: Buffering 6% [0x7fffe40009b8] main input debug: Buffering 12% [0x7fffe40009b8] main input debug: Buffering 18% [0x7fffe40009b8] main input debug: Buffering 27% [0x7fffe40009b8] main input debug: Buffering 34% [0x7fffe40009b8] main input debug: Buffering 40% [0x7fffe40009b8] main input debug: Buffering 48% [0x7fffe40009b8] main input debug: Buffering 55% [0x7fffe40009b8] main input debug: Buffering 61% [0x7fffe40009b8] main input debug: Buffering 68% [0x7fffe40009b8] main input debug: Buffering 75% [0x7fffe40009b8] main input debug: Buffering 82% [0x7fffe40009b8] main input debug: Buffering 89% [0x7fffe40009b8] main input debug: Buffering 98% [0x7fffe40009b8] main input debug: Stream buffering done (3086 ms in 1769 ms) [0x7fffe40009b8] main input debug: Decoder buffering done in 0 ms [0x7fffe0000b18] access_mms access warning: cannot fill buffer [0x7fffe0000b18] access_mms access warning: cannot receive header (1/10) [0x7fffe0000b18] access_mms access warning: cannot fill buffer [0x7fffe0000b18] access_mms access warning: cannot receive header (2/10) [0x7fffe40009b8] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 3295 ms) [0x7fffe40009b8] main input error: ES_OUT_RESET_PCR called [0x7fffe40009b8] main input debug: Buffering 0% [0x7fffe40009b8] main input debug: Buffering 5% [0x7fffe40009b8] main input debug: Buffering 10% [0x7fffe40009b8] main input debug: Buffering 15% [0x7fffe40009b8] main input debug: Buffering 21% [0x7fffe40009b8] main input debug: Buffering 27% [0x7fffe40009b8] main input debug: Buffering 33% [0x7fffe40009b8] main input debug: Buffering 38% [0x7fffe40009b8] main input debug: Buffering 45% [0x7fffe40009b8] main input debug: Buffering 50% [0x7fffe40009b8] main input debug: Buffering 54% [0x7fffe40009b8] main input debug: Buffering 60% [0x7fffe40009b8] main input debug: Buffering 66% [0x7fffe40009b8] main input debug: Buffering 72% [0x7fffe40009b8] main input debug: Buffering 77% [0x7fffe40009b8] main input debug: Buffering 83% [0x7fffe40009b8] main input debug: Buffering 88% [0x7fffe40009b8] main input debug: Buffering 95% [0x7fffe40009b8] main input debug: Stream buffering done (3361 ms in 2006 ms) [0x7fffe40009b8] main input debug: Decoder buffering done in 0 ms [0x7fffe0000b18] access_mms access warning: cannot fill buffer [0x7fffe0000b18] access_mms access warning: cannot receive header (1/10) [0x7fffe0000b18] access_mms access debug: recv command start_sequence:0x4a000001 command_id:0xb00bface length:32 len8:4 sequence 0x00000006 len8_II:2 dir_comm:0x0004001b

deemytch
Blank Cone
Blank Cone
Posts: 13
Joined: 20 Sep 2013 16:19

Re: core dumped when using marquee

Postby deemytch » 14 Oct 2013 20:37

adding

Code: Select all

-lpthread -lavcodec -lavdevice -lavfilter -lavformat -lavutil -lswscale
to the compile flags changed the error message from "undefined symbol: avcodec_alloc_context" to "undefined symbol: avcodec_open", but there I can`t find what else can I add to libraries.

ffmpeg version 2.0.2 Copyright (c) 2000-2013 the FFmpeg developers

Do I need to recompile ffmpeg with some mysterious options?


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 8 guests