no sout stream module matched rtp

About encoding, codec settings, muxers and filter usage
weeraman
Blank Cone
Blank Cone
Posts: 41
Joined: 18 Sep 2009 14:49

no sout stream module matched rtp

Postby weeraman » 15 Feb 2010 10:18

Hi,

I'm having an issue streaming with VLC...
Trying to encode an input stream but it says there is no RTP module

I'm using VLC 0.9.9 on redhat 5 (EL) and installed using yum. and installation was successful

but cannot stream a RTP output..
command :

vlc -vvv udp://@5000 --sout '#transcode{vcodec=h264,width=320,height=240,vb=350,acodec=mp4a,ab=64,channels=2,samplerate=44100}:rtp{dst=10.48.233.38,port-video=7116,port-audio=7118,sdp=file:///home/vlcsdp/citihitz.sdp}'


Response : no sout stream module matched 'rtp'

weeraman
Blank Cone
Blank Cone
Posts: 41
Joined: 18 Sep 2009 14:49

Re: no sout stream module matched rtp

Postby weeraman » 15 Feb 2010 13:34

also can find the rtp output module installed !!
need some advice on this guys..
rpm -ql vlc
.......
/usr/lib/vlc/stream_out
/usr/lib/vlc/stream_out/libstream_out_bridge_plugin.so
/usr/lib/vlc/stream_out/libstream_out_description_plugin.so
/usr/lib/vlc/stream_out/libstream_out_display_plugin.so
/usr/lib/vlc/stream_out/libstream_out_dummy_plugin.so
/usr/lib/vlc/stream_out/libstream_out_duplicate_plugin.so
/usr/lib/vlc/stream_out/libstream_out_es_plugin.so
/usr/lib/vlc/stream_out/libstream_out_gather_plugin.so
/usr/lib/vlc/stream_out/libstream_out_mosaic_bridge_plugin.so
/usr/lib/vlc/stream_out/libstream_out_rtp_plugin.so
/usr/lib/vlc/stream_out/libstream_out_standard_plugin.so
/usr/lib/vlc/stream_out/libstream_out_transcode_plugin.so
.......

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

Re: no sout stream module matched rtp

Postby Rémi Denis-Courmont » 15 Feb 2010 17:19

Check the verbose log. Most probably the RTP is not installed properly or a parameter is not valid.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

weeraman
Blank Cone
Blank Cone
Posts: 41
Joined: 18 Sep 2009 14:49

Re: no sout stream module matched rtp

Postby weeraman » 16 Feb 2010 06:04

I installed VLC with yum, so hopefully the rtp stream out didn't miss.

also can see the installed plugin in
/usr/lib/vlc/stream_out
/usr/lib/vlc/stream_out/libstream_out_autodel_plugin.la
/usr/lib/vlc/stream_out/libstream_out_autodel_plugin.so
/usr/lib/vlc/stream_out/libstream_out_bridge_plugin.la
/usr/lib/vlc/stream_out/libstream_out_bridge_plugin.so
/usr/lib/vlc/stream_out/libstream_out_description_plugin.la
/usr/lib/vlc/stream_out/libstream_out_description_plugin.so
/usr/lib/vlc/stream_out/libstream_out_display_plugin.la
/usr/lib/vlc/stream_out/libstream_out_display_plugin.so
/usr/lib/vlc/stream_out/libstream_out_dummy_plugin.la
/usr/lib/vlc/stream_out/libstream_out_dummy_plugin.so
/usr/lib/vlc/stream_out/libstream_out_duplicate_plugin.la
/usr/lib/vlc/stream_out/libstream_out_duplicate_plugin.so
/usr/lib/vlc/stream_out/libstream_out_es_plugin.la
/usr/lib/vlc/stream_out/libstream_out_es_plugin.so
/usr/lib/vlc/stream_out/libstream_out_gather_plugin.la
/usr/lib/vlc/stream_out/libstream_out_gather_plugin.so
/usr/lib/vlc/stream_out/libstream_out_mosaic_bridge_plugin.la
/usr/lib/vlc/stream_out/libstream_out_mosaic_bridge_plugin.so
/usr/lib/vlc/stream_out/libstream_out_rtp_plugin.la
/usr/lib/vlc/stream_out/libstream_out_rtp_plugin.so
/usr/lib/vlc/stream_out/libstream_out_standard_plugin.la
/usr/lib/vlc/stream_out/libstream_out_standard_plugin.so
/usr/lib/vlc/stream_out/libstream_out_transcode_plugin.la
/usr/lib/vlc/stream_out/libstream_out_transcode_plugin.so
there were no installation errors,warnings etc..

my code was

Code: Select all

vlc -vv udp://@:5009 --sout '#transcode{vcodec=h264,width=320,height=240,vb=350,acodec=mp4a,ab=64,channels=2,samplerate=44100}:rtp{dst=10.48.233.38,port-video=7128,port-audio=7130,sdp=file:///home/vlcsdp/max.sdp}'
this was working fine on VLC 0.8.6 in RHEL4. (and i wanted to try it in a newer version - 0.9.9 in RHEL5)

what are my options left please? :)

weeraman
Blank Cone
Blank Cone
Posts: 41
Joined: 18 Sep 2009 14:49

Re: no sout stream module matched rtp

Postby weeraman » 16 Feb 2010 06:13

below are the messages i'm getting.. please look into..

Code: Select all

[vlcuser@localhost root]$ vlc -vv udp://@:5009 --sout '#transcode{vcodec=h264,wi dth=320,height=240,vb=350,acodec=mp4a,ab=64,channels=2,samplerate=44100}:rtp{dst =10.48.233.38,port-video=7128,port-audio=7130,sdp=file:///home/vlcsdp/max.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=i 686-redhat-linux-gnu' '--host=i686-redhat-linux-gnu' '--target=i386-redhat-linux -gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bi n' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedi r=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir =/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/sha re/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' '--ena ble-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-r eal' '--enable-realrtsp' '--enable-shout' '--enable-snapshot' '--enable-svg' '-- enable-svgalib' '--enable-switcher' '--enable-theora' '--enable-twolame' '--enab le-upnp' '--enable-v4l' '--enable-xosd' '--enable-xvmc' 'build_alias=i686-redhat -linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-linux-g nu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-prot ector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-u nwind-tables' 'LDFLAGS=-L/usr/X11R6/lib' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FOR TIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -mar ch=i386 -mtune=generic -fasynchronous-unwind-tables' 'PKG_CONFIG_PATH=/usr/lib/p kgconfig:/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/vlcuser/.cache/vl c/plugins-04041e.dat [00000001] main libvlc debug: recursively browsing `/usr/lib/vlc' [00000001] main libvlc warning: cannot load module `/usr/lib/vlc/gui/libqt4_plug in.so' (/usr/lib/vlc/gui/libqt4_plugin.so: undefined symbol: _ZN6QLabel15mousePr essEventEP11QMouseEvent) [00000001] main libvlc warning: cannot load module `/usr/lib/vlc/video_filter/li bremoteosd_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/libs tream_out_rtp_plugin.so' (/usr/lib/vlc/stream_out/libstream_out_rtp_plugin.so: s ymbol 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/codec/libxvmc_p lugin.so' (libXvMCW.so.1: cannot open shared object file: No such file or direct ory) [00000001] main libvlc warning: cannot load module `/usr/lib/vlc/video_output/li bxvmc_plugin.so' (libXvMCW.so.1: cannot open shared object file: No such file or directory) [00000001] main libvlc warning: cannot load module `/usr/lib/vlc/demux/librtp_pl ugin.so' (/usr/lib/vlc/demux/librtp_plugin.so: symbol gcry_cipher_setctr, versio n GCRYPT_1.2 not defined in file libgcrypt.so.11 with link time reference) [00000001] main libvlc debug: module bank initialized, found 285 modules [00000001] main libvlc debug: opening config file (/home/vlcuser/.config/vlc/vlc rc) [00000001] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 F PU [00000001] main libvlc debug: looking for memcpy module: 3 candidates [00000001] main libvlc debug: using memcpy module "memcpymmxext" [00000381] main interaction debug: thread 3084655504 (Interaction control) creat ed at priority 0 (interface/interaction.c:382) [00000383] main input debug: Creating an input for 'Media Library' [00000383] main input debug: Input is a meta file: disabling unneeded options [00000383] main input debug: `file/xspf-open:///home/vlcuser/.local/share/vlc/ml .xspf' gives access `file' demux `xspf-open' path `/home/vlcuser/.local/share/vl c/ml.xspf' [00000383] main input debug: creating access 'file' path='/home/vlcuser/.local/s hare/vlc/ml.xspf' [00000384] main access debug: looking for access module: 3 candidates [00000384] access_file access debug: opening file `/home/vlcuser/.local/share/vl c/ml.xspf' [00000384] main access debug: using access module "access_file" [00000384] main access debug: TIMER module_Need() : 5.832 ms - Total 5.832 ms / 1 intvls (Avg 5.832 ms) [00000389] main stream debug: Using AStream*Stream [00000389] main stream debug: pre-buffering... [00000389] main stream error: cannot pre fill buffer [00000383] main input warning: cannot create a stream_t from access [00000384] main access debug: removing module "access_file" [00000383] main input debug: TIMER input launching for 'Media Library' : 23.716 ms - Total 23.716 ms / 1 intvls (Avg 23.716 ms) [00000390] main preparser debug: waiting for thread initialization [00000381] main interaction debug: thread started [00000390] main preparser debug: thread started [00000390] main preparser debug: thread 3074165648 (preparser) created at priori ty 0 (playlist/thread.c:79) [00000391] main fetcher debug: waiting for thread initialization [00000391] main fetcher debug: thread started [00000391] main fetcher debug: thread 3063675792 (fetcher) created at priority 0 (playlist/thread.c:108) [00000382] main playlist debug: waiting for thread initialization [00000382] main playlist debug: thread started [00000382] main playlist debug: thread 3053185936 (playlist) created at priority 0 (playlist/thread.c:117) [00000392] main interface debug: looking for interface module: 1 candidate [00000392] main interface debug: using interface module "hotkeys" [00000392] main interface debug: TIMER module_Need() : 7.353 ms - Total 7.353 ms / 1 intvls (Avg 7.353 ms) [00000392] main interface debug: thread 3042696080 (interface) created at priori ty 0 (interface/interface.c:168) [00000394] main interface debug: looking for interface module: 1 candidate [00000394] inhibit interface error: Failed to connect to the D-Bus session daemo n: Failed to execute dbus-launch to autolaunch D-Bus session [00000394] main interface warning: no interface module matching "inhibit,none" c ould be loaded [00000394] main interface debug: TIMER module_Need() : 10.691 ms - Total 10.691 ms / 1 intvls (Avg 10.691 ms) [00000394] main interface error: no suitable interface module [00000001] main libvlc error: interface "inhibit,none" initialization failed [00000396] main interface debug: looking for interface module: 1 candidate [00000396] main interface debug: using interface module "screensaver" [00000396] main interface debug: TIMER module_Need() : 3.235 ms - Total 3.235 ms / 1 intvls (Avg 3.235 ms) [00000396] main interface debug: thread 3032206224 (interface) created at priori ty 0 (interface/interface.c:168) [00000382] main playlist debug: adding item `udp://@:5009' ( udp://@:5009 ) [00000398] main interface debug: looking for interface module: 22 candidates [00000398] main interface debug: using interface module "signals" [00000398] main interface debug: TIMER module_Need() : 3.282 ms - Total 3.282 ms / 1 intvls (Avg 3.282 ms) [00000398] main interface debug: thread 3011226512 (interface) created at priori ty 0 (interface/interface.c:168) [00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to us e vlc without interface. [00000400] main interface debug: looking for interface module: 5 candidates [00000382] main playlist debug: rebuilding array of current - root Playlist [00000382] main playlist debug: rebuild done - 1 items, index -1 [00000392] main interface debug: thread started [00000396] main interface debug: thread started [00000396] screensaver interface warning: failed to connect to the D-BUS daemon: Failed to execute dbus-launch to autolaunch D-Bus session [00000398] main interface debug: thread started Xlib: connection to ":2.0" refused by server Xlib: No protocol specified [00000400] skins2 interface error: Cannot open display [00000400] skins2 interface error: cannot initialize OSFactory Remote control interface initialized. Type `help' for help. [00000400] main interface debug: using interface module "rc" [00000400] main interface debug: TIMER module_Need() : 41.598 ms - Total 41.598 ms / 1 intvls (Avg 41.598 ms) [00000400] main interface debug: thread 26659728 (interface) created at priority 0 (interface/interface.c:168) [00000382] main playlist debug: starting new item [00000382] main playlist debug: processing request item null node Playlist skip 0 [00000382] main playlist debug: creating new input thread [00000405] main input debug: Creating an input for 'udp://@:5009' [00000400] main interface debug: thread started [00000405] main input debug: waiting for thread initialization [00000405] main input debug: thread started [00000405] main input debug: thread 97782672 (input) created at priority 10 (inp ut/input.c:370) [00000405] main input debug: thread 97782672 (input) created at priority 10 (inp ut/input.c:370) [00000406] main stream output debug: stream=`transcode' [00000407] main stream out debug: looking for sout stream module: 1 candidate [00000406] main stream output debug: stream=`rtp' [00000410] main stream out debug: looking for sout stream module: 0 candidates [00000410] main stream out error: no sout stream module matched "rtp" [00000410] main stream out debug: TIMER module_Need() : 3.016 ms - Total 3.016 m s / 1 intvls (Avg 3.016 ms) [00000410] main stream out debug: destroying chain... (name=rtp) [00000410] main stream out debug: destroying chain done [00000407] stream_out_transcode stream out error: cannot create chain [00000407] main stream out warning: no sout stream module matching "transcode" c ould be loaded [00000407] main stream out debug: TIMER module_Need() : 12.933 ms - Total 12.933 ms / 1 intvls (Avg 12.933 ms) [00000407] main stream out debug: destroying chain... (name=transcode) [00000407] main stream out debug: destroying chain done [00000406] main stream output error: stream chain failed for `transcode{vcodec=h 264,width=320,height=240,vb=350,acodec=mp4a,ab=64,channels=2,samplerate=44100}:r tp{dst=10.48.233.38,port-video=7128,port-audio=7130,sdp=file:///home/vlcsdp/max. sdp}' [00000382] main playlist debug: finished input [00000382] main playlist debug: dying input [00000405] main input error: cannot start stream output instance, aborting [00000405] main input debug: thread ended [00000382] main playlist debug: dead input [00000405] main input debug: thread 97782672 joined (playlist/engine.c:244) [00000405] main input debug: TIMER input launching for 'udp://@:5009' : 135.758 ms - Total 135.758 ms / 1 intvls (Avg 135.758 ms) [00000382] main playlist debug: starting new item [00000382] main playlist debug: changing item without a request (current 0/1) [00000382] main playlist debug: nothing to play [00000398] signals interface error: Caught Interrupt signal, exiting... [00000398] main interface debug: thread ended [00000001] main libvlc debug: removing all interfaces [00000400] main interface debug: waitpipe: object killed [00000400] main interface debug: socket 0 polling interrupted status change: ( stop state: 0 )

weeraman
Blank Cone
Blank Cone
Posts: 41
Joined: 18 Sep 2009 14:49

Re: no sout stream module matched rtp

Postby weeraman » 16 Feb 2010 06:26

Hi, Reme,

as you said there are some warning for rtp stream plugin..

Code: Select all

[vlcuser@localhost root]$ vlc -vv udp://@:5009 --sout '#transcode{vcodec=h264,wi dth=320,height=240,vb=350,acodec=mp4a,ab=64,channels=2,samplerate=44100}:rtp{dst =10.48.233.38,port-video=7128,port-audio=7130,sdp=file:///home/vlcsdp/max.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=i 686-redhat-linux-gnu' '--host=i686-redhat-linux-gnu' '--target=i386-redhat-linux -gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bi n' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedi r=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir =/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/sha re/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' '--ena ble-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-r eal' '--enable-realrtsp' '--enable-shout' '--enable-snapshot' '--enable-svg' '-- enable-svgalib' '--enable-switcher' '--enable-theora' '--enable-twolame' '--enab le-upnp' '--enable-v4l' '--enable-xosd' '--enable-xvmc' 'build_alias=i686-redhat -linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-linux-g nu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-prot ector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-u nwind-tables' 'LDFLAGS=-L/usr/X11R6/lib' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FOR TIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -mar ch=i386 -mtune=generic -fasynchronous-unwind-tables' 'PKG_CONFIG_PATH=/usr/lib/p kgconfig:/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/vlcuser/.cache/vl c/plugins-04041e.dat [00000001] main libvlc debug: recursively browsing `/usr/lib/vlc' [00000001] main libvlc warning: cannot load module `/usr/lib/vlc/gui/libqt4_plug in.so' (/usr/lib/vlc/gui/libqt4_plugin.so: undefined symbol: _ZN6QLabel15mousePr essEventEP11QMouseEvent) [00000001] main libvlc warning: cannot load module `/usr/lib/vlc/video_filter/li bremoteosd_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/libs tream_out_rtp_plugin.so' (/usr/lib/vlc/stream_out/libstream_out_rtp_plugin.so: s ymbol 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/codec/libxvmc_p lugin.so' (libXvMCW.so.1: cannot open shared object file: No such file or direct ory) [00000001] main libvlc warning: cannot load module `/usr/lib/vlc/video_output/li bxvmc_plugin.so' (libXvMCW.so.1: cannot open shared object file: No such file or directory)

weeraman
Blank Cone
Blank Cone
Posts: 41
Joined: 18 Sep 2009 14:49

Re: no sout stream module matched rtp

Postby weeraman » 16 Feb 2010 09:17

installed libgcrypt-1.4.4-5.el5.i386.rpm and now the problem is ok


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 9 guests