Hallo alle zusammen!
Hab seit geraumer Zeit das Problem, das VCL keine Daten mehr an den Movieplayer sendet.
Mein System:
- SuSe 9.3 ud auf der DBox Yadi 2.1.0.6
- VLC 0.8.4-svn ... habe aber auch ältere Version (0.7.2) getestet.
Bis vor kurzem ging das Streamen noch einwandfrei. Habe dann mal ne neu Version des VLC installiert und ab da ging nichts mehr. Ich kann zwar von der Box aus auf VLC zugreifen, bekommen die Auswahlliste, aber er bleibt dann bei Play stehen. Dieser Fehler zieht sich mittlerweile durch alle VLC-Versionen die ich getestet habe.
VLC gibt im Debug-Log folgende Meldungen aus:
-- logger module started --
main debug: CPU has capabilities 486 586 MMX 3DNow! MMXEXT SSE FPU
main debug: looking for memcpy module: 4 candidates
main debug: using memcpy module "memcpymmxext"
main debug: waiting for thread completion
main debug: thread 1082911664 (playlist) created at priority 0 (src/playlist/playlist.c:183)
main debug: waiting for thread completion
main debug: thread 1085012912 (preparser) created at priority 0 (src/playlist/playlist.c:205)
main debug: looking for interface module: 1 candidate
http debug: using charset=UTF-8
http debug: base :8080
main: creating httpd
main debug: net: listening to port 8080
main debug: thread 1087179696 (httpd host thread) created at priority 0 (src/misc/httpd.c:1182)
http debug: dir=/usr/local/share/vlc/http
http debug: dir=/usr/local/share/vlc/http/vlm
http debug: file=/usr/local/share/vlc/http/vlm/edit.html (url=/vlm/edit.html)
http debug: file=/usr/local/share/vlc/http/vlm/index.html (url=/vlm/)
http debug: redir=/vlm -> /vlm/
http debug: redir=/vlm/index.html -> /vlm/
http debug: file=/usr/local/share/vlc/http/vlm/new.html (url=/vlm/new.html)
http debug: file=/usr/local/share/vlc/http/webcam.html (url=/webcam.html)
http debug: file=/usr/local/share/vlc/http/favicon.ico (url=/favicon.ico)
http debug: dir=/usr/local/share/vlc/http/admin
http debug: find .access in dir=/usr/local/share/vlc/http/admin
http debug: using user=admin password=admin (read=11)
http debug: file=/usr/local/share/vlc/http/admin/dboxfiles.html (url=/admin/dboxfiles.html)
http debug: file=/usr/local/share/vlc/http/admin/index.html (url=/admin/)
http debug: redir=/admin -> /admin/
http debug: redir=/admin/index.html -> /admin/
http debug: file=/usr/local/share/vlc/http/admin/browse.html (url=/admin/browse.html)
http debug: file=/usr/local/share/vlc/http/style.css (url=/style.css)
http debug: file=/usr/local/share/vlc/http/index.html (url=/)
http debug: redir= -> /
http debug: redir=/index.html -> /
http debug: file=/usr/local/share/vlc/http/cone_minus.png (url=/cone_minus.png)
http debug: file=/usr/local/share/vlc/http/cone_plus.png (url=/cone_plus.png)
http debug: file=/usr/local/share/vlc/http/info.html (url=/info.html)
main debug: using interface module "http"
main debug: interface initialized
main debug: thread 1089280944 (interface) created at priority 0 (src/interface/interface.c:211)
main debug: looking for interface module: 1 candidate
main debug: using interface module "hotkeys"
main debug: interface initialized
main debug: thread 1091402672 (interface) created at priority 0 (src/interface/interface.c:211)
main debug: looking for interface module: 5 candidates
main debug: using interface module "screensaver"
main debug: interface initialized
main debug: thread 1093512112 (interface) created at priority 0 (src/interface/interface.c:211)
main debug: looking for interface module: 4 candidates
main debug: using interface module "wxwidgets"
main debug: interface initialized
main debug: thread 1111940016 (manager) created at priority 0 (src/interface/interface.c:196)
wxwidgets debug: Using last windows config '(-1,0,0,1280,1024)'
main debug: looking for interface module: 1 candidate
logger: Using the logger interface module...
logger warning: no log filename provided, using `vlc-log.txt'
logger debug: opening logfile `vlc-log.txt'
main debug: using interface module "logger"
main debug: interface initialized
main debug: thread 1124727728 (interface) created at priority 0 (src/interface/interface.c:211)
http debug: requested playlist empty
http debug: 716: value = ""
main debug: adding playlist item `/home/buster/movies/mpg/Brown_Sugar_(Brown_Sugar).mpg' ( /home/buster/movies/mpg/Brown_Sugar_(Brown_Sugar).mpg )
http debug: requested mrl add: /home/buster/movies/mpg/Brown_Sugar_(Brown_Sugar).mpg
http debug: 716: value = ""
http debug: 716: value = "#duplicate{dst=std{access=http,mux=ts,url=:8080/dboxstream}}"
http debug: requested playlist pause
http debug: 716: value = "#duplicate{dst=std{access=http,mux=ts,url=:8080/dboxstream}}"
main debug: nothing requested, starting
main debug: creating new input thread
main debug: waiting for thread completion
main debug: stream=`duplicate'
main debug: looking for sout stream module: 1 candidate
stream_out_duplicate debug: creating 'duplicate'
stream_out_duplicate debug: * adding `std{access=http,mux=ts,url=:8080/dboxstream}'
main debug: stream=`std'
main debug: looking for sout stream module: 1 candidate
main debug: set sout option: sout-standard-access to http
main debug: set sout option: sout-standard-mux to ts
main debug: set sout option: sout-standard-url to :8080/dboxstream
stream_out_standard debug: creating `http/ts://:8080/dboxstream'
stream_out_standard debug: using `http/ts://:8080/dboxstream'
main debug: looking for sout access module: 0 candidates
main error: no sout access module matched "http"
stream_out_standard error: no suitable sout access module for `http/ts://:8080/dboxstream'
main warning: no sout stream module matching "std" could be loaded
main debug: destroying chain... (name=std)
main debug: destroying chain
stream_out_duplicate error: no destination given
main warning: no sout stream module matching "duplicate" could be loaded
main debug: destroying chain... (name=duplicate)
main debug: destroying chain
main error: stream chained failed for `duplicate{dst=std{access=http,mux=ts,url=:8080/dboxstream}}'
main error: cannot start stream output instance, aborting
main debug: thread 1126828976 (input) created at priority 0 (src/input/input.c:230)
main debug: thread 1126828976 joined (src/input/input.c:386)
main: nothing to play
http debug: requested playlist stop
http debug: 716: value = "#duplicate{dst=std{access=http,mux=ts,url=:8080/dboxstream}}"
main debug: removing all interfaces
main debug: thread 1124727728 joined (src/interface/interface.c:238)
-- logger module stopped --
Konfiguriert wurde VLC mit folgenden Optionen:
./configure --enable-x11 --enable-xvideo --disable-gtk --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-tree=/usr/src/packages/SOURCES/vlcsources/ffmpeg-20041113 --enable-mad --enable-libdvbpsi --enable-a52 --enable-dts --enable-libmpeg2 --enable-dvdnav --enable-faad --enable-vorbis --enable-ogg --enable-theora --enable-faac --enable-mkv --enable-freetype --enable-fribidi --enable-speex --enable-flac --enable-livedotcom --with-livedotcom-tree=/usr/lib/live --enable-caca --enable-skins --enable-skins2 --enable-alsa --disable-kde --disable-qt --enable-wxwidgets --enable-ncurses --enable-release --with-wx-config-path=/usr/local/bin --with-goom-tree=/usr/src/packages/SOURCES/vlcsources/goom2k4-dev15-pre --enable-mozilla --enable-dvbpsi --disable-hd1000v --disable-hd1000a --disable-gnome
So habe ich bisher immer den VLC konfiguriert -- früher funktionierte es allerdings ohne Probleme.
Auch ein Configure ohne jegliche Optionen läuft Fehlerfrei durch - produziert aber das gleiche Problem!
Anscheinend kann der VLC den Stream nicht ausgeben. Doch wo ist der Fehler???????
Auch ein zurücksetzten auf die Standartwerte bringt nichts!
Hoffe jemand von euch kann mir weiterhelfen, da ich mittlerweile den Wald vor lauter Bäumen nicht mehr sehe.
Schon mal Danke im voraus!
cu
ghostbuster
VLC und Movieplayer 0.84-svn keine Funktion
-
- Neugieriger
- Beiträge: 3
- Registriert: Montag 11. Juli 2005, 14:18
-
- Beiträge: 1
- Registriert: Montag 10. Oktober 2005, 16:06