Am Freitag, 2. Oktober 2009 18:02:50 schrieb Detlef Reichelt: > Am Fri, 2 Oct 2009 09:11:46 +0200 > > schrieb Richard Sotke <[email protected]>: > > If VLC was compiled with live support, can be tested with: "vlc > > --list | grep live555" > > find /usr/lib64/vlc/ -iname "*live*" > /usr/lib64/vlc/demux/liblive555_plugin.so > > Ist also da, configure findet auch alles und das Modul wird > ja gebaut, wie du siehst. > > Detlef >
Das Modul ist hier auch unter /usr/lib/vlc/demux/" vorhanden, aber es scheint nicht geladen zu werden. Bei einem "vlc --list | grep live555" oder "vlc --list | grep rtsp" wird es nicht aufgelistet. Wenn man vlc mit "-vvv" starte bekomme ich folgende Meldung: "VLC media player 1.0.2 Goldeneye [0x804f520] main libvlc debug: VLC media player - version 1.0.2 Goldeneye - (c) 1996-2009 the VideoLAN team [0x804f520] main libvlc debug: libvlc was configured with ./configure '-- host=i686-suse-linux-gnu' '--build=i686-suse-linux-gnu' '--target=i586-suse- linux' '--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/lib' '--localstatedir=/var' '--sharedstatedir=/usr/com' '-- mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-aa' '--enable- asademux' '--enable-caca' '--enable-cddax' '--enable-cyberlink' '--enable- dc1394' '--enable-dirac' '--enable-directfb' '--enable-dv' '--enable-dvbpsi' '--enable-dvdread' '--enable-faad' '--enable-flac' '--enable-galaktos' '-- enable-ggi' '--enable-gnomevfs' '--enable-goom' '--enable-id3tag' '--enable- jack' '--enable-libass' '--enable-lirc' '--enable-mozilla' '--enable-opencv' '--enable-portaudio' '--enable-pvr' '--enable-real' '--enable-realrtsp' '-- enable-shine' '--enable-shout' '--enable-snapshot' '--enable-switcher' '-- enable-svg' '--enable-theora' '--enable-twolame' '--enable-v4l' '--enable- vcdx' '--enable-wma-fixed' '--enable-xosd' '--enable-xvmc' '--with-live555- tree=/usr/lib/live' '--enable-debug' '--enable-libtool' '--enable-release' 'build_alias=i686-suse-linux-gnu' 'host_alias=i686-suse-linux-gnu' 'target_alias=i586-suse-linux' 'CFLAGS=-march=i586 -mtune=i686 -fmessage- length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables - fasynchronous-unwind-tables' 'CXXFLAGS=-march=i586 -mtune=i686 -fmessage- length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables - fasynchronous-unwind-tables' [0x804f520] main libvlc debug: translation test: code is "de" [0x804f520] main libvlc debug: checking plugin modules [0x804f520] main libvlc debug: loading plugins cache file /home/drachir/.cache/vlc/plugins-04041e.dat [0x804f520] main libvlc debug: recursively browsing `/usr/lib/vlc' [0x804f520] main libvlc warning: cannot load module `/usr/lib/vlc/audio_output/libpulse_plugin.so' (/usr/lib/vlc/audio_output/libpulse_plugin.so: Die Datei ist zu kurz) [0x804f520] main libvlc warning: cannot load module `/usr/lib/vlc/demux/liblive555_plugin.so' (/usr/lib/vlc/demux/liblive555_plugin.so: undefined symbol: _Z6strDupPKc)" Das Pulse-Plugin macht auch Probleme. Das Löschen des Plugins Cache hat auch nicht geholfen. Klappt auf deinem Test-Rechner die RTSP Streams von http://m.zdf.de -> ZDFmediathek ? Nicht zu verwechseln mit http://www.zdf.de/ZDFmediathek/mobile/ da findet man Real-RTSP Streams. Die Streams sind zwar fürs Handy gedacht hatte aber gerade auf die Schnelle keine anderen Test-Streams gefunden. Hier ist ein weiterer Test-Stream von einer Axis Netzwerkkamera: rtsp://webcam6.hrz.tu-darmstadt.de/mpeg4/media.amp Gruß Richard _______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
