I am using VLC media player 0.9.9a Grishenko 32bit on CentOS 5.3 (Final). vlc was installed via Dag Wieers' rpmforge using yum with no errors. I am trying to trans code an MP3 stream to mp4a stream using rtp. The previous version available from rpmforge (unfortunately, I do not have the previous version, I think it was 0.86.x) worked with the following command with no errors:
/usr/bin/vlc -vvv http://shoutcast.pureparty.org --sout "#transcode{acodec=mp4a}:rtp{dst=209.208.14.50,port=554,sdp=file:///var/dss/movies/pure_party.sdp}"
Can someone please examine the output below from 0.9.9a and shed some light on to what may be wrong?
[pconnors@pureparty ~]$ /usr/bin/vlc -vvv http://shoutcast.pureparty.org --sout "#transcode{acodec=mp4a}:rtp{dst=209.208.14.50,port=554,sdp=file:///var/dss/movies/pure_party.sdp}"
VLC media player 0.9.9a Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.9a Grishenko - (c) 1996-2009 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--build=i686-redhat-linux-gnu' '--host=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--disable-rpath' '--disable-static' '--enable-release' '--enable-aa' '--enable-alsa' '--enable-arts' '--enable-caca' '--enable-cddax' '--enable-dirac' '--enable-dvbpsi' '--enable-dvdread' '--enable-esd' '--enable-faad' '--enable-fbosd' '--enable-flac' '--enable-galaktos' '--enable-gnomevfs' '--enable-lirc' '--enable-live555' '--with-live555-tree=/dar/build/vlc-0.9.9a/live' '--enable-loader' '--enable-musicbrainz' '--enable-ncurses' '--enable-opencv' '--enable-portaudio' '--enable-pulse' '--enable-pvr' '--enable-real' '--enable-realrtsp' '--enable-shout' '--enable-snapshot' '--enable-svg' '--enable-svgalib' '--enable-switcher' '--enable-theora' '--enable-twolame' '--enable-upnp' '--enable-v4l' '--enable-xosd' '--enable-xvmc' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' 'LDFLAGS=-L/usr/X11R6/lib' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' 'PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig'
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc debug: checking builtin modules
[00000001] main libvlc debug: checking plugin modules
[00000001] main libvlc debug: loading plugins cache file /home/pconnors/.cache/vlc/plugins-04041e.dat
[00000001] main libvlc debug: recursively browsing `/usr/lib/vlc'
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/demux/librtp_plugin.so' (/usr/lib/vlc/demux/librtp_plugin.so: symbol gcry_cipher_setctr, version GCRYPT_1.2 not defined in file libgcrypt.so.11 with link time reference)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/video_filter/libremoteosd_plugin.so' (/usr/lib/vlc/video_filter/libremoteosd_plugin.so: symbol gcry_cipher_setkey, version GCRYPT_1.2 not defined in file libgcrypt.so.11 with link time reference)
[00000001] main libvlc warning: cannot load module `/usr/lib/vlc/stream_out/libstream_out_rtp_plugin.so' (/usr/lib/vlc/stream_out/libstream_out_rtp_plugin.so: symbol gcry_cipher_setctr, version GCRYPT_1.2 not defined in file libgcrypt.so.11 with link time reference)
[00000001] main libvlc debug: module bank initialized, found 288 modules
[00000001] main libvlc debug: opening config file (/home/pconnors/.config/vlc/vlcrc)
[00000001] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000001] main libvlc debug: looking for memcpy module: 3 candidates
[00000001] main libvlc debug: using memcpy module "memcpymmxext"
[00000385] main interaction debug: thread 3084004240 (Interaction control) created at priority 0 (interface/interaction.c:382)
[00000387] main input debug: Creating an input for 'Media Library'
[00000387] main input debug: Input is a meta file: disabling unneeded options
[00000387] main input debug: `file/xspf-open:///home/pconnors/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/pconnors/.local/share/vlc/ml.xspf'
[00000387] main input debug: creating access 'file' path='/home/pconnors/.local/share/vlc/ml.xspf'
[00000388] main access debug: looking for access module: 3 candidates
[00000385] main interaction debug: thread started
[00000388] access_file access debug: opening file `/home/pconnors/.local/share/vlc/ml.xspf'
[00000388] main access debug: using access module "access_file"
[00000388] main access debug: TIMER module_Need() : 1.214 ms - Total 1.214 ms / 1 intvls (Avg 1.214 ms)
[00000393] main stream debug: Using AStream*Stream
[00000393] main stream debug: pre-buffering...
[00000393] main stream debug: received first data for our buffer
[00000387] main input debug: creating demux: access='file' demux='xspf-open' path='/home/pconnors/.local/share/vlc/ml.xspf'
[00000394] main demux debug: looking for demux module: 1 candidate
[00000394] playlist demux debug: using XSPF playlist reader
[00000394] main demux debug: using demux module "playlist"
[00000394] main demux debug: TIMER module_Need() : 0.690 ms - Total 0.690 ms / 1 intvls (Avg 0.690 ms)
[00000387] main input debug: `file/xspf-open:///home/pconnors/.local/share/vlc/ml.xspf' successfully opened
[00000409] main xml debug: looking for xml module: 2 candidates
[00000409] main xml debug: using xml module "xml"
[00000409] main xml debug: TIMER module_Need() : 1.079 ms - Total 1.079 ms / 1 intvls (Avg 1.079 ms)
[00000394] playlist demux debug: parsed 0 tracks successfully
[00000409] main xml debug: removing module "xml"
[00000387] main input debug: EOF reached
[00000387] main input debug: control type=1
[00000394] main demux debug: removing module "playlist"
[00000388] main access debug: removing module "access_file"
[00000387] main input debug: TIMER input launching for 'Media Library' : 12.455 ms - Total 12.455 ms / 1 intvls (Avg 12.455 ms)
[00000411] main preparser debug: waiting for thread initialization
[00000411] main preparser debug: thread started
[00000411] main preparser debug: thread 3073514384 (preparser) created at priority 0 (playlist/thread.c:79)
[00000412] main fetcher debug: waiting for thread initialization
[00000412] main fetcher debug: thread started
[00000412] main fetcher debug: thread 3063024528 (fetcher) created at priority 0 (playlist/thread.c:108)
[00000386] main playlist debug: waiting for thread initialization
[00000386] main playlist debug: thread started
[00000386] main playlist debug: thread 3052534672 (playlist) created at priority 0 (playlist/thread.c:117)
[00000413] main interface debug: looking for interface module: 1 candidate
[00000413] main interface debug: using interface module "hotkeys"
[00000413] main interface debug: TIMER module_Need() : 0.361 ms - Total 0.361 ms / 1 intvls (Avg 0.361 ms)
[00000386] main playlist debug: rebuilding array of current - root Playlist
[00000386] main playlist debug: rebuild done - 0 items, index -1
[00000413] main interface debug: thread started
[00000413] main interface debug: thread 3042044816 (interface) created at priority 0 (interface/interface.c:168)
[00000415] main interface debug: looking for interface module: 1 candidate
[00000415] inhibit interface error: Failed to connect to the D-Bus session daemon: Failed to execute dbus-launch to autolaunch D-Bus session
[00000415] main interface warning: no interface module matching "inhibit,none" could be loaded
[00000415] main interface debug: TIMER module_Need() : 1.391 ms - Total 1.391 ms / 1 intvls (Avg 1.391 ms)
[00000415] main interface error: no suitable interface module
[00000001] main libvlc error: interface "inhibit,none" initialization failed
[00000417] main interface debug: looking for interface module: 1 candidate
[00000417] main interface debug: using interface module "screensaver"
[00000417] main interface debug: TIMER module_Need() : 0.635 ms - Total 0.635 ms / 1 intvls (Avg 0.635 ms)
[00000417] main interface debug: thread 3031554960 (interface) created at priority 0 (interface/interface.c:168)
[00000386] main playlist debug: adding item `http://shoutcast.pureparty.org' ( http://shoutcast.pureparty.org )
[00000419] main interface debug: looking for interface module: 23 candidates
[00000419] main interface debug: using interface module "signals"
[00000419] main interface debug: TIMER module_Need() : 0.682 ms - Total 0.682 ms / 1 intvls (Avg 0.682 ms)
[00000419] main interface debug: thread 3010575248 (interface) created at priority 0 (interface/interface.c:168)
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00000421] main interface debug: looking for interface module: 6 candidates
[00000417] main interface debug: thread started
[00000417] screensaver interface warning: failed to connect to the D-BUS daemon: Failed to execute dbus-launch to autolaunch D-Bus session
[00000419] main interface debug: thread started
[00000421] qt4 interface error: Could not connect to X server
[00000421] skins2 interface error: Cannot open display
[00000421] skins2 interface error: cannot initialize OSFactory
Remote control interface initialized. Type `help' for help.
[00000421] main interface debug: using interface module "rc"
[00000421] main interface debug: TIMER module_Need() : 64.512 ms - Total 64.512 ms / 1 intvls (Avg 64.512 ms)
[00000421] main interface debug: thread 3000085392 (interface) created at priority 0 (interface/interface.c:168)
[00000421] main interface debug: thread started
[00000386] main playlist debug: rebuilding array of current - root Playlist
[00000386] main playlist debug: rebuild done - 1 items, index -1
[00000386] main playlist debug: starting new item
[00000386] main playlist debug: processing request item null node Playlist skip 0
[00000386] main playlist debug: creating new input thread
[00000428] main input debug: Creating an input for 'http://shoutcast.pureparty.org'
[00000428] main input debug: waiting for thread initialization
[00000428] main input debug: thread started
[00000429] main stream output debug: stream=`transcode'
[00000430] main stream out debug: looking for sout stream module: 1 candidate
[00000429] main stream output debug: stream=`rtp'
[00000433] main stream out debug: looking for sout stream module: 0 candidates
[00000433] main stream out error: no sout stream module matched "rtp"
[00000433] main stream out debug: TIMER module_Need() : 0.305 ms - Total 0.305 ms / 1 intvls (Avg 0.305 ms)
[00000433] main stream out debug: destroying chain... (name=rtp)
[00000433] main stream out debug: destroying chain done
[00000430] stream_out_transcode stream out error: cannot create chain
[00000430] main stream out warning: no sout stream module matching "transcode" could be loaded
[00000430] main stream out debug: TIMER module_Need() : 5.838 ms - Total 5.838 ms / 1 intvls (Avg 5.838 ms)
[00000430] main stream out debug: destroying chain... (name=transcode)
[00000430] main stream out debug: destroying chain done
[00000429] main stream output error: stream chain failed for `transcode{acodec=mp4a}:rtp{dst=209.208.14.50,port=554,sdp=file:///var/dss/movies/pure_party.sdp}'
[00000428] main input error: cannot start stream output instance, aborting
[00000428] main input debug: thread 2989595536 (input) created at priority 10 (input/input.c:370)
[00000386] main playlist debug: finished input
[00000386] main playlist debug: dying input
[00000386] main playlist debug: dying input
[00000428] main input debug: thread ended
[00000386] main playlist debug: dead input
[00000428] main input debug: thread 2989595536 joined (playlist/engine.c:244)
[00000428] main input debug: TIMER input launching for 'http://shoutcast.pureparty.org' : 113.148 ms - Total 113.148 ms / 1 intvls (Avg 113.148 ms)
[00000386] main playlist debug: starting new item
[00000386] main playlist debug: changing item without a request (current 0/1)
[00000386] main playlist debug: nothing to play
(I press CTRL+C here to end the vlc process)
[00000419] signals interface error: Caught Interrupt signal, exiting...
[00000419] main interface debug: thread ended
[00000001] main libvlc debug: removing all interfaces
[00000421] main interface debug: waitpipe: object killed
[00000421] main interface debug: socket 0 polling interrupted
status change: ( stop state: 0 )
status change: ( quit )
[00000421] main interface debug: thread ended
[00000421] main interface debug: thread 3000085392 joined (interface/interface.c:188)
[00000421] main interface debug: removing module "rc"
[00000419] main interface debug: thread 3010575248 joined (interface/interface.c:188)
[00000419] main interface debug: removing module "signals"
[00000417] main interface debug: thread ended
[00000417] main interface debug: thread 3031554960 joined (interface/interface.c:188)
[00000417] main interface debug: removing module "screensaver"
[00000413] main interface debug: thread ended
[00000413] main interface debug: thread 3042044816 joined (interface/interface.c:188)
[00000413] main interface debug: removing module "hotkeys"
[00000001] main libvlc debug: removing all services discovery tasks
[00000001] main libvlc debug: removing playlist
[00000386] main playlist debug: saving Media Library to file /home/pconnors/.local/share/vlc/ml.xspf
[00000386] main playlist debug: looking for playlist export module: 1 candidate
[00000386] main playlist debug: using playlist export module "export"
[00000386] main playlist debug: TIMER module_Need() : 0.504 ms - Total 0.504 ms / 1 intvls (Avg 0.504 ms)
[00000386] main playlist debug: removing module "export"
[00000411] main preparser debug: thread ended
[00000411] main preparser debug: thread 3073514384 joined (playlist/engine.c:521)
[00000412] main fetcher debug: thread ended
[00000412] main fetcher debug: thread 3063024528 joined (playlist/engine.c:523)
[00000386] main playlist debug: thread ended
[00000386] main playlist debug: thread 3052534672 joined (libvlc.c:993)
[00000411] main preparser debug: Destroyed
[00000412] main fetcher debug: Destroyed
[00000386] main playlist debug: Destroyed
[00000001] main libvlc debug: removing interaction
[00000385] main interaction debug: thread ended
[00000385] main interaction debug: thread 3084004240 joined (interface/interaction.c:400)
[00000001] main libvlc debug: removing all video outputs
[00000001] main libvlc debug: TIMER ML Load : Total 14.472 ms / 1 intvls (Avg 14.472 ms)
[00000001] main libvlc debug: TIMER Items array build : Total 0.934 ms / 2 intvls (Avg 0.467 ms)
[00000001] main libvlc debug: TIMER ML Dump : Total 0.790 ms / 1 intvls (Avg 0.790 ms)
[00000001] main libvlc debug: removing stats
[00000001] main libvlc debug: removing module "memcpymmxext"
[00000001] main libvlc debug: writing plugins cache /home/pconnors/.cache/vlc/plugins-04041e.dat
Thank you very much for your time!
Preston Connors
Pure Party