Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
vlc -> spielt keine dvds ab, schreibrechte?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
flipmuh
n00b
n00b


Joined: 26 Nov 2004
Posts: 17

PostPosted: Tue Nov 30, 2004 3:13 pm    Post subject: vlc -> spielt keine dvds ab, schreibrechte? Reply with quote

Hallo,

habe kernel 2.6.9, vlc-0.8.0
wenn ich eine dvd mittels: vlc /mt/dvd starte, zeigt er mir nur ganz kurz den Anfang der DVD und bricht dann ab. Folgende Fehlermeldung erscheint:
vlc /mnt/dvd
VLC media player 0.8.0 Janus
Remote control interface initialized, `h' for help
[00000282] main decoder error: decoder is leaking pictures, resetting the heap
[00000282] main decoder error: decoder is leaking pictures, resetting the heap
[00000283] main video output error: picture 0x821b354 refcount is -1
[00000283] main video output error: picture to date 0x821b454 has invalid status 4
[00000283] main video output error: picture to display 0x821b454 has invalid status 4
[00000283] main video output error: picture 0x821b454 refcount is -1

Vielleicht liegt es an den ungenügenden Schreibrechten
Wenn ich chmod 666 /mnt/dvd ausführe erscheint folgende meldung:
chmod: changing permissions of `/mnt/dvd': Read-only file systemchmod
Woran kann das liegen?


Vielen Dank
Filip
Back to top
View user's profile Send private message
hede
Apprentice
Apprentice


Joined: 07 Nov 2003
Posts: 160
Location: Siegen/Germany

PostPosted: Mon Jan 03, 2005 6:09 pm    Post subject: Reply with quote

hab ein ähnliches problem, selbes verhalten, andere ausgabe...
auch ein downgrade zu 0.7.2 hat nichts gebracht.

konnte es hier soweit eingrenzen, dass es wohl am ton liegt.
wenn man /root/backup/liba52tofloat32_plugin.so löscht (oder verschiebt, halt für vlc unerreichbar macht ;) ), dann läuft die dvd prima, halt nur ohne ton.
ebenfalls wenn man in den einstellungen von gvlc den ton abstellt.

ausgaben:
mit "vlc dvd:// --verbose 2"
Code:

[...]
[00000184] main module debug: using audio output module "alsa"
[00000204] main audio output debug: output 'fl32' 48000 Hz Stereo frame=1 samples/8 bytes
[00000204] main audio output debug: mixer 'fl32' 48000 Hz Stereo frame=1 samples/8 bytes
[00000204] main audio output debug: no need for any filter
[00000204] main audio output debug: looking for audio mixer module
[00000204] main audio output debug: probing 3 candidates
[00000151] main module debug: using audio mixer module "trivial_mixer"
[00000204] main audio output debug: input 'a52 ' 48000 Hz Stereo frame=1536 samples/768 bytes
[00000204] main audio output debug: filter(s) 'a52 '->'fl32' 48000 Hz->48000 Hz Stereo->Stereo
[00000206] main private debug: looking for audio filter module
[00000206] main private debug: probing 22 candidate
Getötet

mit strace vlc dvd://
Code:

[...]
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN, revents=POLLIN}], 2, 0) = 1
gettimeofday({1104774448, 132257}, NULL) = 0
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN, revents=POLLIN}], 2, 0) = 1
gettimeofday({1104774448, 141146}, NULL) = 0
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN, revents=POLLIN}], 2, 0) = 1
ioctl(7, FIONREAD, [96])                = 0
read(7, "\26\0\354\5E\0\340\2E\0\340\2\0\0\0\0\5\0\27\0\0\3\256"..., 96) = 96
gettimeofday({1104774448, 177719}, NULL) = 0
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}], 2, 0) = 0
write(7, "(\30\4\0E\0\340\2}\0\0\0\0\0\0\0", 16) = 16
read(7, "\1\1\355\5\0\0\0\0X\261\240\0\247\0e\1\0\0\0\0\0\0\0\0"..., 32) = 32
write(7, "\17\30\2\0E\0\340\2", 8)      = 8
ALSA lib setup.c:548:(add_elem) Cannot obtain info for CTL elem (MIXER,'IEC958 Playback AC97-SPSA',0,0,0): Datei oder Verzeichnis nicht gefunden
read(7, "\1\0\356\5\2\0\0\0}\0\0\0X\261\240\0\2\0\0\0\0\0\0\0\0"..., 32) = 32
+++ killed by SIGKILL +++

wobei wenn ich das richtig verstehe in dem fall die "7" ein datei-handle ist!? deswegen poste ich mal noch das was weiter oben dazu steht:
Code:

socket(PF_FILE, SOCK_STREAM, 0)         = 7
uname({sys="Linux", node="tbb-athlon", ...}) = 0
uname({sys="Linux", node="tbb-athlon", ...}) = 0
connect(7, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"}, 19) = 0


leider komm ich irgendwie mit gdb nicht zurecht, da hält der irgendwann an und macht nichts mehr. ohne irgendwelche ausgaben :-(

Code:

GNU gdb 6.2.1
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols found)...Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/gvlc
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
warning: shared library handler failed to enable breakpoint
VLC media player 0.7.2 Bond


mplayer und xine funktionieren prima.
möchte nur halt auf der dbox filme gucken und die braucht den vlc
(PS: da funktioniert ebenfalls alles prima, wenn man die a52-lib löscht, andernfalls nicht)

avi- oder mpg-dateien sind ebenfalls kein problem.
hab auch schonmal media-libs/a52dec reemerged (zwischen den beiden vlc-compilierungen)... hat auch nix gebracht.
vlc dvd:// --audiofile-file test.wav scheitert ebenfalls.

bin für jede hilfe dankbar.

mfg
hede
Back to top
View user's profile Send private message
hede
Apprentice
Apprentice


Joined: 07 Nov 2003
Posts: 160
Location: Siegen/Germany

PostPosted: Tue Jan 04, 2005 10:42 am    Post subject: Reply with quote

hab eine lösung für mein problem gefunden:
mit gcc 3.2.3 klappts (3.3 hab ich nicht, könnte auch klappen).
mit gcc 3.4.2 klappts nicht.

einfach mit gcc-config umstellen und neu emergen.

komisch ist auch, dass ich mit gcc 3.4 eine stink normale nach gtk1 aussehende oberfläche hab und mit gcc 3.2 eine schnuckelige mac-osX-ähnliche, die wiederum keine dialoge öffnen kann (also kaputt ist)....
konnte aber auf wxwindows umstellen und so klappts nun *freu*
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum